[134115] trunk/dports/python/py-obspy-devel/Portfile

petr at macports.org petr at macports.org
Wed Mar 18 11:04:57 PDT 2015


Revision: 134115
          https://trac.macports.org/changeset/134115
Author:   petr at macports.org
Date:     2015-03-18 11:04:56 -0700 (Wed, 18 Mar 2015)
Log Message:
-----------
py-obspy-devel: update to recent commit

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

Modified: trunk/dports/python/py-obspy-devel/Portfile
===================================================================
--- trunk/dports/python/py-obspy-devel/Portfile	2015-03-18 16:44:46 UTC (rev 134114)
+++ trunk/dports/python/py-obspy-devel/Portfile	2015-03-18 18:04:56 UTC (rev 134115)
@@ -5,8 +5,9 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        obspy obspy 5dc053bd84
-version             0.9.2-1434-g${github.version}
+github.setup        obspy obspy a014c844e4
+github.setup        obspy obspy 35eb0fd127
+version             0.9.2-2233-g${github.version}
 
 name                py-${github.project}-devel
 conflicts           py-${github.project}
@@ -30,9 +31,9 @@
 
 homepage            http://www.obspy.org/
 
-checksums           md5     78408332e987a600acba34665e2f7e18 \
-                    rmd160  2b6d9eff4dbf6e0164a336924abca0f9bc8d7b0d \
-                    sha256  68fe861cf9561114b512952fd41b8c9c8ccfdf1457193325b9974ef51b92b536
+checksums           md5     75c50ac1bef0057b96167a835f7eedce \
+                    rmd160  bbf2cfd756f97d38cf4aa889e71ae3ef606b91ca \
+                    sha256  c13eba9bf67d7e45f6531b35b8e15bac3538265c397b51476b0b3c69a0bb5ab3
 
 python.versions     27 34
 
@@ -62,18 +63,15 @@
         depends_run-append  port:py${python.version}-mock
     }
 
-    # Note: temporary workaround for numpy.distutils behaviour
-    patchfiles-prepend   patch-setup.py.diff
-
     # creates a obspy/RELEASE-VERSION file dynamically
     post-patch {
         # set release version, python version string and target file
-        set ver_dev     ${version}
+        set ver_devel   ${version}
         set ver_fname   ${worksrcpath}/obspy/RELEASE-VERSION
 
         # open, write, close
         set ver_fid [open ${ver_fname} "w"]
-        puts -nonewline ${ver_fid} ${ver_dev}
+        puts -nonewline ${ver_fid} ${ver_devel}
         close ${ver_fid}
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150318/dbeb3f79/attachment.html>


More information about the macports-changes mailing list