pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-astropy-sphinx-theme
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 10 08:10:36 UTC 2024
Modified Files:
pkgsrc/textproc/py-astropy-sphinx-theme: Makefile
Log Message:
py-astropy-sphinx-theme: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-astropy-sphinx-theme/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-astropy-sphinx-theme/Makefile
diff -u pkgsrc/textproc/py-astropy-sphinx-theme/Makefile:1.3 pkgsrc/textproc/py-astropy-sphinx-theme/Makefile:1.4
--- pkgsrc/textproc/py-astropy-sphinx-theme/Makefile:1.3 Tue Nov 7 22:38:04 2023
+++ pkgsrc/textproc/py-astropy-sphinx-theme/Makefile Sat Aug 10 08:10:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/11/07 22:38:04 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/08/10 08:10:36 adam Exp $
DISTNAME= astropy-sphinx-theme-1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,9 +13,9 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
-
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 # py-sphinx
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index