Skip to content

Commit

Permalink
math/py-rpy2: Update to 3.5.11
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/rpy2/rpy2/releases
  • Loading branch information
sunpoet committed Apr 18, 2023
1 parent 0446cea commit c2275d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions math/py-rpy2/Makefile
@@ -1,6 +1,5 @@
PORTNAME= rpy2
PORTVERSION= 3.5.10
PORTREVISION= 1
PORTVERSION= 3.5.11
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,17 +11,19 @@ WWW= https://rpy2.bitbucket.io/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= libR.so:math/R \
libicui18n.so:devel/icu \
libpcre2-8.so:devel/pcre2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=0,1,1:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tzlocal>=0:devel/py-tzlocal@${PY_FLAVOR}

USES= compiler:c11 fortran python:3.7+ readline
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

MAKE_ENV= RPY2_CFFI_MODE=BOTH

Expand All @@ -31,7 +32,7 @@ OPTIONS_DEFAULT=PANDAS
PANDAS_DESC= Pandas support

PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=1.2.0,1:math/py-pandas@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pandas>=1.3.5,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 = 1679498784
SHA256 (rpy2-3.5.10.tar.gz) = f81f0afb01e3c6f515c09573bc585c0e1c7e385ec81415ce0a62268c605ec7fc
SIZE (rpy2-3.5.10.tar.gz) = 215901
TIMESTAMP = 1681843888
SHA256 (rpy2-3.5.11.tar.gz) = 0d3e554dac8f4e55a28932f2946341aae3e02894304e1198547222aa86b89e21
SIZE (rpy2-3.5.11.tar.gz) = 216626

0 comments on commit c2275d8

Please sign in to comment.