dev-python/feedparser: add pypy3 to PYTHON_COMPAT and drop unused eutils eclass
authorTim Harder <radhermit@gentoo.org>
Sun, 8 Oct 2017 16:18:21 +0000 (11:18 -0500)
committerTim Harder <radhermit@gentoo.org>
Sun, 8 Oct 2017 16:24:22 +0000 (11:24 -0500)
dev-python/feedparser/feedparser-5.2.1.ebuild

index 5a7768ae6bcd44639293c74f56d2ccce5666a767..d137f86feb0feedae34ccea4cd05f4140cc29d0f 100644 (file)
@@ -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"