mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 14:47:03 +02:00
python-html5-parser: update to 0.4.9.
This commit is contained in:
parent
2cf8439376
commit
802cafab4a
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-html5-parser'
|
||||
pkgname=python-html5-parser
|
||||
version=0.4.8
|
||||
version=0.4.9
|
||||
revision=1
|
||||
wrksrc="html5-parser-${version}"
|
||||
build_style=python-module
|
||||
|
@ -9,17 +9,17 @@ 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="bra1nwave <brainwave@openmailbox.org>"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://html5-parser.readthedocs.io/"
|
||||
distfiles="${PYPI_SITE}/h/html5-parser/html5-parser-${version}.tar.gz"
|
||||
checksum=b1ead2784c69cee5d481eb6d75587cc5ea08fc292b127ae08afe7771a6fba101
|
||||
checksum=25fe8f6848cbc15187f6748c0695df32bcf1b37df6420b6a01b4ebe1ec1ed48f
|
||||
|
||||
python3-html5-parser_package() {
|
||||
pycompile_module="html5_parser"
|
||||
depends="python3-chardet python3-lxml"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vmove "usr/lib/python3*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue