[148884] trunk/dports/python/py-pyfftw/Portfile

aronnax at macports.org aronnax at macports.org
Sat May 21 08:38:50 PDT 2016


Revision: 148884
          https://trac.macports.org/changeset/148884
Author:   aronnax at macports.org
Date:     2016-05-21 08:38:50 -0700 (Sat, 21 May 2016)
Log Message:
-----------
py-pyfftw: update to 0.10.1

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

Modified: trunk/dports/python/py-pyfftw/Portfile
===================================================================
--- trunk/dports/python/py-pyfftw/Portfile	2016-05-21 15:32:09 UTC (rev 148883)
+++ trunk/dports/python/py-pyfftw/Portfile	2016-05-21 15:38:50 UTC (rev 148884)
@@ -3,33 +3,27 @@
 
 PortSystem              1.0
 PortGroup               python 1.0
+PortGroup               github 1.0
 
+github.setup            hgomersall pyFFTW 0.10.1 v
 name                    py-pyfftw
-version                 0.9.2
 categories              python math
 platforms               darwin
 maintainers             aronnax openmaintainer
-license                 GPL-3
+license                 BSD
 description             pythonic python wrapper around FFTW
 long_description \
     A pythonic wrapper around FFTW, the FFT library, presenting a unified \
     interface for all the supported transforms.
 
-distname                pyFFTW-${version}
-homepage                http://hgomersall.github.com/pyFFTW/
-master_sites            http://pypi.python.org/packages/source/p/pyFFTW/
-checksums               md5     34fcbc68afb8ebe5f040a02a8d20d565 \
-                        rmd160  eef009d9f09a7c0778eefc72f342bb52f5789ba9 \
-                        sha256  f6bbb6afa93085409ab24885a1a3cdb8909f095a142f4d49e346f2bd1b789074
+checksums           rmd160  c1982c4318730ad284555e362ff3358b778e8f2e \
+                    sha256  8143a362ef7e3a775b5308fff3a933b1650d05f2649af13268fd9c7c23b8887c
 
 python.versions         27 33 34
 
-if {${name} eq ${subport}} {
-    livecheck.type      regex
-    livecheck.url       {http://pypi.python.org/pypi?:action=doap&name=pyFFTW}
-    livecheck.regex     {<release><Version><revision>([^<]+)</revision></Version></release>}
-} else {
-    depends_lib-append  port:py${python.version}-numpy \
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-setuptools \
+                        port:py${python.version}-numpy \
                         port:fftw-3 \
                         port:fftw-3-single \
                         port:fftw-3-long
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160521/680d9522/attachment-0001.html>


More information about the macports-changes mailing list