pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-html5-parser



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 15 15:05:59 UTC 2021

Modified Files:
        pkgsrc/textproc/py-html5-parser: Makefile distinfo

Log Message:
py-html5-parser: updated to 0.4.10

0.4.10:
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-html5-parser/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-html5-parser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-html5-parser/Makefile
diff -u pkgsrc/textproc/py-html5-parser/Makefile:1.9 pkgsrc/textproc/py-html5-parser/Makefile:1.10
--- pkgsrc/textproc/py-html5-parser/Makefile:1.9        Wed Apr 21 11:42:48 2021
+++ pkgsrc/textproc/py-html5-parser/Makefile    Fri Oct 15 15:05:59 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2021/04/21 11:42:48 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/10/15 15:05:59 adam Exp $
 
-DISTNAME=      html5-parser-0.4.9
+DISTNAME=      html5-parser-0.4.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    textproc www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/html5-parser/}
 
@@ -11,8 +10,9 @@ HOMEPAGE=     https://github.com/kovidgoyal/
 COMMENT=       Fast, standards-compliant, C-based HTML5 parser
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+=      ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
+DEPENDS+=      ${PYPKGPREFIX}-lxml>=3.8.0:../../textproc/py-lxml
 
 USE_TOOLS+=    pkg-config
 

Index: pkgsrc/textproc/py-html5-parser/distinfo
diff -u pkgsrc/textproc/py-html5-parser/distinfo:1.7 pkgsrc/textproc/py-html5-parser/distinfo:1.8
--- pkgsrc/textproc/py-html5-parser/distinfo:1.7        Thu Oct  7 15:02:11 2021
+++ pkgsrc/textproc/py-html5-parser/distinfo    Fri Oct 15 15:05:59 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/10/07 15:02:11 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/10/15 15:05:59 adam Exp $
 
-RMD160 (html5-parser-0.4.9.tar.gz) = a9f19b325d719a30283372c9916c7890fb2f1f9c
-SHA512 (html5-parser-0.4.9.tar.gz) = 0fce4b1a18b29a9fa94e3769e2443601a502158056be1c93c1c1ddd5fe84d11d5d6dcae6338ac0a21aae7972625f28c0ba66099fc51081f504cb596626de990e
-Size (html5-parser-0.4.9.tar.gz) = 274597 bytes
+RMD160 (html5-parser-0.4.10.tar.gz) = 066421330656bd66ca088ad3b2ba58f03689a351
+SHA512 (html5-parser-0.4.10.tar.gz) = 45accb891261e1b82185de1cb0e06915e0ff487fe2cfc81b79f5653c8e9d7b9848349ab94657f8fb5eb116311b1d2b0d19f504f841ee8af0cf4a23601a5000aa
+Size (html5-parser-0.4.10.tar.gz) = 272814 bytes
 SHA1 (patch-setup.py) = 075e34e3e9528a99a7262cff7b1b40e076858b8e



Home | Main Index | Thread Index | Old Index