Update to 2.9.5
- Sort RUN_DEPENDS - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS
This commit is contained in:
parent
ec1461c0d4
commit
c8cd2d92ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486536
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user