python-html2text: update to 2019.8.11.

This commit is contained in:
Leah Neukirchen 2019-08-12 10:14:37 +02:00
parent 95ecb7e4dc
commit 60f708043d

View file

@ -1,19 +1,19 @@
# Template file for 'python-html2text'
pkgname=python-html2text
version=2018.1.9
version=2019.8.11
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="html2text"
hostmakedepends="python-setuptools python3-setuptools"
short_desc="HTML to Markdown-formatted text converter (Python2)"
depends="python"
short_desc="HTML to Markdown-formatted text converter (Python2)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3"
license="GPL-3.0-only"
homepage="https://github.com/Alir3z4/html2text/"
distfiles="${PYPI_SITE}/h/html2text/html2text-${version}.tar.gz"
checksum=627514fb30e7566b37be6900df26c2c78a030cc9e6211bda604d8181233bcdd4
checksum=f516b9c10284174e2a974d86f91cab02b3cf983a17752075da751af0e895ef5e
alternatives="html2text:html2text:/usr/bin/html2text2"
python3-html2text_package() {