dev-python/feedparser: add pypy3 to PYTHON_COMPAT and drop unused eutils eclass

This commit is contained in:
Tim Harder
2017-10-08 11:18:21 -05:00
parent f7ef746d3c
commit bb5426dd54

View 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"