biology/py-biom-format: Update to version 2.1.7
Reported by: portscout
This commit is contained in:
parent
536956eecd
commit
5ee8e23af7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481369
@ -1,9 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= biom-format
|
||||
PORTVERSION= 2.1.6
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.1.7
|
||||
CATEGORIES= biology python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
@ -12,23 +12,21 @@ COMMENT= Biological Observation Matrix (BIOM) Format Project
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}h5py>=2.6.0:science/py-h5py@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=0.16.1:science/py-scipy@${PY_FLAVOR}
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= biocore
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}future>=0.16.0:devel/py-future@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=0.13.0:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>=0.20.0:math/py-pandas@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}h5py>=2.2.0:science/py-h5py@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3000
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyqi>=0.2.0:devel/py-pyqi@${PY_FLAVOR}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyqi>0:devel/py-pyqi@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1493465225
|
||||
SHA256 (biocore-biom-format-2.1.6_GH0.tar.gz) = f2daddb634c540e10d04e4f71174da98f57d7f95472f02c358df4ca82e3f9921
|
||||
SIZE (biocore-biom-format-2.1.6_GH0.tar.gz) = 11997159
|
||||
TIMESTAMP = 1538769748
|
||||
SHA256 (biom-format-2.1.7.tar.gz) = b47e54282ef13cddffdb00aea9183a87175a2372c91a915259086a3f444c42f4
|
||||
SIZE (biom-format-2.1.7.tar.gz) = 11820666
|
||||
|
Loading…
Reference in New Issue
Block a user