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:   wiz
Date:           Mon Aug 29 15:56:19 UTC 2022

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

Log Message:
py-pyerfa: restore restriction to 3.8+


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/math/py-pyerfa/Makefile:1.7
--- pkgsrc/math/py-pyerfa/Makefile:1.6  Mon Aug 29 15:54:08 2022
+++ pkgsrc/math/py-pyerfa/Makefile      Mon Aug 29 15:56:18 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/08/29 15:54:08 thor Exp $
+# $NetBSD: Makefile,v 1.7 2022/08/29 15:56:18 wiz Exp $
 
 DISTNAME=      pyerfa-2.0.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ MAKE_ENV+=    PYERFA_USE_SYSTEM_LIBERFA=1
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-numpy
 
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.18.0:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.10.3:../../textproc/py-jinja2



Home | Main Index | Thread Index | Old Index