parent
b1a71d47e4
commit
6af1b92175
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-readability-lxml'
|
# Template file for 'python3-readability-lxml'
|
||||||
pkgname=python3-readability-lxml
|
pkgname=python3-readability-lxml
|
||||||
version=0.8.1
|
version=0.8.1
|
||||||
revision=6
|
revision=7
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-lxml python3-chardet python3-cssselect"
|
depends="python3-lxml python3-chardet python3-cssselect"
|
||||||
|
@ -12,3 +12,7 @@ homepage="https://github.com/buriy/python-readability"
|
||||||
distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/readability-lxml/readability-lxml-${version}.tar.gz"
|
||||||
checksum=e51fea56b5909aaf886d307d48e79e096293255afa567b7d08bca94d25b1a4e1
|
checksum=e51fea56b5909aaf886d307d48e79e096293255afa567b7d08bca94d25b1a4e1
|
||||||
make_check=no # needs unpackaged timeout_decorator
|
make_check=no # needs unpackaged timeout_decorator
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
rm -f readability/compat/two.py
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue