projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ef746
)
dev-python/feedparser: add pypy3 to PYTHON_COMPAT and drop unused eutils eclass
author
Tim Harder
<radhermit@gentoo.org>
Sun, 8 Oct 2017 16:18:21 +0000
(11:18 -0500)
committer
Tim Harder
<radhermit@gentoo.org>
Sun, 8 Oct 2017 16:24:22 +0000
(11:24 -0500)
dev-python/feedparser/feedparser-5.2.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/feedparser/feedparser-5.2.1.ebuild
b/dev-python/feedparser/feedparser-5.2.1.ebuild
index 5a7768ae6bcd44639293c74f56d2ccce5666a767..d137f86feb0feedae34ccea4cd05f4140cc29d0f 100644
(file)
--- 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"