aboutsummaryrefslogtreecommitdiff
path: root/biology/py-xenaPython
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-04-12 17:01:10 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-04-12 17:01:10 +0000
commit74ca3eaba71940b6334cfa7a207a561e1167a1d4 (patch)
tree3faa89f1c4964318514d0b62fc1e1d37d924a395 /biology/py-xenaPython
parentef87bdfebd811c55917398dfc72f4aedb103ae54 (diff)
downloadports-74ca3eaba71940b6334cfa7a207a561e1167a1d4.tar.gz
ports-74ca3eaba71940b6334cfa7a207a561e1167a1d4.zip
New port: biology/py-xenaPython: API for Xena Hub to access genetic information shared through the hub
Notes
Notes: svn path=/head/; revision=498729
Diffstat (limited to 'biology/py-xenaPython')
-rw-r--r--biology/py-xenaPython/Makefile19
-rw-r--r--biology/py-xenaPython/distinfo3
-rw-r--r--biology/py-xenaPython/pkg-descr9
3 files changed, 31 insertions, 0 deletions
diff --git a/biology/py-xenaPython/Makefile b/biology/py-xenaPython/Makefile
new file mode 100644
index 000000000000..3a1f65130f09
--- /dev/null
+++ b/biology/py-xenaPython/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= xenaPython
+DISTVERSION= 1.0.10
+CATEGORIES= biology python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= API for Xena Hub to access genetic information shared through the hub
+
+LICENSE= APACHE20
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/biology/py-xenaPython/distinfo b/biology/py-xenaPython/distinfo
new file mode 100644
index 000000000000..efb3f48d52b0
--- /dev/null
+++ b/biology/py-xenaPython/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1555087462
+SHA256 (xenaPython-1.0.10.tar.gz) = 1ace9085ef603a4099977e5319fce59251c8853327ddb59b84e8e3065cd80052
+SIZE (xenaPython-1.0.10.tar.gz) = 11062
diff --git a/biology/py-xenaPython/pkg-descr b/biology/py-xenaPython/pkg-descr
new file mode 100644
index 000000000000..0dc2f282ef4f
--- /dev/null
+++ b/biology/py-xenaPython/pkg-descr
@@ -0,0 +1,9 @@
+Python API for Xena Hub.
+
+Xena Hub is a Java-based server software installed on the clients' servers
+that hosts their genomic data in order to share it with others. Using this
+Python API and other browsers that are part of the UC Santa Cruz Xena project,
+it is possible to easily access a wide variety of genomic information shared by
+a large number of researchers.
+
+WWW: https://github.com/ucscXena/xenaPython