biology/py-biom-format: Add required dependency on math/py-pandas and do
not install tests.
This commit is contained in:
parent
c1e6040e96
commit
1b5b3cea25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455879
1 changed files with 7 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= biom-format
|
||||
PORTVERSION= 2.1.6
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= biology python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -13,9 +13,10 @@ LICENSE= BSD3CLAUSE
|
|||
|
||||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}h5py>=2.6.0:science/py-h5py@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}h5py>=2.6.0:science/py-h5py@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=0.16.1:science/py-scipy@${FLAVOR}
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
@ -30,6 +31,9 @@ USE_PYTHON= autoplist distutils
|
|||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyqi>=0.2.0:devel/py-pyqi@${FLAVOR}
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${RM} -r ${WRKSRC}/tests
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/biom/*.so
|
||||
|
||||
|
|
Loading…
Reference in a new issue