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

phw at macports.org phw at macports.org
Sun Jan 15 09:09:46 PST 2012


Revision: 88973
          http://trac.macports.org/changeset/88973
Author:   phw at macports.org
Date:     2012-01-15 09:09:46 -0800 (Sun, 15 Jan 2012)
Log Message:
-----------
py-urwid: updated to latest version, added support for py31- and py32- subport

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

Modified: trunk/dports/python/py-urwid/Portfile
===================================================================
--- trunk/dports/python/py-urwid/Portfile	2012-01-15 17:02:10 UTC (rev 88972)
+++ trunk/dports/python/py-urwid/Portfile	2012-01-15 17:09:46 UTC (rev 88973)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -4,10 +5,10 @@
 PortGroup python 1.0
 
 name			py-urwid
-version			0.9.9.1
+version			1.0.1
 platforms		darwin
 license			LGPL-2.1+
-maintainers		nomaintainer
+maintainers		phw openmaintainer
 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 \
@@ -18,10 +19,10 @@
 master_sites	${homepage}
 distname		urwid-${version}
 
-checksums       sha1    7430e84a43d603717944d4f0d4489d90c0d59c1c \
-                rmd160  30943471f6d6ed8ec3ff777394da2eb74cd94ea0
+checksums           sha1    c3b53d07e14f35c6b30441dc971c6b5b02176c77 \
+                    rmd160  d362f83e73c164e8bc02b5851986394114c4faae
 
-python.versions 24 25 26 27
+python.versions 24 25 26 27 31 32
 
 if {$subport != $name} {
     post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120115/50ecc66a/attachment.html>


More information about the macports-changes mailing list