python-html2text: update to 2019.8.11.
This commit is contained in:
parent
95ecb7e4dc
commit
60f708043d
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-html2text'
|
# Template file for 'python-html2text'
|
||||||
pkgname=python-html2text
|
pkgname=python-html2text
|
||||||
version=2018.1.9
|
version=2019.8.11
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="html2text"
|
pycompile_module="html2text"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
short_desc="HTML to Markdown-formatted text converter (Python2)"
|
|
||||||
depends="python"
|
depends="python"
|
||||||
|
short_desc="HTML to Markdown-formatted text converter (Python2)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/Alir3z4/html2text/"
|
homepage="https://github.com/Alir3z4/html2text/"
|
||||||
distfiles="${PYPI_SITE}/h/html2text/html2text-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/html2text/html2text-${version}.tar.gz"
|
||||||
checksum=627514fb30e7566b37be6900df26c2c78a030cc9e6211bda604d8181233bcdd4
|
checksum=f516b9c10284174e2a974d86f91cab02b3cf983a17752075da751af0e895ef5e
|
||||||
alternatives="html2text:html2text:/usr/bin/html2text2"
|
alternatives="html2text:html2text:/usr/bin/html2text2"
|
||||||
|
|
||||||
python3-html2text_package() {
|
python3-html2text_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue