Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2018 01:46:03 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472277 - in head/biology: . py-Genesis-PyAPI
Message-ID:  <201806130146.w5D1k3x9073973@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Jun 13 01:46:03 2018
New Revision: 472277
URL: https://svnweb.freebsd.org/changeset/ports/472277

Log:
  New port: biology/py-Genesis-PyAPI: API for the Genesis platform for genetics information processing

Added:
  head/biology/py-Genesis-PyAPI/
  head/biology/py-Genesis-PyAPI/Makefile   (contents, props changed)
  head/biology/py-Genesis-PyAPI/distinfo   (contents, props changed)
  head/biology/py-Genesis-PyAPI/pkg-descr   (contents, props changed)
Modified:
  head/biology/Makefile

Modified: head/biology/Makefile
==============================================================================
--- head/biology/Makefile	Wed Jun 13 01:45:02 2018	(r472276)
+++ head/biology/Makefile	Wed Jun 13 01:46:03 2018	(r472277)
@@ -96,6 +96,7 @@
     SUBDIR += primer3
     SUBDIR += protomol
     SUBDIR += psi88
+    SUBDIR += py-Genesis-PyAPI
     SUBDIR += py-biom-format
     SUBDIR += py-biopython
     SUBDIR += py-bx-python

Added: head/biology/py-Genesis-PyAPI/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/py-Genesis-PyAPI/Makefile	Wed Jun 13 01:46:03 2018	(r472277)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	Genesis-PyAPI
+DISTVERSION=	1.2.1
+CATEGORIES=	biology python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	API for the Genesis platform for genetics information processing
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}slumber>=0.7.1:www/py-slumber@${FLAVOR}
+
+USES=		fortran python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/biology/py-Genesis-PyAPI/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/py-Genesis-PyAPI/distinfo	Wed Jun 13 01:46:03 2018	(r472277)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1528853679
+SHA256 (Genesis-PyAPI-1.2.1.tar.gz) = 2989f582eb619cd18c0fda10c69d38404781ddc4161a77f18c29d02fbdee577c
+SIZE (Genesis-PyAPI-1.2.1.tar.gz) = 16539

Added: head/biology/py-Genesis-PyAPI/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/py-Genesis-PyAPI/pkg-descr	Wed Jun 13 01:46:03 2018	(r472277)
@@ -0,0 +1,4 @@
+GenAPI is a Python API for the Genesis platform allowing to
+perform computations of gene expression, etc.
+
+WWW: https://github.com/genialis/genesis-pyapi/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806130146.w5D1k3x9073973>