pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numpy16



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 30 14:09:52 UTC 2024

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

Log Message:
py-numpy16: no need to use versioned_dependencies

This is for 3.8 only.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-numpy16/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-numpy16/Makefile
diff -u pkgsrc/math/py-numpy16/Makefile:1.14 pkgsrc/math/py-numpy16/Makefile:1.15
--- pkgsrc/math/py-numpy16/Makefile:1.14        Tue Nov 14 00:12:20 2023
+++ pkgsrc/math/py-numpy16/Makefile     Tue Apr 30 14:09:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/11/14 00:12:20 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/04/30 14:09:52 wiz Exp $
 
 DISTNAME=      numpy-1.16.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,8 +16,7 @@ LICENSE=      modified-bsd
 PYTHON_VERSIONS_ACCEPTED=      38
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_PKG_RESOURCES=     yes
 
@@ -64,6 +63,5 @@ BUILDLINK_API_DEPENDS.py-cython+=     ${PYPK
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/blas.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index