[142557] trunk/dports/python/py-deap/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 06:15:44 PST 2015


Revision: 142557
          https://trac.macports.org/changeset/142557
Author:   stromnov at macports.org
Date:     2015-11-15 03:03:10 -0800 (Sun, 15 Nov 2015)
Log Message:
-----------
py-deap: update to version 1.0.2

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

Modified: trunk/dports/python/py-deap/Portfile
===================================================================
--- trunk/dports/python/py-deap/Portfile	2015-11-15 09:45:06 UTC (rev 142556)
+++ trunk/dports/python/py-deap/Portfile	2015-11-15 11:03:10 UTC (rev 142557)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-deap
-version             1.0.1
+version             1.0.2
 revision            0
 categories-append   devel
 platforms           darwin
 license             LGPL
 supported_archs     noarch
 
-python.versions     26 27 33 34
+python.versions     26 27 33 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -24,17 +24,16 @@
                     to rediscover evolutionary algorithms.
 
 homepage            http://deap.googlecode.com/
-master_sites        https://pypi.python.org/packages/source/d/deap/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            deap-${version}
+distname            ${python.rootname}-${version}.post2
+worksrcdir          ${python.rootname}-${version}
 
-checksums           rmd160  e6807a35f8a7f537330f7c2b71d3fbc51fa10fee \
-                    sha256  142ba4139b9d4adfab842b8d2192adf991d95998ccfb78f14155e3d2eed91fb2
+checksums           rmd160  48a9e6fd7ec4c51dee807287b5928112c5b4054c \
+                    sha256  c52bd32b8f0143db3a0b90f2b976c920b588638d6999ca0d038d8b1c07f7950b
 
 if {${name} ne ${subport}} {
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/deap/json
-    livecheck.regex     {deap-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/8eb8d29e/attachment-0001.html>


More information about the macports-changes mailing list