aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-09-26 11:57:56 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-09-26 12:05:38 +0200
commitce9588883e24fab84d9b01648e923410ea6887af (patch)
treec87fffaa4bc3bd8e8953cdb3ac44e925f1161d8b
parentdev-python/readability-lxml: shorten description (diff)
downloadguru-ce958888.tar.gz
guru-ce958888.tar.bz2
guru-ce958888.zip
dev-python/readability-lxml: disable py2.7, py3.5, py3.6, py3.7
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/readability-lxml/readability-lxml-0.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild
index 914c911e9..fc0e6e66b 100644
--- a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild
+++ b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=(python2_7 python3_{5,6,7,8,9,10,11})
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="fast html to text parser (article readability tool)"