- Update COMMENT and pkg-descr

- Add missing DEPENDS

Reported by:	Tobias Megies <megies@geophysik.uni-muenchen.de>
This commit is contained in:
Wen Heping 2013-07-18 23:56:55 +00:00
parent ff638a432a
commit 1281633a95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323262
2 changed files with 11 additions and 13 deletions

View file

@ -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

View file

@ -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/