2018-06-13 03:46:03 +02:00
|
|
|
# $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
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}slumber>=0.7.1:www/py-slumber@${PY_FLAVOR}
|
2018-06-13 03:46:03 +02:00
|
|
|
|
2018-06-13 03:48:40 +02:00
|
|
|
USES= python
|
2018-06-13 03:46:03 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|