From owner-svn-ports-all@freebsd.org Fri Oct 28 17:13:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF4D0C256A0; Fri, 28 Oct 2016 17:13:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB7111567; Fri, 28 Oct 2016 17:13:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9SHDPKJ040227; Fri, 28 Oct 2016 17:13:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SHDOw4040215; Fri, 28 Oct 2016 17:13:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610281713.u9SHDOw4040215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 28 Oct 2016 17:13:24 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 17:13:27 -0000 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