Date: Sat, 11 May 2019 21:10:32 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501307 - head/science/py-netCDF4 Message-ID: <201905112110.x4BLAW3N091518@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Sat May 11 21:10:31 2019 New Revision: 501307 URL: https://svnweb.freebsd.org/changeset/ports/501307 Log: Cleanup cython dependency. Modified: head/science/py-netCDF4/Makefile (contents, props changed) Modified: head/science/py-netCDF4/Makefile ============================================================================== --- head/science/py-netCDF4/Makefile Sat May 11 21:01:54 2019 (r501306) +++ head/science/py-netCDF4/Makefile Sat May 11 21:10:31 2019 (r501307) @@ -14,16 +14,15 @@ COMMENT= Python Interface to the NetCDF Library (versi LICENSE= MIT -BUILD_DEPENDS= ${PYNUMPY} \ - ${LOCALBASE}/bin/cython:lang/cython +BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libhdf5.so:science/hdf5 \ libnetcdf.so:science/netcdf -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYNUMPY} OPTIONS_DEFINE= DOCS EXAMPLES USES= python -USE_PYTHON= autoplist concurrent distutils cython +USE_PYTHON= autoplist concurrent distutils cython cython_run DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905112110.x4BLAW3N091518>