pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-uncertainties py-uncertainties: use py-numpy/b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba857e2f3de5
branches:  trunk
changeset: 428430:ba857e2f3de5
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 27 18:57:23 2020 +0000

description:
py-uncertainties: use py-numpy/buildink to auto-select based on Python version

diffstat:

 math/py-uncertainties/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0b65f7dd5406 -r ba857e2f3de5 math/py-uncertainties/Makefile
--- a/math/py-uncertainties/Makefile    Mon Apr 27 18:56:16 2020 +0000
+++ b/math/py-uncertainties/Makefile    Mon Apr 27 18:57:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/11/09 21:46:58 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/04/27 18:57:23 adam Exp $
 
 DISTNAME=      uncertainties-3.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,9 +10,8 @@
 COMMENT=       Transparent calculations with uncertainties on the quantities involved
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
-
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index