svn commit: r535340 - in head/biology: . py-pandas-charm
Yuri Victorovich
yuri at FreeBSD.org
Sat May 16 00:14:18 UTC 2020
Author: yuri
Date: Sat May 16 00:14:16 2020
New Revision: 535340
URL: https://svnweb.freebsd.org/changeset/ports/535340
Log:
New port: biology/py-pandas-charm: Library for getting character matrices into and out of pandas
Added:
head/biology/py-pandas-charm/
head/biology/py-pandas-charm/Makefile (contents, props changed)
head/biology/py-pandas-charm/distinfo (contents, props changed)
head/biology/py-pandas-charm/pkg-descr (contents, props changed)
Modified:
head/biology/Makefile
Modified: head/biology/Makefile
==============================================================================
--- head/biology/Makefile Sat May 16 00:13:09 2020 (r535339)
+++ head/biology/Makefile Sat May 16 00:14:16 2020 (r535340)
@@ -134,6 +134,7 @@
SUBDIR += py-multiqc
SUBDIR += py-orange3-bioinformatics
SUBDIR += py-orange3-single-cell
+ SUBDIR += py-pandas-charm
SUBDIR += py-pyfaidx
SUBDIR += py-pysam
SUBDIR += py-xenaPython
Added: head/biology/py-pandas-charm/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/biology/py-pandas-charm/Makefile Sat May 16 00:14:16 2020 (r535340)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= pandas-charm
+DISTVERSION= 0.3.0
+CATEGORIES= biology python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri at 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>
Added: head/biology/py-pandas-charm/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/biology/py-pandas-charm/distinfo Sat May 16 00:14:16 2020 (r535340)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1589587604
+SHA256 (pandas-charm-0.3.0.tar.gz) = 203d1c6c369d1f966fd7ff06053dd641db214f5bc16dd694e269f03de10ee45b
+SIZE (pandas-charm-0.3.0.tar.gz) = 7597
Added: head/biology/py-pandas-charm/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/biology/py-pandas-charm/pkg-descr Sat May 16 00:14:16 2020 (r535340)
@@ -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
More information about the svn-ports-all
mailing list