From: Tim Harder Date: Sun, 8 Oct 2017 16:18:21 +0000 (-0500) Subject: dev-python/feedparser: add pypy3 to PYTHON_COMPAT and drop unused eutils eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bb5426dd54db05d01d059f470feb78da808bc9a2;p=gentoo.git dev-python/feedparser: add pypy3 to PYTHON_COMPAT and drop unused eutils eclass --- 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"