pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-numpy py-numpy: Python 3.7 will get the older ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3054b406e176
branches:  trunk
changeset: 376555:3054b406e176
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 09 19:30:21 2022 +0000

description:
py-numpy: Python 3.7 will get the older version from now on

diffstat:

 math/py-numpy/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bb3b91b6c8ab -r 3054b406e176 math/py-numpy/buildlink3.mk
--- a/math/py-numpy/buildlink3.mk       Sat Apr 09 18:50:03 2022 +0000
+++ b/math/py-numpy/buildlink3.mk       Sat Apr 09 19:30:21 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2021/12/30 13:05:37 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2022/04/09 19:30:21 adam Exp $
 
 BUILDLINK_TREE+=       py-numpy
 
@@ -8,7 +8,7 @@
 .include "../../lang/python/pyversion.mk"
 
 BUILDLINK_API_DEPENDS.py-numpy+=       ${PYPKGPREFIX}-numpy>=1.0
-.if ${_PYTHON_VERSION} == 27
+.if ${_PYTHON_VERSION} < 38
 BUILDLINK_ABI_DEPENDS.py-numpy?=       ${PYPKGPREFIX}-numpy>=1.16.6nb3
 BUILDLINK_PKGSRCDIR.py-numpy?=         ../../math/py-numpy16
 .else



Home | Main Index | Thread Index | Old Index