pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-abcpmc



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jun 15 06:55:51 UTC 2019

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

Log Message:
py-abcpmc: disallow Python 2.7 because of py-scipy


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-abcpmc/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-abcpmc/Makefile
diff -u pkgsrc/math/py-abcpmc/Makefile:1.3 pkgsrc/math/py-abcpmc/Makefile:1.4
--- pkgsrc/math/py-abcpmc/Makefile:1.3  Wed Oct 12 19:51:45 2016
+++ pkgsrc/math/py-abcpmc/Makefile      Sat Jun 15 06:55:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/10/12 19:51:45 kamil Exp $
+# $NetBSD: Makefile,v 1.4 2019/06/15 06:55:51 adam Exp $
 
 DISTNAME=      abcpmc-0.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,21 +10,17 @@ HOMEPAGE=   http://www.cosmology.ethz.ch/r
 COMMENT=       Approximate Bayesian Computation Population Monte Carlo
 LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES= # none
+DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.15:../../math/py-scipy
 
-# TEST_DEPENDS
-.include "../../lang/python/pyversion.mk"
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.3:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
-.if ${_PYTHON_VERSION} < 33
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-funcsigs-[0-9]*:../../devel/py-funcsigs
-.endif
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+USE_LANGUAGES= # none
 
-DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
-DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-scipy
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index