Tue May 21 18:13:33 2019 UTC ()
py-html5-parser: update to 0.4.6.

Soup builder: Fix empty tags being output a <tag></tag> when using bs4
Fix compiler warning


(wiz)
diff -r1.2 -r1.3 pkgsrc/textproc/py-html5-parser/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/py-html5-parser/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/textproc/py-html5-parser/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-html5-parser/Makefile 2018/04/29 10:03:26 1.2
+++ pkgsrc/textproc/py-html5-parser/Makefile 2019/05/21 18:13:33 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2018/04/29 10:03:26 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2019/05/21 18:13:33 wiz Exp $
2 2
3DISTNAME= html5-parser-0.4.5 3DISTNAME= html5-parser-0.4.6
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc www python 5CATEGORIES= textproc www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/html5-parser/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/html5-parser/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/kovidgoyal/html5-parser 9HOMEPAGE= https://github.com/kovidgoyal/html5-parser
10COMMENT= Fast, standards-compliant, C-based HTML5 parser 10COMMENT= Fast, standards-compliant, C-based HTML5 parser
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml 13DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
14DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4 14DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
15 15
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config

cvs diff -r1.2 -r1.3 pkgsrc/textproc/py-html5-parser/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-html5-parser/distinfo 2018/04/29 10:03:26 1.2
+++ pkgsrc/textproc/py-html5-parser/distinfo 2019/05/21 18:13:33 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2018/04/29 10:03:26 wiz Exp $ 1$NetBSD: distinfo,v 1.3 2019/05/21 18:13:33 wiz Exp $
2 2
3SHA1 (html5-parser-0.4.5.tar.gz) = b11e843820c108f05ebdf0d6a065446f9cc75641 3SHA1 (html5-parser-0.4.6.tar.gz) = 4e86dcee70d75bf7f8899184ad7a9b34e1698bae
4RMD160 (html5-parser-0.4.5.tar.gz) = aa7cc34ac0faacc0f2fd5bb8edb16d71a1623367 4RMD160 (html5-parser-0.4.6.tar.gz) = f7fb7cf303f16d63867122cadede771cf44edb9d
5SHA512 (html5-parser-0.4.5.tar.gz) = 3c0421dd228ba5f3544f188fde5391d6be0fe92b879cf1e7697b5e5612a9e5bf08863bcb76f4297a59bfbfc69010a95f5d97fff78a7e6d26c889e173b07e4ae5 5SHA512 (html5-parser-0.4.6.tar.gz) = 1291dfcb3a13404ed440ea99bb92a9717ea365e28372bf0ec6b08d5b72678e2040786d1e72a76a8f77e978d30f0ffd8e921b4e5b4eab40045c57552ec9c8477c
6Size (html5-parser-0.4.5.tar.gz) = 275587 bytes 6Size (html5-parser-0.4.6.tar.gz) = 275577 bytes