aboutsummaryrefslogtreecommitdiff
path: root/science/py-obspy
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2013-07-18 23:56:55 +0000
committerWen Heping <wen@FreeBSD.org>2013-07-18 23:56:55 +0000
commit1281633a952141724938d9ec0ffdcde611b8df1d (patch)
treeae2442b44f7c1b11ea89a6785a3739effdd32eed /science/py-obspy
parentff638a432a7cb04144b30e4a78e4b80a99918370 (diff)
downloadports-1281633a952141724938d9ec0ffdcde611b8df1d.tar.gz
ports-1281633a952141724938d9ec0ffdcde611b8df1d.zip
Notes
Diffstat (limited to 'science/py-obspy')
-rw-r--r--science/py-obspy/Makefile7
-rw-r--r--science/py-obspy/pkg-descr17
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/