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

phw at macports.org phw at macports.org
Wed Nov 7 05:59:45 PST 2012


Revision: 99485
          http://trac.macports.org//changeset/99485
Author:   phw at macports.org
Date:     2012-11-07 05:59:45 -0800 (Wed, 07 Nov 2012)
Log Message:
-----------
Port updated: py-urwid

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

Modified: trunk/dports/python/py-urwid/Portfile
===================================================================
--- trunk/dports/python/py-urwid/Portfile	2012-11-07 13:57:21 UTC (rev 99484)
+++ trunk/dports/python/py-urwid/Portfile	2012-11-07 13:59:45 UTC (rev 99485)
@@ -5,7 +5,7 @@
 PortGroup python 1.0
 
 name			py-urwid
-version			1.0.2
+version			1.1.0
 platforms		darwin
 license			LGPL-2.1+
 maintainers		phw openmaintainer
@@ -19,16 +19,16 @@
 master_sites	${homepage}
 distname		urwid-${version}
 
-checksums           sha1    1f689120731c6e7eb44bf7a724b86265c89f6600 \
-                    rmd160  c588597bd12eb6878206cc7f657c410dfac7d471
+checksums           sha1    9ee97c4cd93edf552db04f4b095edefc4a736f06 \
+                    rmd160  b6c24456815b6775b64b1af9d0d25ca3563e53d3
 
 python.versions 24 25 26 27 31 32
 
 if {$subport != $name} {
     post-destroot {
-        xinstall -m 644 ${worksrcpath}/reference.html \
-            ${destroot}${prefix}/share/doc/${subport}
-        xinstall -m 644 -W ${worksrcpath} browse.py calc.py edit.py fib.py tour.py \
+        #xinstall -m 644 ${worksrcpath}/reference.html \
+        #    ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath}/examples browse.py calc.py edit.py fib.py tour.py \
             ${destroot}${prefix}/share/doc/${subport}/examples
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121107/a5ce1504/attachment.html>


More information about the macports-changes mailing list