mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- Update to 1.2.1
- Remove DEPRECATED, now build with python3 - Update DEPENDS
This commit is contained in:
parent
c5d1de9cd9
commit
e6b0c3335c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528269
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= obspy
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,21 +12,17 @@ COMMENT= Python framework for seismological observatories
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
DEPRECATED= Uses deprecated version of python
|
||||
EXPIRATION_DATE= 2020-08-15
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=0.9.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}lxml>=2.2:devel/py-lxml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}suds>=0.4.0:net/py-suds@${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:2.7 shebangfix zip
|
||||
USES= fortran python shebangfix zip
|
||||
SHEBANG_FILES= obspy/taup/tests/data/TauP_test_data/gendata.sh
|
||||
USE_LDCONFIG= yes
|
||||
LDFLAGS+= -shared
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1550491981
|
||||
SHA256 (obspy-1.1.1.zip) = 14e7ff1b87c2cb901f3a6bebb64cbc5e8d624a067319c242b55cf77c341018fc
|
||||
SIZE (obspy-1.1.1.zip) = 23905234
|
||||
TIMESTAMP = 1583977142
|
||||
SHA256 (obspy-1.2.1.zip) = b04152950827534e91a625afa09f9390caabce4f96adbe4571b39a832ca3e423
|
||||
SIZE (obspy-1.2.1.zip) = 24678966
|
||||
|
Loading…
Reference in New Issue
Block a user