Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 00:14:16 +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: r535340 - in head/biology: . py-pandas-charm
Message-ID:  <202005160014.04G0EGwB013175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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