git: d9d5b36205fe - main - biology/py-newick: Add new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 00:59:09 UTC
The branch main has been updated by wen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d9d5b36205fee87f589e2aca05830ace03531678
commit d9d5b36205fee87f589e2aca05830ace03531678
Author: Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-02-03 00:50:24 +0000
Commit: Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-02-03 00:58:29 +0000
biology/py-newick: Add new port
A python module to read and write the Newick format.
---
biology/Makefile | 1 +
biology/py-newick/Makefile | 17 +++++++++++++++++
biology/py-newick/distinfo | 3 +++
biology/py-newick/pkg-descr | 1 +
4 files changed, 22 insertions(+)
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.