svn commit: r478706 - in head/math: . py-rapi

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 1 15:39:57 UTC 2018


Author: yuri
Date: Sat Sep  1 15:39:55 2018
New Revision: 478706
URL: https://svnweb.freebsd.org/changeset/ports/478706

Log:
  New port: math/py-rapi: Minimal R API for Python

Added:
  head/math/py-rapi/
  head/math/py-rapi/Makefile   (contents, props changed)
  head/math/py-rapi/distinfo   (contents, props changed)
  head/math/py-rapi/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat Sep  1 15:33:16 2018	(r478705)
+++ head/math/Makefile	Sat Sep  1 15:39:55 2018	(r478706)
@@ -722,6 +722,7 @@
     SUBDIR += py-pysym
     SUBDIR += py-pyvtk
     SUBDIR += py-random2
+    SUBDIR += py-rapi
     SUBDIR += py-roman
     SUBDIR += py-rpy2
     SUBDIR += py-scientific

Added: head/math/py-rapi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-rapi/Makefile	Sat Sep  1 15:39:55 2018	(r478706)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	rapi
+DISTVERSION=	0.1.2
+CATEGORIES=	math
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+PATCH_SITES=	https://github.com/randy3k/${PORTNAME}/commit/
+PATCHFILES=	fb8b962651d6bec009f1bf67eb0369e62da134c4.patch:-p1
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Minimal R API for Python
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}multipledispatch>0:devel/py-multipledispatch@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/math/py-rapi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-rapi/distinfo	Sat Sep  1 15:39:55 2018	(r478706)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1535815878
+SHA256 (rapi-0.1.2.tar.gz) = 645e9337b1ededd677e9f8310db412c0b5b8fdfbe26a3222a37d21041e596e74
+SIZE (rapi-0.1.2.tar.gz) = 23744
+SHA256 (fb8b962651d6bec009f1bf67eb0369e62da134c4.patch) = 78d97c372209a947a2767244043a116af5f0605e1e0def2d07d41205c0f1ca97
+SIZE (fb8b962651d6bec009f1bf67eb0369e62da134c4.patch) = 765

Added: head/math/py-rapi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-rapi/pkg-descr	Sat Sep  1 15:39:55 2018	(r478706)
@@ -0,0 +1,6 @@
+Minimal R API for Python.
+
+It is similar to rpy2 in its functionality, but doesn't require compilation,
+toolchains, etc.
+
+WWW: https://github.com/randy3k/rapi


More information about the svn-ports-head mailing list