[101443] trunk/dports/python
ryandesign at macports.org
ryandesign at macports.org
Thu Jan 10 20:02:01 PST 2013
Revision: 101443
https://trac.macports.org/changeset/101443
Author: ryandesign at macports.org
Date: 2013-01-10 20:02:01 -0800 (Thu, 10 Jan 2013)
Log Message:
-----------
py-obspy: new port, version 0.8.3, based on py-obspy-core (#37334)
Modified Paths:
--------------
trunk/dports/python/py-obspy/Portfile
Added Paths:
-----------
trunk/dports/python/py-obspy/
Modified: trunk/dports/python/py-obspy/Portfile
===================================================================
--- trunk/dports/python/py-obspy-core/Portfile 2012-12-18 00:57:35 UTC (rev 100628)
+++ trunk/dports/python/py-obspy/Portfile 2013-01-11 04:02:01 UTC (rev 101443)
@@ -4,42 +4,43 @@
PortSystem 1.0
PortGroup python 1.0
-name py-obspy-core
-version 0.7.1
+name py-obspy
+version 0.8.3
categories-append science
platforms darwin
-supported_archs noarch
maintainers bo.ingv.it:Peter.Danecek openmaintainer
license LGPL-3
-description Python framework for processing seismological data (core component)
+description Python framework for processing seismological data
+
long_description 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. The goal of the ObsPy project is \
- to facilitate rapid application development for seismology. \
- \
- This port installs the ObsPy package obspy.core. It contains \
- common classes and methods like UTCDateTime, Stats, Stream \
- and Trace well as methods for reading and writing \
- seismograms which are required by other ObsPy packages.
+ support for file formats and signal processing routines \
+ which allow the manipulation, analysis and visualization \
+ of seismological time series. The goal of the ObsPy project is \
+ to facilitate rapid application development for seismology.
-homepage http://www.obspy.org/
+homepage http://obspy.org/
-master_sites http://pypi.python.org/packages/source/o/obspy.core
-
-distname obspy.core-${version}
use_zip yes
+distname obspy-${version}
+master_sites http://pypi.python.org/packages/source/o/obspy
-checksums md5 98c905b20e1a8617963562d88e6825f3 \
- rdm160 14e1f982057f0c1f8aa7e0ef9970b1eb2673b971 \
- sha256 8eff9b2406eefaf25c53d1e09d6333b2a7b79782624ac085e35d4a0802a89534
+checksums md5 ffb704ed3a33f0299a8e0352437e6639 \
+ rmd160 4c74a75a8a26073dd5f016410cece3391d7ad712 \
+ sha256 b14d44b0645d7eca2f1e1d50ffc157a8df7594f407a2ca66aedc19506b3d5813
-python.versions 25 26 27
+python.versions 26 27
if {${subport} != ${name}} {
- depends_build port:py${python.version}-distribute
- depends_lib-append port:py${python.version}-numpy
+ depends_build port:py${python.version}-distribute
+ depends_lib-append port:py${python.version}-numpy \
+ port:py${python.version}-scipy \
+ port:py${python.version}-lxml \
+ port:py${python.version}-suds \
+ port:py${python.version}-sqlalchemy
+
+ # py-scipy is not universal
+ universal_variant no
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130110/39d1dfad/attachment.html>
More information about the macports-changes
mailing list