pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinx-astropy
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 10 07:55:07 UTC 2024
Modified Files:
pkgsrc/textproc/py-sphinx-astropy: Makefile
Log Message:
py-sphinx-astropy: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-sphinx-astropy/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-sphinx-astropy/Makefile
diff -u pkgsrc/textproc/py-sphinx-astropy/Makefile:1.3 pkgsrc/textproc/py-sphinx-astropy/Makefile:1.4
--- pkgsrc/textproc/py-sphinx-astropy/Makefile:1.3 Tue Nov 7 22:38:05 2023
+++ pkgsrc/textproc/py-sphinx-astropy/Makefile Sat Aug 10 07:55:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/11/07 22:38:05 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/08/10 07:55:07 adam Exp $
DISTNAME= sphinx-astropy-1.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index