[104856] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Apr 3 22:52:11 PDT 2013


Revision: 104856
          https://trac.macports.org/changeset/104856
Author:   stromnov at macports.org
Date:     2013-04-03 22:52:10 -0700 (Wed, 03 Apr 2013)
Log Message:
-----------
py-pywavelets: update to version 0.2.2, unify (#38597, maintainer timeout)

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

Added Paths:
-----------
    trunk/dports/python/py-pywavelets/

Removed Paths:
-------------
    trunk/dports/python/py-pywavelets/files/
    trunk/dports/python/py25-pywavelets/
    trunk/dports/python/py26-pywavelets/

Modified: trunk/dports/python/py-pywavelets/Portfile
===================================================================
--- trunk/dports/python/py26-pywavelets/Portfile	2013-03-30 07:35:34 UTC (rev 104608)
+++ trunk/dports/python/py-pywavelets/Portfile	2013-04-04 05:52:10 UTC (rev 104856)
@@ -2,23 +2,40 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python 1.0
 
-name                py26-pywavelets
-version             0.2.0
-categories          python
+name                py-pywavelets
+version             0.2.2
+revision            0
+categories-append   science math
 platforms           darwin
-maintainers         jameskyle
+license             MIT
+
+python.versions     26 27
+
+maintainers         jameskyle openmaintainer
+
 description         PyWavelets is a Python wavelet transforms module
-long_description    ${description}. 
+long_description    ${description}.
 
 homepage            http://pypi.python.org/pypi/PyWavelets/
 master_sites        http://pypi.python.org/packages/source/P/PyWavelets/
+
 distname            PyWavelets-${version}
-build.env           CFLAGS='-I${prefix}/include -L${prefix}/lib'
 
-checksums           sha1    0c70cd2ad1ef1bb2c2266240d973192944414f31 \
-                    rmd160  31571e3991c2aab332f929d5c64a466d16590e5a
+use_zip             yes
 
-patchfiles          patch-src-_pywt.pyx.diff 
-depends_build       port:py26-cython
+checksums           rmd160  ae4ce162fbe1cdc0ee267388b7213e3a2a2c31d8 \
+                    sha256  04b53436f5f2a9b895a1f56e86e16b94632a5d6bcfc076be1110e41cf3071278
+
+if {$subport != $name} {
+    depends_build-append \
+                        port:py${python.version}-distribute \
+                        port:py${python.version}-cython
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "PyWavelets-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130403/ceadd0f3/attachment.html>


More information about the macports-changes mailing list