diff --git a/science/py-obspy/Makefile b/science/py-obspy/Makefile index 0a1e9e073329..f7bafd157868 100644 --- a/science/py-obspy/Makefile +++ b/science/py-obspy/Makefile @@ -3,19 +3,20 @@ PORTNAME= obspy PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -#DISTNAME= ${PORTNAME:S,-,.,}-${PORTVERSION} MAINTAINER= wen@FreeBSD.org -COMMENT= Core Classes of Python for Seismological Observatories +COMMENT= Python framework for seismological observatories 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}lxml>=2.2:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}suds>=0.4.0:${PORTSDIR}/net/py-suds + ${PYTHON_PKGNAMEPREFIX}suds>=0.4.0:${PORTSDIR}/net/py-suds \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy RUN_DEPENDS:= ${BUILD_DEPENDS} USE_FORTRAN= yes diff --git a/science/py-obspy/pkg-descr b/science/py-obspy/pkg-descr index ec0a2fc7307a..41b71ff8ebac 100644 --- a/science/py-obspy/pkg-descr +++ b/science/py-obspy/pkg-descr @@ -1,13 +1,10 @@ -The obspy.core package contains common methods and classes -for ObsPy. It includes UTCDateTime, Stats, Stream and Trace -classes and methods for reading seismograms. +ObsPy is an open-source project dedicated to provide a Python framework for +processing seismological data. It provides parsers for common file formats, +clients to access data centers and seismological signal processing routines +which allow the manipulation of seismological time series (see Beyreuther +et al. 2010, Megies et al. 2011). -ObsPy is an open-source project dedicated to provide a Python -framework for processing seismological data. It provides -parsers for common file formats and seismological signal -processing routines which allow the manipulation of -seismological time series (see Beyreuther et. al. 2010). -The goal of the ObsPy project is to facilitate rapid application -development for seismology. +The goal of the ObsPy project is to facilitate rapid application development +for seismology. WWW: http://www.obspy.org/