pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-patsy
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 27 18:56:16 UTC 2020
Modified Files:
pkgsrc/math/py-patsy: Makefile
Log Message:
py-patsy: 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-patsy/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-patsy/Makefile
diff -u pkgsrc/math/py-patsy/Makefile:1.3 pkgsrc/math/py-patsy/Makefile:1.4
--- pkgsrc/math/py-patsy/Makefile:1.3 Tue Nov 20 13:31:03 2018
+++ pkgsrc/math/py-patsy/Makefile Mon Apr 27 18:56:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/11/20 13:31:03 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/04/27 18:56:16 adam Exp $
DISTNAME= patsy-0.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,11 +10,11 @@ HOMEPAGE= https://github.com/pydata/pats
COMMENT= Python package for describing statistical models
LICENSE= 2-clause-bsd
-DEPENDS+= ${PYPKGPREFIX}-numpy>=1.4:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
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