[97743] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Sep 13 19:30:22 PDT 2012


Revision: 97743
          http://trac.macports.org//changeset/97743
Author:   jmr at macports.org
Date:     2012-09-13 19:30:22 -0700 (Thu, 13 Sep 2012)
Log Message:
-----------
New port: py-obspy-core, core component of Python framework for processing seismological data (#35165)

Added Paths:
-----------
    trunk/dports/python/py-obspy-core/
    trunk/dports/python/py-obspy-core/Portfile

Added: trunk/dports/python/py-obspy-core/Portfile
===================================================================
--- trunk/dports/python/py-obspy-core/Portfile	                        (rev 0)
+++ trunk/dports/python/py-obspy-core/Portfile	2012-09-14 02:30:22 UTC (rev 97743)
@@ -0,0 +1,45 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-obspy-core
+version             0.7.1
+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)
+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.
+
+homepage            http://www.obspy.org/
+
+master_sites        http://pypi.python.org/packages/source/o/obspy.core
+
+distname            obspy.core-${version}
+use_zip             yes
+
+checksums           md5    98c905b20e1a8617963562d88e6825f3 \
+                    rdm160 14e1f982057f0c1f8aa7e0ef9970b1eb2673b971 \
+                    sha256 8eff9b2406eefaf25c53d1e09d6333b2a7b79782624ac085e35d4a0802a89534
+
+python.versions     25 26 27
+
+if {${subport} != ${name}} {
+    depends_build         port:py${python.version}-distribute
+    depends_lib-append    port:py${python.version}-numpy
+}


Property changes on: trunk/dports/python/py-obspy-core/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120913/16b8d2c8/attachment.html>


More information about the macports-changes mailing list