summaryrefslogtreecommitdiff
path: root/math/py-uncertainties
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-04-27 18:57:23 +0000
committeradam <adam@pkgsrc.org>2020-04-27 18:57:23 +0000
commitc28babfa284d2bc734e48c667e93380e695399e8 (patch)
treebe1a13de4a88a784c809eb213da635822e0d434a /math/py-uncertainties
parent13ee6fb8427a2890ba6efc4371620d3029fd6071 (diff)
downloadpkgsrc-c28babfa284d2bc734e48c667e93380e695399e8.tar.gz
py-uncertainties: use py-numpy/buildink to auto-select based on Python version
Diffstat (limited to 'math/py-uncertainties')
-rw-r--r--math/py-uncertainties/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-uncertainties/Makefile b/math/py-uncertainties/Makefile
index c52940799c9..b422b243849 100644
--- a/math/py-uncertainties/Makefile
+++ b/math/py-uncertainties/Makefile
@@ -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 @@ HOMEPAGE= https://uncertainties-python-package.readthedocs.io/
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"