diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-12-04 03:58:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-12-04 03:58:37 +0800 |
commit | 90da754abd1e8841f55fc90b1ca0e100b7487e35 (patch) | |
tree | 0a6a1de99db2dac413ed8f92d7934f17092b55b0 /math | |
parent | c3aceb02bd25d44534750bb53e53fa1ca5e2e04e (diff) | |
download | freebsd-ports-gnome-90da754abd1e8841f55fc90b1ca0e100b7487e35.tar.gz freebsd-ports-gnome-90da754abd1e8841f55fc90b1ca0e100b7487e35.tar.zst freebsd-ports-gnome-90da754abd1e8841f55fc90b1ca0e100b7487e35.zip |
Update to 2.9.5
- Sort RUN_DEPENDS
- Reformat pkg-descr
- Update WWW
- Take maintainership
Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS
Diffstat (limited to 'math')
-rw-r--r-- | math/py-rpy2/Makefile | 13 | ||||
-rw-r--r-- | math/py-rpy2/distinfo | 6 | ||||
-rw-r--r-- | math/py-rpy2/pkg-descr | 18 |
3 files changed, 18 insertions, 19 deletions
diff --git a/math/py-rpy2/Makefile b/math/py-rpy2/Makefile index be35be486943..ea227460065d 100644 --- a/math/py-rpy2/Makefile +++ b/math/py-rpy2/Makefile @@ -2,13 +2,12 @@ # $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+ @@ -20,11 +19,11 @@ LIB_DEPENDS= libR.so:math/R \ 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 diff --git a/math/py-rpy2/distinfo b/math/py-rpy2/distinfo index 6e16cfdce727..d27a5f61332b 100644 --- a/math/py-rpy2/distinfo +++ b/math/py-rpy2/distinfo @@ -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 diff --git a/math/py-rpy2/pkg-descr b/math/py-rpy2/pkg-descr index cddcf34e16ad..0b72d57c48bb 100644 --- a/math/py-rpy2/pkg-descr +++ b/math/py-rpy2/pkg-descr @@ -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/ |