Skip to content

Commit

Permalink
biology/py-newick: Add new port
Browse files Browse the repository at this point in the history
A python module to read and write the Newick format.
  • Loading branch information
wenheping committed Feb 3, 2024
1 parent 407330f commit d9d5b36
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions biology/Makefile
Expand Up @@ -182,6 +182,7 @@
SUBDIR += py-macs3
SUBDIR += py-mrcfile
SUBDIR += py-multiqc
SUBDIR += py-newick
SUBDIR += py-ont-fast5-api
SUBDIR += py-orange3-bioinformatics
SUBDIR += py-orange3-single-cell
Expand Down
17 changes: 17 additions & 0 deletions biology/py-newick/Makefile
@@ -0,0 +1,17 @@
PORTNAME= newick
DISTVERSION= 1.9.0
CATEGORIES= biology python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= wen@FreeBSD.org
COMMENT= Python module to read and write the Newick format
WWW= https://github.com/dlce-eva/python-newick

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions biology/py-newick/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1706920016
SHA256 (newick-1.9.0.tar.gz) = 9f81be96ec86aefca74d920fc0d6962d89a3156547003ca6915c2e6e31ad3ddf
SIZE (newick-1.9.0.tar.gz) = 25286
1 change: 1 addition & 0 deletions biology/py-newick/pkg-descr
@@ -0,0 +1 @@
A python module to read and write the Newick format.

0 comments on commit d9d5b36

Please sign in to comment.