[139153] trunk/dports/python

petr at macports.org petr at macports.org
Tue Aug 4 05:18:15 PDT 2015


Revision: 139153
          https://trac.macports.org/changeset/139153
Author:   petr at macports.org
Date:     2015-08-04 05:18:15 -0700 (Tue, 04 Aug 2015)
Log Message:
-----------
asdf-devel: new port

Added Paths:
-----------
    trunk/dports/python/py-asdf-devel/
    trunk/dports/python/py-asdf-devel/Portfile

Added: trunk/dports/python/py-asdf-devel/Portfile
===================================================================
--- trunk/dports/python/py-asdf-devel/Portfile	                        (rev 0)
+++ trunk/dports/python/py-asdf-devel/Portfile	2015-08-04 12:18:15 UTC (rev 139153)
@@ -0,0 +1,50 @@
+# -*- 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
+PortGroup           github 1.0
+
+github.setup        SeismicData pyasdf fb663ce749
+
+name                py-${github.project}-devel
+conflicts           py-${github.project}
+version             0.0.1a-1-${github.version}
+
+categories-append   science
+platforms           darwin
+supported_archs     noarch
+license             LGPL-3
+
+maintainers         petr openmaintainer
+
+description         pyasdf is a Python API to read and write seismological \
+                    ASDF files \
+                    (development snapshot)
+
+long_description    \
+    pyasdf is an API to read and write Adaptable Seismic Data Format (ASDF) \
+    files, a format based on HDF5. The packages utilizes the data structures \
+    of ObsPy to allow the construction of modern and efficient workflows. \
+
+homepage            http://seismicdata.github.io/pyasdf/
+
+checksums           md5     c5f2d203845ab0206d3dd12677e6cb58 \
+                    rmd160  3ae859f1a40be3251bfccd3b341d97897b3ad9d3 \
+                    sha256  75b3dab7039d83a61474adaa7fdd799dfc7f1545bc220ad7dfb5c29e3afd7d7e
+
+python.versions     27 34
+
+if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
+
+    depends_lib-append      port:py${python.version}-obspy \
+                            port:py${python.version}-h5py \
+                            port:py${python.version}-numpy \
+                            port:py${python.version}-colorama \
+                            port:py${python.version}-prov \
+                            port:py${python.version}-pytest \
+                            port:py${python.version}-flake8 \
+
+    livecheck.type  none
+}


Property changes on: trunk/dports/python/py-asdf-devel/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150804/b40e3cbc/attachment.html>


More information about the macports-changes mailing list