Revision: 140510 https://trac.macports.org/changeset/140510 Author: petr@macports.org Date: 2015-09-21 07:25:06 -0700 (Mon, 21 Sep 2015) Log Message: ----------- py-urwide: update to 1.3.0, closes #48772 Modified Paths: -------------- trunk/dports/python/py-urwid/Portfile Modified: trunk/dports/python/py-urwid/Portfile =================================================================== --- trunk/dports/python/py-urwid/Portfile 2015-09-21 14:14:44 UTC (rev 140509) +++ trunk/dports/python/py-urwid/Portfile 2015-09-21 14:25:06 UTC (rev 140510) @@ -5,14 +5,14 @@ PortGroup python 1.0 PortGroup github 1.0 -github.setup wardi urwid 1.2.1 release- +github.setup wardi urwid 1.3.0 release- name py-${name} -platforms darwin -license LGPL-2.1+ -maintainers nomaintainer +platforms darwin +license LGPL-2.1+ +maintainers nomaintainer -description curses-based UI/widget library for Python -long_description \ +description curses-based UI/widget library for Python +long_description \ Urwid is a curses-based UI/widget library for Python. It features fluid \ interface resizing, multiple text layout options, simple markup for \ attributes, powerful scrolling list boxes and flexible edit boxes. @@ -22,8 +22,8 @@ python.versions 26 27 33 34 if {${name} ne ${subport}} { - checksums rmd160 e5e08ca648865381a80330ca4e46308d33a8ee2f \ - sha256 16bf4d0804f5952fe80a7d7fa07d56525caef7642f23b1092ff72c98e48c26ea + checksums rmd160 14a7828fb7d4b960bdaea2c5eddcadbd54abe59d \ + sha256 31dfe1443d2fdd279ffaffa8bb49d97f801650f89920a6bda0575fc050e3db2e if {[vercmp ${python.branch} 3.0] >= 0} { depends_build-append port:py${python.version}-setuptools