python-html5-parser: fix template
- add python3 flavor - fix pycompile_module - fix depends
This commit is contained in:
parent
f32df42845
commit
b6bf12ce83
1 changed files with 15 additions and 6 deletions
|
@ -1,16 +1,25 @@
|
|||
# Template file for 'python-html5-parser'
|
||||
pkgname=python-html5-parser
|
||||
version=0.4.4
|
||||
revision=1
|
||||
wrksrc=html5-parser-${version}
|
||||
revision=2
|
||||
wrksrc="html5-parser-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python python-setuptools pkg-config"
|
||||
makedepends="python-devel libxml2-devel"
|
||||
short_desc="Fast C based HTML 5 parsing for python"
|
||||
pycompile_module="html5_parser"
|
||||
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="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://html5-parser.readthedocs.io/"
|
||||
distfiles="${PYPI_SITE}/h/html5-parser/html5-parser-${version}.tar.gz"
|
||||
checksum=b9f3a1d4cdb8742e8e4ecafab04bff541bde4ff09af233293ed0b94028ec1ab5
|
||||
|
||||
pycompile_module="html5-parser"
|
||||
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*
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue