[108813] trunk/dports/python/py-html5lib/Portfile

lightnin at macports.org lightnin at macports.org
Fri Aug 2 07:06:35 PDT 2013


Revision: 108813
          https://trac.macports.org/changeset/108813
Author:   lightnin at macports.org
Date:     2013-08-02 07:06:35 -0700 (Fri, 02 Aug 2013)
Log Message:
-----------
Fixed checksums and added distfiles to match non-standard distribution filename on GitHub.

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

Modified: trunk/dports/python/py-html5lib/Portfile
===================================================================
--- trunk/dports/python/py-html5lib/Portfile	2013-08-02 13:27:33 UTC (rev 108812)
+++ trunk/dports/python/py-html5lib/Portfile	2013-08-02 14:06:35 UTC (rev 108813)
@@ -19,10 +19,11 @@
 
 homepage            http://github.com/html5lib/html5lib-python/
 master_sites        github:html5lib/html5lib-python
-distname            html5lib-${version}
-checksums           md5     10c166c7931c9630ce50a5bb9b62ef32 \
-                    sha1    fd878c15975eebe4bfdab7ce2c2f845a8ca7871c \
-                    rmd160  8e8d73ca876e975b20e8df626c498172ad427096
+distname            html5lib-python-${version}
+distfiles           ${version}.tar.gz
+checksums           md5     6e58dc169d96787ccab362360712ff70 \
+                    sha1    6bc3cab50ae7c2f1b9991493d988fe52cef4b60e \
+                    rmd160  4f916b9a4a6aafe91de48d5fc9075245408874b2
 
 python.versions     25 26 27 31 32
 
@@ -37,8 +38,11 @@
         set docdir ${prefix}/share/doc/${subport}
         xinstall -d ${destroot}${docdir}
         xinstall -m 644 -W ${worksrcpath} \
-            PKG-INFO \
-            README \
+            AUTHORS.rst \
+            CHANGES.rst \
+            CONTRIBUTING.rst \
+            LICENSE \
+            README.rst \
             ${destroot}${docdir}
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130802/b07d3d57/attachment.html>


More information about the macports-changes mailing list