mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
Cleanup cython dependency.
This commit is contained in:
parent
81a5212217
commit
5944e9ef33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501307
@ -14,16 +14,15 @@ COMMENT= Python Interface to the NetCDF Library (versions 3 and 4)
|
||||
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user