diff --git a/srcpkgs/python-html2text/template b/srcpkgs/python-html2text/template
index 86c9691a0e1..16c34c7a6b8 100644
--- a/srcpkgs/python-html2text/template
+++ b/srcpkgs/python-html2text/template
@@ -1,7 +1,7 @@
# Template file for 'python-html2text'
pkgname=python-html2text
-version=2016.9.19
-revision=4
+version=2017.10.4
+revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
@@ -9,11 +9,11 @@ pycompile_module="html2text"
hostmakedepends="python-setuptools python3-setuptools"
short_desc="HTML to Markdown-formatted text converter (Python2)"
depends="python"
-maintainer="Christian Neukirchen "
+maintainer="Leah Neukirchen "
license="GPL-3"
homepage="https://github.com/Alir3z4/html2text/"
distfiles="${PYPI_SITE}/h/html2text/html2text-${version}.tar.gz"
-checksum=554ef5fd6c6cf6e3e4f725a62a3e9ec86a0e4d33cd0928136d1c79dbeb7b2d55
+checksum=02ab8df206e90a395b7e188e26eb1906680439ce4a636a00217851cef58c1fad
alternatives="html2text:html2text:/usr/bin/html2text2"
python3-html2text_package() {
@@ -28,9 +28,3 @@ python3-html2text_package() {
vmove usr/lib/python3*
}
}
-python3.4-html2text_package() {
- noarch=yes
- build_style=meta
- short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
- depends="python3-html2text>=${version}_${revision}"
-}
diff --git a/srcpkgs/python3.4-html2text b/srcpkgs/python3.4-html2text
deleted file mode 120000
index 9176db1c683..00000000000
--- a/srcpkgs/python3.4-html2text
+++ /dev/null
@@ -1 +0,0 @@
-python-html2text
\ No newline at end of file