aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-html/fix-install-py3.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 15:49:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:38 +0000
commit4a1dd99f14f2a9558fa44c23021c36788f2fc319 (patch)
treeee8fd5808cfc1133943cce4d835404a0bf2b54a8 /testing/py3-html/fix-install-py3.patch
parentd6b7ff8ba148ef79d9b82dda52313d77666e18be (diff)
downloadaports-4a1dd99f14f2a9558fa44c23021c36788f2fc319.tar.bz2
aports-4a1dd99f14f2a9558fa44c23021c36788f2fc319.tar.xz
testing/py3-html: purge due to python 3.8
does not work with python 3.8 and appears to be dead upstream. There is also a html module bundled with python3.
Diffstat (limited to 'testing/py3-html/fix-install-py3.patch')
-rw-r--r--testing/py3-html/fix-install-py3.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/py3-html/fix-install-py3.patch b/testing/py3-html/fix-install-py3.patch
deleted file mode 100644
index 1b8fd8d7c4..0000000000
--- a/testing/py3-html/fix-install-py3.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/setup.py b/setup.py
-index b201a7b..03942ec 100644
---- a/setup.py
-+++ b/setup.py
-@@ -9,7 +9,7 @@ setup(
- name = "html",
- version = __version__,
- description = "simple, elegant HTML, XHTML and XML generation",
-- long_description = __doc__.decode('utf8'),
-+ long_description = __doc__,
- author = "Richard Jones",
- author_email = "rjones@ekit-inc.com",
- py_modules = ['html'],
-