[147216] trunk/dports/python/py-routes/Portfile

stromnov at macports.org stromnov at macports.org
Thu Mar 31 05:47:36 PDT 2016


Revision: 147216
          https://trac.macports.org/changeset/147216
Author:   stromnov at macports.org
Date:     2016-03-31 05:47:36 -0700 (Thu, 31 Mar 2016)
Log Message:
-----------
py-routes: update to version 2.3.1

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

Modified: trunk/dports/python/py-routes/Portfile
===================================================================
--- trunk/dports/python/py-routes/Portfile	2016-03-31 12:44:42 UTC (rev 147215)
+++ trunk/dports/python/py-routes/Portfile	2016-03-31 12:47:36 UTC (rev 147216)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-routes
-version             2.2
+version             2.3.1
 revision            0
 categories-append   www devel
 platforms           darwin
 license             BSD
 supported_archs     noarch
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -27,12 +27,12 @@
                     effort.
 
 homepage            http://routes.groovie.org
-master_sites        https://pypi.python.org/packages/source/R/Routes/
+master_sites        pypi:R/Routes
 
 distname            Routes-${version}
 
-checksums           rmd160  b4ac06f2e4ba0acf027ff91a9ae81d2445e025da \
-                    sha256  9fa78373d63e36c3d8af6e33cfcad743f70c012c7ad6f2c3bf89ad973b9ab514
+checksums           rmd160  9f9bd9837bbebfe343f6bbc4b775d96fe9ea8c55 \
+                    sha256  98c380b5dc1190b873463be07383728ada18f66d2615531963004b9d6fb90351
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -40,7 +40,6 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/Routes/json
-    livecheck.regex     {Routes-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      Routes
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160331/a8bd9ba5/attachment.html>


More information about the macports-changes mailing list