aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2024-02-03 00:50:24 +0000
committerWen Heping <wen@FreeBSD.org>2024-02-03 00:58:29 +0000
commitd9d5b36205fee87f589e2aca05830ace03531678 (patch)
treec53b8e3466396aa501489c05e7087df374a51f9c
parent407330f44b4b03403f68ffe693674bf08b06b976 (diff)
downloadports-d9d5b36205fee87f589e2aca05830ace03531678.tar.gz
ports-d9d5b36205fee87f589e2aca05830ace03531678.zip
biology/py-newick: Add new port
A python module to read and write the Newick format.
-rw-r--r--biology/Makefile1
-rw-r--r--biology/py-newick/Makefile17
-rw-r--r--biology/py-newick/distinfo3
-rw-r--r--biology/py-newick/pkg-descr1
4 files changed, 22 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile
index d6c0b3985e4a..742a6885b0d2 100644
--- a/biology/Makefile
+++ b/biology/Makefile
@@ -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
diff --git a/biology/py-newick/Makefile b/biology/py-newick/Makefile
new file mode 100644
index 000000000000..f7eb627d1cc2
--- /dev/null
+++ b/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>
diff --git a/biology/py-newick/distinfo b/biology/py-newick/distinfo
new file mode 100644
index 000000000000..440a9d09c636
--- /dev/null
+++ b/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
diff --git a/biology/py-newick/pkg-descr b/biology/py-newick/pkg-descr
new file mode 100644
index 000000000000..5dee3ef15785
--- /dev/null
+++ b/biology/py-newick/pkg-descr
@@ -0,0 +1 @@
+A python module to read and write the Newick format.