Date: Fri, 28 Oct 2016 17:13:24 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424866 - in head: devel/py-numba graphics/py-gdal graphics/py-toyplot graphics/qgis math/nlopt math/py-colormath math/py-luminol math/py-networkx math/py-numexpr math/py-pysparse scien... Message-ID: <201610281713.u9SHDOw4040215@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Oct 28 17:13:24 2016 New Revision: 424866 URL: https://svnweb.freebsd.org/changeset/ports/424866 Log: math/py-numpy: track PORTEPOCH in consumers Modified: head/devel/py-numba/Makefile (contents, props changed) head/graphics/py-gdal/Makefile (contents, props changed) head/graphics/py-toyplot/Makefile (contents, props changed) head/graphics/qgis/Makefile (contents, props changed) head/math/nlopt/Makefile (contents, props changed) head/math/py-colormath/Makefile (contents, props changed) head/math/py-luminol/Makefile (contents, props changed) head/math/py-networkx/Makefile (contents, props changed) head/math/py-numexpr/Makefile (contents, props changed) head/math/py-pysparse/Makefile (contents, props changed) head/science/brian/Makefile (contents, props changed) head/science/py-pysal/Makefile (contents, props changed) Modified: head/devel/py-numba/Makefile ============================================================================== --- head/devel/py-numba/Makefile Fri Oct 28 17:11:06 2016 (r424865) +++ head/devel/py-numba/Makefile Fri Oct 28 17:13:24 2016 (r424866) @@ -13,7 +13,7 @@ COMMENT= Optimizing compiler for Python LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>1.7:math/py-numpy +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>1.7,1:math/py-numpy RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}llvmlite>=0.12:devel/py-llvmlite \ ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Fri Oct 28 17:11:06 2016 (r424865) +++ head/graphics/py-gdal/Makefile Fri Oct 28 17:13:24 2016 (r424866) @@ -27,8 +27,8 @@ WRKSRC_SUBDIR= swig/python SHEBANG_FILES= scripts/*.py -NUMPY_BUILD_DEPENDS= ${PKGNAMEPREFIX}numpy>=1.0.0:math/py-numpy -NUMPY_RUN_DEPENDS= ${PKGNAMEPREFIX}numpy>=1.0.0:math/py-numpy +NUMPY_BUILD_DEPENDS= ${PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy +NUMPY_RUN_DEPENDS= ${PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy NUMPY_USES= fortran post-install: Modified: head/graphics/py-toyplot/Makefile ============================================================================== --- head/graphics/py-toyplot/Makefile Fri Oct 28 17:11:06 2016 (r424865) +++ head/graphics/py-toyplot/Makefile Fri Oct 28 17:13:24 2016 (r424866) @@ -12,7 +12,7 @@ COMMENT= Modern plotting toolkit support LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7:math/py-numpy \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}colormath>=2.1.1:math/py-colormath \ ${PYTHON_PKGNAMEPREFIX}multipledispatch>=0.4.7:devel/py-multipledispatch Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Fri Oct 28 17:11:06 2016 (r424865) +++ head/graphics/qgis/Makefile Fri Oct 28 17:13:24 2016 (r424866) @@ -91,7 +91,7 @@ PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREF ${PYTHON_PKGNAMEPREFIX}gdal>=2.0.1:graphics/py-gdal \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.3:math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:devel/py-mock \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:math/py-numpy \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1,1:math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}pip>=8.0.2:devel/py-pip \ ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.3:databases/py-psycopg2 \ ${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:databases/pyspatialite \ Modified: head/math/nlopt/Makefile ============================================================================== --- head/math/nlopt/Makefile Fri Oct 28 17:11:06 2016 (r424865) +++ head/math/nlopt/Makefile Fri Oct 28 17:13:24 2016 (r424866) @@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgmp.so:math/gmp \ libguile-2.0.so:lang/guile2 BUILD_DEPENDS= swig3.0:devel/swig30 \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:math/py-numpy -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:math/py-numpy + ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1,1:math/py-numpy +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1,1:math/py-numpy GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared Modified: head/math/py-colormath/Makefile ============================================================================== --- head/math/py-colormath/Makefile Fri Oct 28 17:11:06 2016 (r424865) +++ head/math/py-colormath/Makefile Fri Oct 28 17:13:24 2016 (r424866) @@ -12,7 +12,7 @@ COMMENT= Module that spares the user fro LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2:math/py-numpy \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2,1:math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}networkx>=1.9.1:math/py-networkx USES= python Modified: head/math/py-luminol/Makefile ============================================================================== --- head/math/py-luminol/Makefile Fri Oct 28 17:11:06 2016 (r424865) +++ head/math/py-luminol/Makefile Fri Oct 28 17:13:24 2016 (r424866) @@ -13,7 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.6.2:math/py-numpy + ${PYTHON_PKGNAMEPREFIX}numpy>=1.6.2,1:math/py-numpy USES= python USE_PYTHON= autoplist distutils Modified: head/math/py-networkx/Makefile ============================================================================== --- head/math/py-networkx/Makefile Fri Oct 28 17:11:06 2016 (r424865) +++ head/math/py-networkx/Makefile Fri Oct 28 17:13:24 2016 (r424866) @@ -32,7 +32,7 @@ OPTIONS_GROUP_RENDER= MPL GRAPHVIZ OPTIONS_DEFAULT= NUMPY SCIPY MPL GRAPHVIZ YAML NUMPY_DESC= Matrix representation of graphs -NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2:math/py-numpy +NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2,1:math/py-numpy SCIPY_DESC= Sparse matrix representation of graphs SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.15.1:science/py-scipy \ Modified: head/math/py-numexpr/Makefile ============================================================================== --- head/math/py-numexpr/Makefile Fri Oct 28 17:11:06 2016 (r424865) +++ head/math/py-numexpr/Makefile Fri Oct 28 17:13:24 2016 (r424866) @@ -13,7 +13,7 @@ COMMENT= Fast numerical array expression LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.6:math/py-numpy +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.6,1:math/py-numpy RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= autoplist concurrent distutils Modified: head/math/py-pysparse/Makefile ============================================================================== --- head/math/py-pysparse/Makefile Fri Oct 28 17:11:06 2016 (r424865) +++ head/math/py-pysparse/Makefile Fri Oct 28 17:13:24 2016 (r424866) @@ -13,8 +13,8 @@ COMMENT= Fast sparse matrix library for LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2,1:math/py-numpy +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2,1:math/py-numpy LIB_DEPENDS= liblapack.so:math/lapack \ libblas.so:math/blas \ libopenblas.so:math/openblas \ Modified: head/science/brian/Makefile ============================================================================== --- head/science/brian/Makefile Fri Oct 28 17:11:06 2016 (r424865) +++ head/science/brian/Makefile Fri Oct 28 17:13:24 2016 (r424866) @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= wen@FreeBSD.org COMMENT= Clock-driven simulator for spiking neural networks -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:math/py-numpy \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0,1:math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:science/py-scipy \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:math/py-matplotlib RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/science/py-pysal/Makefile ============================================================================== --- head/science/py-pysal/Makefile Fri Oct 28 17:11:06 2016 (r424865) +++ head/science/py-pysal/Makefile Fri Oct 28 17:13:24 2016 (r424866) @@ -14,7 +14,7 @@ COMMENT= Cross-platform library of spati LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.3:math/py-numpy \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.7:science/py-scipy RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610281713.u9SHDOw4040215>