aboutsummaryrefslogtreecommitdiff
path: root/biology/py-pandas-charm
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-05-16 00:14:16 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-05-16 00:14:16 +0000
commit634ce3b531e0d6edd1fd917b8d2fb7b801ece5fe (patch)
tree9de859425f2089a83f8476c263d04c7fb9ed882a /biology/py-pandas-charm
parent02a5c651ae2775cad53eb0da921427c031523f14 (diff)
downloadports-634ce3b531e0d6edd1fd917b8d2fb7b801ece5fe.tar.gz
ports-634ce3b531e0d6edd1fd917b8d2fb7b801ece5fe.zip
New port: biology/py-pandas-charm: Library for getting character matrices into and out of pandas
Notes
Notes: svn path=/head/; revision=535340
Diffstat (limited to 'biology/py-pandas-charm')
-rw-r--r--biology/py-pandas-charm/Makefile22
-rw-r--r--biology/py-pandas-charm/distinfo3
-rw-r--r--biology/py-pandas-charm/pkg-descr5
3 files changed, 30 insertions, 0 deletions
diff --git a/biology/py-pandas-charm/Makefile b/biology/py-pandas-charm/Makefile
new file mode 100644
index 000000000000..88e67c4937c6
--- /dev/null
+++ b/biology/py-pandas-charm/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= pandas-charm
+DISTVERSION= 0.3.0
+CATEGORIES= biology python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Library for getting character matrices into and out of pandas
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPEDNS= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/biology/py-pandas-charm/distinfo b/biology/py-pandas-charm/distinfo
new file mode 100644
index 000000000000..803535fc4f66
--- /dev/null
+++ b/biology/py-pandas-charm/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1589587604
+SHA256 (pandas-charm-0.3.0.tar.gz) = 203d1c6c369d1f966fd7ff06053dd641db214f5bc16dd694e269f03de10ee45b
+SIZE (pandas-charm-0.3.0.tar.gz) = 7597
diff --git a/biology/py-pandas-charm/pkg-descr b/biology/py-pandas-charm/pkg-descr
new file mode 100644
index 000000000000..55e981af69ae
--- /dev/null
+++ b/biology/py-pandas-charm/pkg-descr
@@ -0,0 +1,5 @@
+pandas-charm is a small Python package for getting character matrices
+(alignments) into and out of pandas. Use this library to make pandas
+interoperable with BioPython and DendroPy.
+
+WWW: https://github.com/jmenglund/pandas-charm