projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7b3977
)
dev-python/progressbar2: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sat, 18 Jan 2020 18:27:42 +0000
(19:27 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:44 +0000
(19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/progressbar2/progressbar2-3.39.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/progressbar2/progressbar2-3.39.3.ebuild
b/dev-python/progressbar2/progressbar2-3.39.3.ebuild
index 14a98b27f1352836e90d90d3762cc728733edd31..296dda53b81ce12a51798862e5235c1e7aa48130 100644
(file)
--- a/
dev-python/progressbar2/progressbar2-3.39.3.ebuild
+++ b/
dev-python/progressbar2/progressbar2-3.39.3.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python
2_7 python
3_{6,7} pypy3)
+PYTHON_COMPAT=( python3_{6,7} pypy3)
inherit distutils-r1