Date: Wed, 21 Feb 2024 15:24:48 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5cb826c8190f - main - math/py-rpy2: Update to 3.5.15 Message-ID: <202402211524.41LFOmhV044322@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cb826c8190f7c0bde67a16e802892fd5d197165 commit 5cb826c8190f7c0bde67a16e802892fd5d197165 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:44:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:55 +0000 math/py-rpy2: Update to 3.5.15 Changes: https://github.com/rpy2/rpy2/releases https://github.com/rpy2/rpy2/commits/master --- math/py-rpy2/Makefile | 7 +++---- math/py-rpy2/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/math/py-rpy2/Makefile b/math/py-rpy2/Makefile index 8ba8ddd757c0..c3372506de16 100644 --- a/math/py-rpy2/Makefile +++ b/math/py-rpy2/Makefile @@ -1,6 +1,5 @@ PORTNAME= rpy2 -PORTVERSION= 3.5.14 -PORTREVISION= 1 +PORTVERSION= 3.5.15 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +12,13 @@ WWW= https://rpy2.github.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.15.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} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.15.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=0:devel/py-tzlocal@${PY_FLAVOR} diff --git a/math/py-rpy2/distinfo b/math/py-rpy2/distinfo index 636cfec60c3e..a5b92f74d0bb 100644 --- a/math/py-rpy2/distinfo +++ b/math/py-rpy2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1693823925 -SHA256 (rpy2-3.5.14.tar.gz) = 5f46ae31d36e117be366ad4ae02493c015ac6ba59ebe3b4cd7200075332fc481 -SIZE (rpy2-3.5.14.tar.gz) = 219268 +TIMESTAMP = 1708449406 +SHA256 (rpy2-3.5.15.tar.gz) = 444fae4a84dc7f233b70eaab0aa81398ee0147c4e1ae38dd4524d779d6f25b2b +SIZE (rpy2-3.5.15.tar.gz) = 219822
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211524.41LFOmhV044322>