pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/43499: [textproc/py-html5lib] Update to 0.90
>Number: 43499
>Category: pkg
>Synopsis: [textproc/py-html5lib] Update to 0.90
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jun 23 13:05:00 +0000 2010
>Originator: Wen Heping
>Release: NetBSD 5.0.2
>Organization:
Private
>Environment:
NetBSD nb502.wenjing.com 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb 6 17:53:27
UTC 2010
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
i386
>Description:
Python 0.90 Release Feature
* Parses valid and invalid HTML documents to a tree
* Support for minidom, ElementTree (including cElementTree and lxml.etree),
BeautifulSoup (deprecated) and custom simpletree output formats
* DOM to SAX converter
* Reports parse errors
* Character encoding detection
* Filtering and serializing of trees
* HTML+CSS sanitizer
* Many unit tests
>How-To-Repeat:
>Fix:
--- Makefile.orig 2010-06-23 23:55:19.000000000 +0800
+++ Makefile 2010-06-24 04:48:15.000000000 +0800
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2009/10/19 10:57:40 joerg Exp $
#
-DISTNAME= html5lib-0.11.1
+DISTNAME= html5lib-0.90
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc www python
MASTER_SITES= http://html5lib.googlecode.com/files/
@@ -11,6 +11,7 @@
MAINTAINER= joerg%NetBSD.org@localhost
HOMEPAGE= http://code.google.com/5/html5lib/
COMMENT= HTML5 parser and tokenizer
+LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
--- distinfo.orig 2010-06-23 23:55:26.000000000 +0800
+++ distinfo 2010-06-23 23:56:16.000000000 +0800
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2009/10/19 10:57:40 joerg Exp $
-SHA1 (html5lib-0.11.1.zip) = 157506319e40f5d973c128e5e2b826cd1bee471e
-RMD160 (html5lib-0.11.1.zip) = ac00975e5ea8b20606531e631274c1a8985110c9
-Size (html5lib-0.11.1.zip) = 375892 bytes
+SHA1 (html5lib-0.90.zip) = 37fdf4d853f53ebd170250f7f023f55a02659378
+RMD160 (html5lib-0.90.zip) = ba01161f3b0d6a5dfb9e1ffedaf9c18a6b7d2a19
+Size (html5lib-0.90.zip) = 99322 bytes
--- PLIST.orig 2010-06-23 23:55:34.000000000 +0800
+++ PLIST 2010-06-24 04:46:16.000000000 +0800
@@ -21,39 +21,27 @@
${PYSITELIB}/html5lib/filters/inject_meta_charset.py
${PYSITELIB}/html5lib/filters/inject_meta_charset.pyc
${PYSITELIB}/html5lib/filters/inject_meta_charset.pyo
-${PYSITELIB}/html5lib/filters/iso639codes.py
-${PYSITELIB}/html5lib/filters/iso639codes.pyc
-${PYSITELIB}/html5lib/filters/iso639codes.pyo
${PYSITELIB}/html5lib/filters/lint.py
${PYSITELIB}/html5lib/filters/lint.pyc
${PYSITELIB}/html5lib/filters/lint.pyo
${PYSITELIB}/html5lib/filters/optionaltags.py
${PYSITELIB}/html5lib/filters/optionaltags.pyc
${PYSITELIB}/html5lib/filters/optionaltags.pyo
-${PYSITELIB}/html5lib/filters/rfc2046.py
-${PYSITELIB}/html5lib/filters/rfc2046.pyc
-${PYSITELIB}/html5lib/filters/rfc2046.pyo
-${PYSITELIB}/html5lib/filters/rfc3987.py
-${PYSITELIB}/html5lib/filters/rfc3987.pyc
-${PYSITELIB}/html5lib/filters/rfc3987.pyo
${PYSITELIB}/html5lib/filters/sanitizer.py
${PYSITELIB}/html5lib/filters/sanitizer.pyc
${PYSITELIB}/html5lib/filters/sanitizer.pyo
-${PYSITELIB}/html5lib/filters/validator.py
-${PYSITELIB}/html5lib/filters/validator.pyc
-${PYSITELIB}/html5lib/filters/validator.pyo
${PYSITELIB}/html5lib/filters/whitespace.py
${PYSITELIB}/html5lib/filters/whitespace.pyc
${PYSITELIB}/html5lib/filters/whitespace.pyo
${PYSITELIB}/html5lib/html5parser.py
${PYSITELIB}/html5lib/html5parser.pyc
${PYSITELIB}/html5lib/html5parser.pyo
+${PYSITELIB}/html5lib/ihatexml.py
+${PYSITELIB}/html5lib/ihatexml.pyc
+${PYSITELIB}/html5lib/ihatexml.pyo
${PYSITELIB}/html5lib/inputstream.py
${PYSITELIB}/html5lib/inputstream.pyc
${PYSITELIB}/html5lib/inputstream.pyo
-${PYSITELIB}/html5lib/liberalxmlparser.py
-${PYSITELIB}/html5lib/liberalxmlparser.pyc
-${PYSITELIB}/html5lib/liberalxmlparser.pyo
${PYSITELIB}/html5lib/sanitizer.py
${PYSITELIB}/html5lib/sanitizer.pyc
${PYSITELIB}/html5lib/sanitizer.pyo
@@ -69,6 +57,9 @@
${PYSITELIB}/html5lib/tokenizer.py
${PYSITELIB}/html5lib/tokenizer.pyc
${PYSITELIB}/html5lib/tokenizer.pyo
+${PYSITELIB}/html5lib/tokenizer_old.py
+${PYSITELIB}/html5lib/tokenizer_old.pyc
+${PYSITELIB}/html5lib/tokenizer_old.pyo
${PYSITELIB}/html5lib/treebuilders/__init__.py
${PYSITELIB}/html5lib/treebuilders/__init__.pyc
${PYSITELIB}/html5lib/treebuilders/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index