projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa6cda
)
dev-python/tablib: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sun, 12 Jan 2020 10:39:00 +0000
(11:39 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 13 Jan 2020 09:42:16 +0000
(10:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/tablib/tablib-0.12.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/tablib/tablib-0.12.1-r1.ebuild
b/dev-python/tablib/tablib-0.12.1-r1.ebuild
index d434c80ae87cde9c006c5739ebb7b410d75e3df0..a1c1d3f33f169edf527e028bd2069d4ae9b7b135 100644
(file)
--- a/
dev-python/tablib/tablib-0.12.1-r1.ebuild
+++ b/
dev-python/tablib/tablib-0.12.1-r1.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python
{2_7,3_6}
)
+PYTHON_COMPAT=( python
3_6
)
inherit distutils-r1