pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-pyerfa py-pyerfa: restore restriction to 3.8+



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a158db09a5b1
branches:  trunk
changeset: 384253:a158db09a5b1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 29 15:56:18 2022 +0000

description:
py-pyerfa: restore restriction to 3.8+

diffstat:

 math/py-pyerfa/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a1be02c3dfdf -r a158db09a5b1 math/py-pyerfa/Makefile
--- a/math/py-pyerfa/Makefile   Mon Aug 29 15:54:18 2022 +0000
+++ b/math/py-pyerfa/Makefile   Mon Aug 29 15:56:18 2022 +0000
@@ -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 @@
 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