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

ryandesign at macports.org ryandesign at macports.org
Thu Feb 4 04:18:18 PST 2016


Revision: 145405
          https://trac.macports.org/changeset/145405
Author:   ryandesign at macports.org
Date:     2016-02-04 04:18:18 -0800 (Thu, 04 Feb 2016)
Log Message:
-----------
py-urwid: update to 1.3.1 (#50541)

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

Modified: trunk/dports/python/py-urwid/Portfile
===================================================================
--- trunk/dports/python/py-urwid/Portfile	2016-02-04 11:36:50 UTC (rev 145404)
+++ trunk/dports/python/py-urwid/Portfile	2016-02-04 12:18:18 UTC (rev 145405)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        wardi urwid 1.3.0 release-
+github.setup        urwid urwid 1.3.1 release-
 name                py-${name}
 platforms           darwin
 license             LGPL-2.1+
@@ -22,19 +22,21 @@
 python.versions     26 27 33 34
 
 if {${name} ne ${subport}} {
-    checksums       rmd160  14a7828fb7d4b960bdaea2c5eddcadbd54abe59d \
-                    sha256  31dfe1443d2fdd279ffaffa8bb49d97f801650f89920a6bda0575fc050e3db2e
+    checksums       rmd160  7c4d4d0ebdbdeade1c5724004069e0ec799346ec \
+                    sha256  59fa7e49336b63c39df08ceb4830a7d563c6b68f2879d8bfe87f90c73717b37a
 
     if {[vercmp ${python.branch} 3.0] >= 0} {
         depends_build-append port:py${python.version}-setuptools
     }
 
     post-destroot {
+        set docdir ${prefix}/share/doc/${subport}
+        xinstall -d ${destroot}${docdir}/examples
         #xinstall -m 644 ${worksrcpath}/reference.html \
-        #    ${destroot}${prefix}/share/doc/${subport}
+        #    ${destroot}${docdir}
         xinstall -m 644 -W ${worksrcpath}/examples \
             browse.py calc.py edit.py fib.py tour.py \
-            ${destroot}${prefix}/share/doc/${subport}/examples
+            ${destroot}${docdir}/examples
     }
 
     livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160204/5ef306b4/attachment.html>


More information about the macports-changes mailing list