pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-pyerfa



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Apr 10 22:17:40 UTC 2022

Modified Files:
        pkgsrc/math/py-pyerfa: Makefile

Log Message:
py-pyerfa: document why Python 3.7 is now incompatible


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-pyerfa/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-pyerfa/Makefile
diff -u pkgsrc/math/py-pyerfa/Makefile:1.4 pkgsrc/math/py-pyerfa/Makefile:1.5
--- pkgsrc/math/py-pyerfa/Makefile:1.4  Sun Apr 10 18:12:15 2022
+++ pkgsrc/math/py-pyerfa/Makefile      Sun Apr 10 22:17:40 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/04/10 18:12:15 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/10 22:17:40 gutteridge Exp $
 
 DISTNAME=      pyerfa-1.7.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ MAKE_ENV+=    PYERFA_USE_SYSTEM_LIBERFA=1
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-numpy
 
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.17.0:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.10.3:../../textproc/py-jinja2



Home | Main Index | Thread Index | Old Index