Index: head/math/py-rpy2/Makefile =================================================================== --- head/math/py-rpy2/Makefile (revision 486535) +++ head/math/py-rpy2/Makefile (revision 486536) @@ -1,32 +1,31 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= rpy2 -DISTVERSION= 2.9.4 -PORTREVISION= 1 +DISTVERSION= 2.9.5 CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python interface to the R Programming Language LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libR.so:math/R \ libicui18n.so:devel/icu \ libomp.so:devel/openmp \ libpcre.so:devel/pcre RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ - ${PYNUMPY} + ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= fortran python:3.4+ readline -USE_PYTHON= distutils autoplist +USES= fortran python:3.5+ readline +USE_PYTHON= autoplist distutils post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rpy2/rinterface/*.so .include Index: head/math/py-rpy2/distinfo =================================================================== --- head/math/py-rpy2/distinfo (revision 486535) +++ head/math/py-rpy2/distinfo (revision 486536) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535812255 -SHA256 (rpy2-2.9.4.tar.gz) = be57f741d0c284b5d8785ab03dff0e829303e5ac30e548d5ceb46e05b168812e -SIZE (rpy2-2.9.4.tar.gz) = 194620 +TIMESTAMP = 1543763107 +SHA256 (rpy2-2.9.5.tar.gz) = b91f8efca7d0929f2b2b3634946be892cba6c21f92acdf737399e7eedf4532db +SIZE (rpy2-2.9.5.tar.gz) = 194145 Index: head/math/py-rpy2/pkg-descr =================================================================== --- head/math/py-rpy2/pkg-descr (revision 486535) +++ head/math/py-rpy2/pkg-descr (revision 486536) @@ -1,12 +1,12 @@ RPy is a very simple, yet robust, Python interface to the R Programming -Language. It can manage all kinds of R objects and can execute arbitrary -R functions (including the graphic functions). All the errors from the -R language are converted to Python exceptions. Any module that later were -installed on the R system, can easily be used from within Python, without -introducing any changes. +Language. It can manage all kinds of R objects and can execute arbitrary R +functions (including the graphic functions). All the errors from the R language +are converted to Python exceptions. Any module that later were installed on the +R system, can easily be used from within Python, without introducing any +changes. -rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface -to R, a proposed high-level interface, including wrappers to graphical -libraries, as well as R-like structures and functions. +rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to +R, a proposed high-level interface, including wrappers to graphical libraries, +as well as R-like structures and functions. -WWW: https://rpy2.bitbucket.org/ +WWW: https://rpy2.bitbucket.io/