python-html5-parser: update to 0.4.7.
adopt package
This commit is contained in:
parent
5ed7ef5070
commit
2384fd63d7
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-html5-parser'
|
||||
pkgname=python-html5-parser
|
||||
version=0.4.5
|
||||
revision=2
|
||||
version=0.4.7
|
||||
revision=1
|
||||
wrksrc="html5-parser-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="html5_parser"
|
||||
|
@ -9,11 +9,11 @@ hostmakedepends="python-setuptools python3-setuptools pkg-config"
|
|||
makedepends="python-devel python3-devel libxml2-devel"
|
||||
depends="python-chardet python-lxml"
|
||||
short_desc="Fast C-based HTML5 parsing (Python2)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://html5-parser.readthedocs.io/"
|
||||
distfiles="${PYPI_SITE}/h/html5-parser/html5-parser-${version}.tar.gz"
|
||||
checksum=a903ef8b93b51788a6d1604b3833303e9f2f8db488306ee4241436d2f518bd06
|
||||
checksum=2351b3628231bbca4dbcc824ce91e0c7bf0e39f5a83c9740f1005534944bfabf
|
||||
|
||||
python3-html5-parser_package() {
|
||||
pycompile_module="html5_parser"
|
||||
|
|
Loading…
Reference in a new issue