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

This commit is contained in:
Yuri Victorovich 2019-02-27 02:40:17 +00:00
parent b98b2f8ca6
commit e79f70d075
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494007
4 changed files with 28 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1551234738
SHA256 (rchitect-0.2.4.tar.gz) = 10a30ba3aa1f3389225ab1ec41d85a44d18d0a6415cc4c9cd7d8aa3db9cab716
SIZE (rchitect-0.2.4.tar.gz) = 23630

View file

@ -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