summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2016-03-19 09:27:25 +0000
committerwen <wen@FreeBSD.org>2016-03-19 09:27:25 +0000
commit311259e57a8a80a3906fd7df9eed1ae07b26dc1f (patch)
tree9f23fbb74b6eff72d781e3943b27ec645d36d48d
parent42d9788ee940be8386dbc34b5c8e33a704dfa555 (diff)
downloadFreeBSD-ports-311259e57a8a80a3906fd7df9eed1ae07b26dc1f.zip
FreeBSD-ports-311259e57a8a80a3906fd7df9eed1ae07b26dc1f.tar.gz
- Update to 1.0.0
-rw-r--r--science/py-obspy/Makefile22
-rw-r--r--science/py-obspy/distinfo4
2 files changed, 16 insertions, 10 deletions
diff --git a/science/py-obspy/Makefile b/science/py-obspy/Makefile
index 41b6dfb..11e748c 100644
--- a/science/py-obspy/Makefile
+++ b/science/py-obspy/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= obspy
-PORTVERSION= 0.10.2
+PORTVERSION= 1.0.0
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,22 +13,28 @@ COMMENT= Python framework for seismological observatories
LICENSE= LGPL3
BUILD_DEPENDS= ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \
- ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib \
+ ${PYTHON_PKGNAMEPREFIX}scipy>=0.9.0:${PORTSDIR}/science/py-scipy \
+ ${PYTHON_PKGNAMEPREFIX}future>=0.12.4:${PORTSDIR}/devel/py-future \
+ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1.0:${PORTSDIR}/math/py-matplotlib \
${PYTHON_PKGNAMEPREFIX}lxml>=2.2:${PORTSDIR}/devel/py-lxml \
${PYTHON_PKGNAMEPREFIX}suds>=0.4.0:${PORTSDIR}/net/py-suds \
+ ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}decorator>=0:${PORTSDIR}/devel/py-decorator \
${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= fortran python shebangfix zip
-SHEBANG_FILES= obspy/taup/tests/data/TauP_test_data/gendata.sh
-USE_LDCONFIG= yes
-LDFLAGS+= -shared
-USE_PYTHON= autoplist distutils
+USES= fortran python shebangfix zip
+SHEBANG_FILES= obspy/taup/tests/data/TauP_test_data/gendata.sh
+USE_LDCONFIG= yes
+LDFLAGS+= -shared
+USE_PYTHON= autoplist distutils
LDFLAGS+= -shared
post-patch:
${REINPLACE_CMD} -e "s#FC#${FC}#g" ${WRKSRC}/setup.py
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/obspy/lib/*.so
+
.include <bsd.port.mk>
diff --git a/science/py-obspy/distinfo b/science/py-obspy/distinfo
index beec491..39c7851 100644
--- a/science/py-obspy/distinfo
+++ b/science/py-obspy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (obspy-0.10.2.zip) = 9af1b349204a1447a1ceac9b1844295297bb40217c98d8e01b62d51e6ceda609
-SIZE (obspy-0.10.2.zip) = 15847912
+SHA256 (obspy-1.0.0.zip) = df0d5df29f72f03247a93ebf47de999d8fd7070bef7b94e0669412824570e5d5
+SIZE (obspy-1.0.0.zip) = 20108369
OpenPOWER on IntegriCloud