diff options
author | wen <wen@FreeBSD.org> | 2013-07-19 07:56:55 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-07-19 07:56:55 +0800 |
commit | ed6738030c9c0a708439266dcb31c92ea195acb8 (patch) | |
tree | ae2442b44f7c1b11ea89a6785a3739effdd32eed /science | |
parent | 9c5681126382cf15103b94e100df74fc70235b61 (diff) | |
download | freebsd-ports-gnome-ed6738030c9c0a708439266dcb31c92ea195acb8.tar.gz freebsd-ports-gnome-ed6738030c9c0a708439266dcb31c92ea195acb8.tar.zst freebsd-ports-gnome-ed6738030c9c0a708439266dcb31c92ea195acb8.zip |
- Update COMMENT and pkg-descr
- Add missing DEPENDS
Reported by: Tobias Megies <megies@geophysik.uni-muenchen.de>
Diffstat (limited to 'science')
-rw-r--r-- | science/py-obspy/Makefile | 7 | ||||
-rw-r--r-- | science/py-obspy/pkg-descr | 17 |
2 files changed, 11 insertions, 13 deletions
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/ |