diff --git a/devel/py-rchitect/Makefile b/devel/py-rchitect/Makefile index 5cda47e90b21..9243e63a7df7 100644 --- a/devel/py-rchitect/Makefile +++ b/devel/py-rchitect/Makefile @@ -1,27 +1,30 @@ PORTNAME= rchitect -DISTVERSION= 0.3.24 +DISTVERSION= 0.3.40 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Interoperate R with Python WWW= https://github.com/randy3k/rchitect LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rchitect/_cffi.abi3.so + .include diff --git a/devel/py-rchitect/distinfo b/devel/py-rchitect/distinfo index 8ea1111d8d1d..2c1e93ca651b 100644 --- a/devel/py-rchitect/distinfo +++ b/devel/py-rchitect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587715125 -SHA256 (rchitect-0.3.24.tar.gz) = e5868b6a680331376f64bc7934d923debe315d7e9a2695fbbc70e380908bab39 -SIZE (rchitect-0.3.24.tar.gz) = 29568 +TIMESTAMP = 1689302336 +SHA256 (rchitect-0.3.40.tar.gz) = 1c5de5c4914dcb34225e7b62dbfc5df7b857b0b4bc18d4adf03611c45847b8b7 +SIZE (rchitect-0.3.40.tar.gz) = 32934