pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-uncertainties
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 27 18:57:23 UTC 2020
Modified Files:
pkgsrc/math/py-uncertainties: Makefile
Log Message:
py-uncertainties: use py-numpy/buildink to auto-select based on Python version
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-uncertainties/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-uncertainties/Makefile
diff -u pkgsrc/math/py-uncertainties/Makefile:1.3 pkgsrc/math/py-uncertainties/Makefile:1.4
--- pkgsrc/math/py-uncertainties/Makefile:1.3 Sat Nov 9 21:46:58 2019
+++ pkgsrc/math/py-uncertainties/Makefile Mon Apr 27 18:57:23 2020
@@ -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-p
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