Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 02:40:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494007 - in head/devel: . py-rchitect
Message-ID:  <201902270240.x1R2eIIK039655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Feb 27 02:40:17 2019
New Revision: 494007
URL: https://svnweb.freebsd.org/changeset/ports/494007

Log:
  New port: devel/py-rchitect: Interoperate R with Python

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Feb 27 02:27:27 2019	(r494006)
+++ head/devel/Makefile	Wed Feb 27 02:40:17 2019	(r494007)
@@ -5085,6 +5085,7 @@
     SUBDIR += py-ratelimiter
     SUBDIR += py-rauth
     SUBDIR += py-raven
+    SUBDIR += py-rchitect
     SUBDIR += py-rcsparse
     SUBDIR += py-readme_renderer
     SUBDIR += py-rebulk

Added: head/devel/py-rchitect/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-rchitect/Makefile	Wed Feb 27 02:40:17 2019	(r494007)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	rchitect
+DISTVERSION=	0.2.4
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Interoperate R with Python
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-rchitect/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-rchitect/distinfo	Wed Feb 27 02:40:17 2019	(r494007)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1551234738
+SHA256 (rchitect-0.2.4.tar.gz) = 10a30ba3aa1f3389225ab1ec41d85a44d18d0a6415cc4c9cd7d8aa3db9cab716
+SIZE (rchitect-0.2.4.tar.gz) = 23630

Added: head/devel/py-rchitect/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-rchitect/pkg-descr	Wed Feb 27 02:40:17 2019	(r494007)
@@ -0,0 +1,4 @@
+An alternate R console that differs from rpy2 in that it doesn't require too
+many dependencies and a toolchain.
+
+WWW: https://github.com/randy3k/rchitect



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902270240.x1R2eIIK039655>