1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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

This commit is contained in:
Yuri Victorovich 2018-06-13 01:46:03 +00:00
parent 37690aa05d
commit 9f97e61f75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472277
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1528853679
SHA256 (Genesis-PyAPI-1.2.1.tar.gz) = 2989f582eb619cd18c0fda10c69d38404781ddc4161a77f18c29d02fbdee577c
SIZE (Genesis-PyAPI-1.2.1.tar.gz) = 16539

View File

@ -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/