[136504] trunk/dports/python/py-obspy

petr at macports.org petr at macports.org
Tue May 19 12:30:11 PDT 2015


Revision: 136504
          https://trac.macports.org/changeset/136504
Author:   petr at macports.org
Date:     2015-05-19 12:30:11 -0700 (Tue, 19 May 2015)
Log Message:
-----------
py-obspy: version bump to 0.10.2

Modified Paths:
--------------
    trunk/dports/python/py-obspy/Portfile

Removed Paths:
-------------
    trunk/dports/python/py-obspy/files/

Modified: trunk/dports/python/py-obspy/Portfile
===================================================================
--- trunk/dports/python/py-obspy/Portfile	2015-05-19 19:28:42 UTC (rev 136503)
+++ trunk/dports/python/py-obspy/Portfile	2015-05-19 19:30:11 UTC (rev 136504)
@@ -10,8 +10,7 @@
 name                py-obspy
 conflicts           ${name}-devel
 
-version             0.10.1
-revision            1
+version             0.10.2
 categories-append   science
 platforms           darwin
 license             LGPL-3
@@ -33,33 +32,33 @@
 distname            ${_name}-${version}
 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
 
-checksums           md5     0d32bcf8e9534d32c91efee84291bad3 \
-                    rmd160  b6c72f045635b6ba0de38ec1c5f7220f6bf2d864 \
-                    sha256  8f622e4a20fab2b58772d279d4518991ef2ba9b611d892db2a2baba5af86c94f
+checksums           md5     7a77c6b96143e6758c38fed0775d2b16 \
+                    rmd160  17d7cfd97472fc1fce34fe36b90f98da6c3d2c0b \
+                    sha256  9af1b349204a1447a1ceac9b1844295297bb40217c98d8e01b62d51e6ceda609
 
 python.versions     27 34
 
 if {${name} ne ${subport}} {
     # Note: setuptools required only for developers
-    depends_build-append    port:py${python.version}-numpy \
-                            port:help2man
+    depends_build-append    port:py${python.version}-numpy
 
     depends_lib-append      port:py${python.version}-future \
+                            port:py${python.version}-lxml \
+                            port:py${python.version}-matplotlib \
                             port:py${python.version}-numpy \
                             port:py${python.version}-scipy \
-                            port:py${python.version}-lxml \
-                            port:py${python.version}-sqlalchemy \
-                            port:py${python.version}-matplotlib
+                            port:py${python.version}-sqlalchemy
 
     # Note: Required for post-installation testing only
-    depends_run-append      port:py${python.version}-flake8 \
-                            port:py${python.version}-nose
+    depends_run-append      port:py${python.version}-flake8
+    # Python 3.3+: mock is available as unittest.mock
+    if { ${python.version} < 33 } {
+        depends_run-append  port:py${python.version}-mock
+    }
 
     # py-numpy & py-scipy are not universal
     universal_variant       no
 
-    patchfiles      patch-sqlalchemy-setup.py.diff
-
     livecheck.type  none
 } else {
     livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150519/d0cfeaf2/attachment.html>


More information about the macports-changes mailing list