pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-html5lib py-html5lib: updated to 1.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19ca6baeb3a0
branches:  trunk
changeset: 376147:19ca6baeb3a0
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 26 08:24:42 2018 +0000

description:
py-html5lib: updated to 1.0.1

1.0.1

Breaking changes:
* Drop support for Python 2.6.
* Remove utils/spider.py

Features:
* Improve documentation.
* Add iframe seamless boolean attribute.
* Add itemscope as a boolean attribute.
* Support Python 3.6.
* Add CI support for Windows using AppVeyor.
* Improve testing and CI and add code coverage
* Semver-compliant version number.

Bug fixes:
* Add support for setuptools < 18.5 to support environment markers.
* Add explicit dependency for six >= 1.9.
* Fix regexes to work with Python 3.7 regex adjustments.
* Fix alphabeticalattributes filter namespace bug.
* Include license file in generated wheel package.
* Fix annotation-xml typo.
* Allow uppercase hex chararcters in CSS colour check.

diffstat:

 textproc/py-html5lib/Makefile |  16 +++++++---------
 textproc/py-html5lib/PLIST    |  12 ++++++------
 textproc/py-html5lib/distinfo |  10 +++++-----
 3 files changed, 18 insertions(+), 20 deletions(-)

diffs (66 lines):

diff -r 4213c7955027 -r 19ca6baeb3a0 textproc/py-html5lib/Makefile
--- a/textproc/py-html5lib/Makefile     Mon Feb 26 08:19:25 2018 +0000
+++ b/textproc/py-html5lib/Makefile     Mon Feb 26 08:24:42 2018 +0000
@@ -1,21 +1,19 @@
-# $NetBSD: Makefile,v 1.11 2017/01/14 23:04:16 kleink Exp $
+# $NetBSD: Makefile,v 1.12 2018/02/26 08:24:42 adam Exp $
 
-H5LVER=                0.999999999
-DISTNAME=      html5lib-python-${H5LVER}
-PKGNAME=       ${PYPKGPREFIX}-html5lib-${H5LVER}
-PKGREVISION=   1
+DISTNAME=      html5lib-1.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc www python
-MASTER_SITES=  -https://github.com/html5lib/html5lib-python/archive/${H5LVER}${EXTRACT_SUFX}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=h/html5lib/}
 
 MAINTAINER=    joerg%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/html5lib/html5lib-python
 COMMENT=       HTML5 parser and tokenizer
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings
 
-EGG_NAME=      html5lib-${PKGVERSION_NOREV}
+USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4213c7955027 -r 19ca6baeb3a0 textproc/py-html5lib/PLIST
--- a/textproc/py-html5lib/PLIST        Mon Feb 26 08:19:25 2018 +0000
+++ b/textproc/py-html5lib/PLIST        Mon Feb 26 08:24:42 2018 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.7 2017/01/11 17:42:23 kleink Exp $
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/requires.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+@comment $NetBSD: PLIST,v 1.8 2018/02/26 08:24:42 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/html5lib/__init__.py
 ${PYSITELIB}/html5lib/__init__.pyc
 ${PYSITELIB}/html5lib/__init__.pyo
diff -r 4213c7955027 -r 19ca6baeb3a0 textproc/py-html5lib/distinfo
--- a/textproc/py-html5lib/distinfo     Mon Feb 26 08:19:25 2018 +0000
+++ b/textproc/py-html5lib/distinfo     Mon Feb 26 08:24:42 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/01/11 17:42:23 kleink Exp $
+$NetBSD: distinfo,v 1.9 2018/02/26 08:24:42 adam Exp $
 
-SHA1 (html5lib-python-0.999999999.tar.gz) = 3a38a57f6e255a59bc8f41cc8163d502a09cc7ee
-RMD160 (html5lib-python-0.999999999.tar.gz) = bc1528bd7dfa0813f5a48f9a005ff52687b8994f
-SHA512 (html5lib-python-0.999999999.tar.gz) = 74205c25ea38a1a0690181d56bdf4560ef36cf0d39acbb1ab16e2199e3657f87636508ba128d522970876c9a0ba2ac8df877053ff0179403668a2f0300af7877
-Size (html5lib-python-0.999999999.tar.gz) = 143354 bytes
+SHA1 (html5lib-1.0.1.tar.gz) = 5e1a2c7e18de7d1d0883e223f1733dc6dc796ee2
+RMD160 (html5lib-1.0.1.tar.gz) = aba1f653b8ac0f8748de4408343eeb80c3589f90
+SHA512 (html5lib-1.0.1.tar.gz) = 35939b4450893864da04e735ee5e0addacf1dd34bae6a6909c76572abf6bfded446a78a713dfde91c1485ba45867d7abeb6a45cf0545c16ea968707be7de5dd2
+Size (html5lib-1.0.1.tar.gz) = 252959 bytes



Home | Main Index | Thread Index | Old Index