[108808] trunk/dports/python/py-html5lib/Portfile
lightnin at macports.org
lightnin at macports.org
Fri Aug 2 01:46:57 PDT 2013
Revision: 108808
https://trac.macports.org/changeset/108808
Author: lightnin at macports.org
Date: 2013-08-02 01:46:57 -0700 (Fri, 02 Aug 2013)
Log Message:
-----------
Updated py-html5lib to latest version 1.0b3 and updated livecheck regex.
Modified Paths:
--------------
trunk/dports/python/py-html5lib/Portfile
Modified: trunk/dports/python/py-html5lib/Portfile
===================================================================
--- trunk/dports/python/py-html5lib/Portfile 2013-08-02 06:26:39 UTC (rev 108807)
+++ trunk/dports/python/py-html5lib/Portfile 2013-08-02 08:46:57 UTC (rev 108808)
@@ -6,7 +6,7 @@
name py-html5lib
license MIT
-version 0.95
+version 1.0b3
categories-append textproc devel
platforms darwin
maintainers lightnin openmaintainer
@@ -17,15 +17,19 @@
WHATWG HTML5 specification for maximum compatibility \
with major desktop web browsers.
-homepage http://code.google.com/p/html5lib/
-master_sites googlecode:html5lib
+homepage http://github.com/html5lib/html5lib-python/
+master_sites github:html5lib/html5lib-python
distname html5lib-${version}
-checksums md5 fe607f9917d81763e842f818f23464ee \
- sha1 1645840a6dbd152c06aa513e04dfafe09a36703a \
- rmd160 0b5c73d39f0203e15752f11fbf8ca5218ea2b236
+checksums md5 10c166c7931c9630ce50a5bb9b62ef32 \
+ sha1 fd878c15975eebe4bfdab7ce2c2f845a8ca7871c \
+ rmd160 8e8d73ca876e975b20e8df626c498172ad427096
python.versions 25 26 27 31 32
+livecheck.type regex
+livecheck.url https://github.com/html5lib/html5lib-python/tags/
+livecheck.regex "(\\d+(?:\\.\\d)*\[.a-z0-9\]*).tar.gz"
+
if {${subport} != ${name}} {
depends_build port:py${python.version}-setuptools
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130802/815aa8c2/attachment.html>
More information about the macports-changes
mailing list