projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61d097d
)
dev-python/tenacity: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sun, 12 Jan 2020 10:39:04 +0000
(11:39 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 13 Jan 2020 09:42:17 +0000
(10:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/tenacity/tenacity-4.8.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/tenacity/tenacity-4.8.0.ebuild
b/dev-python/tenacity/tenacity-4.8.0.ebuild
index 865700e5dc65537caeac27b276c17c756baa7f1e..884aeef2154ba6348bb249b82afa396c5a8e0626 100644
(file)
--- a/
dev-python/tenacity/tenacity-4.8.0.ebuild
+++ b/
dev-python/tenacity/tenacity-4.8.0.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python
2_7 python
3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1