biology/py-biom-format: Fix fetch and relax scipy requirement
- The broken fetch was due to a commit error. - The relaxing of the scipy constraint is temporary until scipy can be updated.
This commit is contained in:
parent
238ce6dd08
commit
7f9181e95c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550141
@ -5,6 +5,7 @@ PORTVERSION= 2.1.8
|
||||
CATEGORIES= biology python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTFILES= ${DISTNAME}-1${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Biological Observation Matrix (BIOM) Format Project
|
||||
@ -15,7 +16,7 @@ BUILD_DEPENDS= ${PYNUMPY}
|
||||
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>=1.3.1:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=1: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}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1579317018
|
||||
SHA256 (biom-format-2.1.8.tar.gz) = 4d8813f84f7a79ee8c367e6ef57e154a121198b3979b81c74e6514668b756827
|
||||
SIZE (biom-format-2.1.8.tar.gz) = 12206773
|
||||
TIMESTAMP = 1601110366
|
||||
SHA256 (biom-format-2.1.8-1.tar.gz) = 3711de5807e5b29d944cd2713a16f26b6148eefd5b831ccad6a10c06cbd42649
|
||||
SIZE (biom-format-2.1.8-1.tar.gz) = 11673785
|
||||
|
Loading…
Reference in New Issue
Block a user