aboutsummaryrefslogtreecommitdiff
path: root/biology/py-valerius
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-04 03:54:08 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-04 04:06:22 +0000
commitf83007151dea80e9f9cf09909f95ff4ea1cbab36 (patch)
tree7d922b776663b18d4e66b98b251ecd8678ae023f /biology/py-valerius
parent236d980a5522788f0ace6123780ec9a630ae3702 (diff)
downloadports-f83007151dea80e9f9cf09909f95ff4ea1cbab36.tar.gz
ports-f83007151dea80e9f9cf09909f95ff4ea1cbab36.zip
biology/py-valerius: New port: Python bioinformatics tools
Diffstat (limited to 'biology/py-valerius')
-rw-r--r--biology/py-valerius/Makefile24
-rw-r--r--biology/py-valerius/distinfo3
-rw-r--r--biology/py-valerius/pkg-descr3
3 files changed, 30 insertions, 0 deletions
diff --git a/biology/py-valerius/Makefile b/biology/py-valerius/Makefile
new file mode 100644
index 000000000000..7f23f9c6d828
--- /dev/null
+++ b/biology/py-valerius/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= valerius
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.2
+CATEGORIES= biology python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Python bioinformatics tools
+WWW= https://github.com/samirelanduk/valerius
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+USE_GITHUB= yes
+GH_ACCOUNT= samirelanduk
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/biology/py-valerius/distinfo b/biology/py-valerius/distinfo
new file mode 100644
index 000000000000..05da43d0d3c2
--- /dev/null
+++ b/biology/py-valerius/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1664855237
+SHA256 (samirelanduk-valerius-v0.2_GH0.tar.gz) = f4b206cd4e9ec56630f4f55a7064f7fbea302a8a6620cac832475c2260b917ab
+SIZE (samirelanduk-valerius-v0.2_GH0.tar.gz) = 18486
diff --git a/biology/py-valerius/pkg-descr b/biology/py-valerius/pkg-descr
new file mode 100644
index 000000000000..30c1fd3c212a
--- /dev/null
+++ b/biology/py-valerius/pkg-descr
@@ -0,0 +1,3 @@
+valerius is a simple Bioinformatics toolset for processing Biological sequences.
+
+It can gfetch sequences from servers, detect their types, do FASTA parsing.