math/py-rpy2: Update to 3.5.9
- Remove NUMPY option: rpy2[numpy] has no dependency now Changes: https://github.com/rpy2/rpy2/releases
This commit is contained in:
parent
edef8d7fa8
commit
f80c39d8dd
2 changed files with 7 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= rpy2
|
||||
PORTVERSION= 3.5.7
|
||||
PORTVERSION= 3.5.9
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -25,14 +25,12 @@ USE_PYTHON= autoplist concurrent distutils
|
|||
|
||||
MAKE_ENV= RPY2_CFFI_MODE=BOTH
|
||||
|
||||
OPTIONS_DEFINE= NUMPY PANDAS
|
||||
OPTIONS_DEFAULT=NUMPY PANDAS
|
||||
NUMPY_DESC= NumPy support
|
||||
OPTIONS_DEFINE= PANDAS
|
||||
OPTIONS_DEFAULT=PANDAS
|
||||
PANDAS_DESC= Pandas support
|
||||
|
||||
NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
|
||||
PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>=1.2.0,1:math/py-pandas@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1674589960
|
||||
SHA256 (rpy2-3.5.7.tar.gz) = 87a4090379b4fc34e7f3a43471730906776c37398887086a80357d64fdd0654b
|
||||
SIZE (rpy2-3.5.7.tar.gz) = 213549
|
||||
TIMESTAMP = 1677771319
|
||||
SHA256 (rpy2-3.5.9.tar.gz) = 89a0d7e340657795558e0db6bf9d8f1395428ba118af9023515dda928e6944f0
|
||||
SIZE (rpy2-3.5.9.tar.gz) = 215141
|
||||
|
|
Loading…
Reference in a new issue