Date: Tue, 22 Oct 2019 23:34:10 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515225 - head/math/py-rpy2 Message-ID: <201910222334.x9MNYAFw020030@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Oct 22 23:34:09 2019 New Revision: 515225 URL: https://svnweb.freebsd.org/changeset/ports/515225 Log: Update to 3.2.1 Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS Modified: head/math/py-rpy2/Makefile head/math/py-rpy2/distinfo Modified: head/math/py-rpy2/Makefile ============================================================================== --- head/math/py-rpy2/Makefile Tue Oct 22 23:34:04 2019 (r515224) +++ head/math/py-rpy2/Makefile Tue Oct 22 23:34:09 2019 (r515225) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rpy2 -DISTVERSION= 3.2.0 -PORTREVISION= 1 +DISTVERSION= 3.2.1 CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +13,12 @@ COMMENT= Python interface to the R Programming Languag 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.13.1:devel/py-cffi@${PY_FLAVOR} LIB_DEPENDS= libR.so:math/R \ libicui18n.so:devel/icu \ libomp.so:devel/openmp \ libpcre.so:devel/pcre -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13.1:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ Modified: head/math/py-rpy2/distinfo ============================================================================== --- head/math/py-rpy2/distinfo Tue Oct 22 23:34:04 2019 (r515224) +++ head/math/py-rpy2/distinfo Tue Oct 22 23:34:09 2019 (r515225) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569809145 -SHA256 (rpy2-3.2.0.tar.gz) = 18025f53c1a32b7b38ed319c81f8445b9a8809e0ecba210634b67764d68da978 -SIZE (rpy2-3.2.0.tar.gz) = 161566 +TIMESTAMP = 1571759817 +SHA256 (rpy2-3.2.1.tar.gz) = cfba1b5d5ad56f9f52a0df4df8015a342043f113576003967fd760e063023ca6 +SIZE (rpy2-3.2.1.tar.gz) = 161983
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910222334.x9MNYAFw020030>