Skip to content

Commit

Permalink
math/py-rpy2: Update to 3.5.9
Browse files Browse the repository at this point in the history
- Remove NUMPY option: rpy2[numpy] has no dependency now

Changes:	https://github.com/rpy2/rpy2/releases
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent edef8d7 commit f80c39d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions math/py-rpy2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= rpy2
PORTVERSION= 3.5.7
PORTVERSION= 3.5.9
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -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>

Expand Down
6 changes: 3 additions & 3 deletions math/py-rpy2/distinfo
@@ -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

0 comments on commit f80c39d

Please sign in to comment.