[147697] trunk/dports/python/py-pywavelets/Portfile

stromnov at macports.org stromnov at macports.org
Tue Apr 12 06:06:56 PDT 2016


Revision: 147697
          https://trac.macports.org/changeset/147697
Author:   stromnov at macports.org
Date:     2016-04-12 06:06:55 -0700 (Tue, 12 Apr 2016)
Log Message:
-----------
py-pywavelets: update to version 0.4.0

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

Modified: trunk/dports/python/py-pywavelets/Portfile
===================================================================
--- trunk/dports/python/py-pywavelets/Portfile	2016-04-12 12:40:39 UTC (rev 147696)
+++ trunk/dports/python/py-pywavelets/Portfile	2016-04-12 13:06:55 UTC (rev 147697)
@@ -5,37 +5,36 @@
 PortGroup           python 1.0
 
 name                py-pywavelets
-version             0.2.2
+version             0.4.0
 revision            0
 categories-append   science math
 platforms           darwin
 license             MIT
 
-python.versions     26 27
+python.versions     26 27 35
 
 maintainers         stromnov openmaintainer
 
 description         PyWavelets is a Python wavelet transforms module
 long_description    ${description}.
 
-homepage            http://pypi.python.org/pypi/PyWavelets/
-master_sites        http://pypi.python.org/packages/source/P/PyWavelets/
+homepage            https://github.com/PyWavelets/pywt
+master_sites        pypi:P/PyWavelets
 
 distname            PyWavelets-${version}
 
-use_zip             yes
+checksums           rmd160  7896bc819fece6266d9420a251d1c9caeba980aa \
+                    sha256  ab04a754f8706148e4f2a499600ca9a75924ca9d52bd199dd830282a70690072
 
-checksums           rmd160  ae4ce162fbe1cdc0ee267388b7213e3a2a2c31d8 \
-                    sha256  04b53436f5f2a9b895a1f56e86e16b94632a5d6bcfc076be1110e41cf3071278
-
 if {${name} ne ${subport}} {
     depends_build-append \
                         port:py${python.version}-setuptools \
                         port:py${python.version}-cython
 
+    depends_lib-append  port:py${python.version}-numpy
+
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       ${master_sites}
-    livecheck.regex     "PyWavelets-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    livecheck.name      PyWavelets
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160412/7055f354/attachment.html>


More information about the macports-changes mailing list