projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3334880
)
dev-python/texttable: enable python3.7 for 1.4.0
author
Joonas Niilola
<juippis@gmail.com>
Wed, 22 Aug 2018 05:55:27 +0000
(08:55 +0300)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 22 Aug 2018 21:52:50 +0000
(23:52 +0200)
Package-Manager: Portage[mgorny]-2.3.43.3
dev-python/texttable/texttable-1.4.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/texttable/texttable-1.4.0.ebuild
b/dev-python/texttable/texttable-1.4.0.ebuild
index 7ed05e0fbe5d10d01672dd051aae34e5dab6ac07..a885a2a6c894e92df0f4429d5300045893923829 100644
(file)
--- a/
dev-python/texttable/texttable-1.4.0.ebuild
+++ b/
dev-python/texttable/texttable-1.4.0.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5
,6
}} )
+PYTHON_COMPAT=( python{2_7,3_{5
..7
}} )
inherit distutils-r1