summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-10-08 11:18:21 -0500
committerTim Harder <radhermit@gentoo.org>2017-10-08 11:24:22 -0500
commitbb5426dd54db05d01d059f470feb78da808bc9a2 (patch)
tree4a8e135344dc95179507a8c6e51bc91f9bd5c7ad /dev-python/feedparser
parentdev-python/chardet: remove old (diff)
downloadgentoo-bb5426dd54db05d01d059f470feb78da808bc9a2.tar.gz
gentoo-bb5426dd54db05d01d059f470feb78da808bc9a2.tar.bz2
gentoo-bb5426dd54db05d01d059f470feb78da808bc9a2.zip
dev-python/feedparser: add pypy3 to PYTHON_COMPAT and drop unused eutils eclass
Diffstat (limited to 'dev-python/feedparser')
-rw-r--r--dev-python/feedparser/feedparser-5.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/feedparser/feedparser-5.2.1.ebuild b/dev-python/feedparser/feedparser-5.2.1.ebuild
index 5a7768ae6bcd..d137f86feb0f 100644
--- a/dev-python/feedparser/feedparser-5.2.1.ebuild
+++ b/dev-python/feedparser/feedparser-5.2.1.ebuild
@@ -3,9 +3,9 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
-inherit distutils-r1 eutils
+inherit distutils-r1
DESCRIPTION="Parse RSS and Atom feeds in Python"
HOMEPAGE="https://github.com/kurtmckee/feedparser https://pypi.python.org/pypi/feedparser"