diff options
author | Wen Heping <wen@FreeBSD.org> | 2022-03-14 04:14:38 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2022-03-14 04:14:38 +0000 |
commit | dae15bb3116cff58ef05be17fc5013bf79b38501 (patch) | |
tree | 4b6976dcf4b01a1a453bbeea097ac7b8aeec7573 | |
parent | 994b2d7deeaadb6d95d153ea83d1dadeaf637ea3 (diff) | |
download | ports-dae15bb3116cff58ef05be17fc5013bf79b38501.tar.gz ports-dae15bb3116cff58ef05be17fc5013bf79b38501.zip |
science/py-obspy: Update to 1.3.0
Update DEPENDS
-rw-r--r-- | science/py-obspy/Makefile | 8 | ||||
-rw-r--r-- | science/py-obspy/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/science/py-obspy/Makefile b/science/py-obspy/Makefile index 6b77bdbc952f..4cd3e7d10a55 100644 --- a/science/py-obspy/Makefile +++ b/science/py-obspy/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping <wenheping@gmail.com> PORTNAME= obspy -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,16 +12,16 @@ COMMENT= Python framework for seismological observatories LICENSE= LGPL3 BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.9.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.0.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.12.4:devel/py-future@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1.0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.2.0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=2.2:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= fortran python:3.7+ shebangfix zip +USES= fortran python:3.7+ shebangfix SHEBANG_FILES= obspy/taup/tests/data/TauP_test_data/gendata.sh USE_LDCONFIG= yes LDFLAGS+= -shared diff --git a/science/py-obspy/distinfo b/science/py-obspy/distinfo index b19be01f5abe..829f69a5b827 100644 --- a/science/py-obspy/distinfo +++ b/science/py-obspy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594976554 -SHA256 (obspy-1.2.2.zip) = a0f2b0915beeb597762563fa0358aa1b4d6b09ffda49909c760b5cdf5bdc419e -SIZE (obspy-1.2.2.zip) = 24684267 +TIMESTAMP = 1646986661 +SHA256 (obspy-1.3.0.tar.gz) = 932eb8af44542d605184a07f518f4839c7f42c22939fc848a9ddb9d8f7125077 +SIZE (obspy-1.3.0.tar.gz) = 16869187 |