projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd32199
)
dev-python/texttable: enable py3.8 on 1.6.2
author
Joonas Niilola
<juippis@gentoo.org>
Tue, 7 Jan 2020 17:45:31 +0000
(19:45 +0200)
committer
Joonas Niilola
<juippis@gentoo.org>
Tue, 7 Jan 2020 17:47:07 +0000
(19:47 +0200)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-python/texttable/texttable-1.6.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/texttable/texttable-1.6.2.ebuild
b/dev-python/texttable/texttable-1.6.2.ebuild
index 1c8be2a76b09a1b8c7c1b5231330aef8f02b0053..1665f11d1fbf33def42bc75142d910518429f71f 100644
(file)
--- a/
dev-python/texttable/texttable-1.6.2.ebuild
+++ b/
dev-python/texttable/texttable-1.6.2.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6
,7
}} )
+PYTHON_COMPAT=( python{2_7,3_{6
..8
}} )
inherit distutils-r1