[147523] trunk/dports/python/py-pudb/Portfile

khindenburg at macports.org khindenburg at macports.org
Wed Apr 6 17:43:27 PDT 2016


Revision: 147523
          https://trac.macports.org/changeset/147523
Author:   khindenburg at macports.org
Date:     2016-04-06 17:43:26 -0700 (Wed, 06 Apr 2016)
Log Message:
-----------
py-pudb: update to 2016.1; add python35; fix livecheck #50890

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

Modified: trunk/dports/python/py-pudb/Portfile
===================================================================
--- trunk/dports/python/py-pudb/Portfile	2016-04-06 23:01:01 UTC (rev 147522)
+++ trunk/dports/python/py-pudb/Portfile	2016-04-07 00:43:26 UTC (rev 147523)
@@ -8,7 +8,7 @@
 set _n              [string index ${_name} 0]
 
 name                py-${_name}
-version             2014.1
+version             2016.1
 categories-append   devel
 platforms           darwin
 license             MIT
@@ -28,11 +28,10 @@
 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
 distname            ${_name}-${version}
 
-checksums           md5     8104db184c9553c568966cd67a7b1b2f \
-                    rmd160  f8aa896f9433aacd304c8df82ba533908bf4bec6 \
-                    sha256  75453feb20a29c6b40132af658dd58a9eb6e22e27c11babd5b5828bbaf1f2137
+checksums           rmd160  b7ff56ff14b6ee7871d7068820d0ab4e2ccfb530 \
+                    sha256  d6c453f553d414c0b656242a12df2d0410db548588ed46f7219237927b157786
 
-python.versions     27 34
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_lib     port:py${python.version}-urwid \
@@ -40,8 +39,5 @@
 
     livecheck.type  none
 } else {
-    livecheck.type  regex
-    livecheck.url   [lindex ${master_sites} 0]
-    livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
-
+    livecheck.type  pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160406/bb989896/attachment.html>


More information about the macports-changes mailing list