New port: devel/py-rchitect: Interoperate R with Python
This commit is contained in:
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
|
@ -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
|
||||
|
|
20
devel/py-rchitect/Makefile
Normal file
20
devel/py-rchitect/Makefile
Normal 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>
|
3
devel/py-rchitect/distinfo
Normal file
3
devel/py-rchitect/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1551234738
|
||||
SHA256 (rchitect-0.2.4.tar.gz) = 10a30ba3aa1f3389225ab1ec41d85a44d18d0a6415cc4c9cd7d8aa3db9cab716
|
||||
SIZE (rchitect-0.2.4.tar.gz) = 23630
|
4
devel/py-rchitect/pkg-descr
Normal file
4
devel/py-rchitect/pkg-descr
Normal 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
|
Loading…
Reference in a new issue