[120455] trunk/dports/python/py-urwid/Portfile

g5pw at macports.org g5pw at macports.org
Wed May 28 13:23:58 PDT 2014


Revision: 120455
          https://trac.macports.org/changeset/120455
Author:   g5pw at macports.org
Date:     2014-05-28 13:23:57 -0700 (Wed, 28 May 2014)
Log Message:
-----------
python/py-urwid:
  update to 1.2.1
  add python34 subport
  move upstream to github
  update homepage
  modernize checksums

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

Modified: trunk/dports/python/py-urwid/Portfile
===================================================================
--- trunk/dports/python/py-urwid/Portfile	2014-05-28 18:52:11 UTC (rev 120454)
+++ trunk/dports/python/py-urwid/Portfile	2014-05-28 20:23:57 UTC (rev 120455)
@@ -3,9 +3,10 @@
 
 PortSystem 1.0
 PortGroup python 1.0
+PortGroup github 1.0
 
-name			py-urwid
-version			1.1.1
+github.setup		wardi urwid 1.2.1 release-
+name			py-${name}
 platforms		darwin
 license			LGPL-2.1+
 maintainers		phw openmaintainer
@@ -15,16 +16,14 @@
 				options, simple markup for attributes, powerful scrolling list \
 				boxes and flexible edit boxes. 
 
-homepage		http://excess.org/urwid/
-master_sites	${homepage}
-distname		urwid-${version}
+homepage		http://urwid.org/
 
-checksums           sha1    4ba857895c03441a8d2810d8adc126272b5a5e03 \
-                    rmd160  d7eb56e1cd281ca2e6eb186a0d552d3c8293d089
+python.versions 24 25 26 27 31 32 33 34
 
-python.versions 24 25 26 27 31 32 33
-
 if {${name} ne ${subport}} {
+    checksums           rmd160  e5e08ca648865381a80330ca4e46308d33a8ee2f \
+                        sha256  16bf4d0804f5952fe80a7d7fa07d56525caef7642f23b1092ff72c98e48c26ea
+
     if {[vercmp ${python.branch} 3.0] >= 0} {
         depends_build-append port:py${python.version}-setuptools
     }
@@ -36,6 +35,3 @@
             ${destroot}${prefix}/share/doc/${subport}/examples
     }
 }
-
-livecheck.type  regex
-livecheck.regex {urwid-([0-9.]+)\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140528/7591a882/attachment.html>


More information about the macports-changes mailing list