aboutsummaryrefslogtreecommitdiff
path: root/math/rpy2
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-09-01 14:55:42 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-09-01 14:55:42 +0000
commit0bda7f4a9bd09ccb7dcff7a20aa6ec1b71cc33fb (patch)
tree4a64b4d56696b380b8dadd38fdb83219fae2df3e /math/rpy2
parent1fa88f7e17414ca6b984c1d2c28eb6d00b4e5809 (diff)
Notes
Diffstat (limited to 'math/rpy2')
-rw-r--r--math/rpy2/Makefile32
-rw-r--r--math/rpy2/distinfo2
-rw-r--r--math/rpy2/pkg-descr12
3 files changed, 0 insertions, 46 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile
deleted file mode 100644
index 6f9027fa2970..000000000000
--- a/math/rpy2/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= rpy2
-PORTVERSION= 2.7.8
-PORTREVISION= 8
-CATEGORIES= math
-MASTER_SITES= CHEESESHOP
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python interface to the R Programming Language
-
-LICENSE= GPLv2+
-
-BUILD_DEPENDS= ${PYNUMPY}
-LIB_DEPENDS= libR.so:math/R
-RUN_DEPENDS= ${PYNUMPY}
-
-USES= fortran python readline
-USE_PYTHON= distutils autoplist concurrent optsuffix
-LDFLAGS+= -Wl,--as-needed
-
-pre-configure:
- @(if [ ! -e ${LOCALBASE}/lib/R/lib/libR.so ] ; then \
- ${ECHO_MSG} "==> ${PKGNAME} requires math/R to be built with the" ; \
- ${ECHO_MSG} "==> LIBR option enabled." ; \
- exit 1; fi)
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rpy2/rinterface/*.so
-
-.include <bsd.port.mk>
diff --git a/math/rpy2/distinfo b/math/rpy2/distinfo
deleted file mode 100644
index cbba0fc8a993..000000000000
--- a/math/rpy2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rpy2-2.7.8.tar.gz) = 4f51bcdddea01a63e624f4b38de4f6b10a2466d82fd7e890791a07b06e51781d
-SIZE (rpy2-2.7.8.tar.gz) = 178334
diff --git a/math/rpy2/pkg-descr b/math/rpy2/pkg-descr
deleted file mode 100644
index c4d09d35f58c..000000000000
--- a/math/rpy2/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-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.
-
-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: http://rpy2.bitbucket.org/