projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f37f4e
)
dev-python/txgithub: Enable py3.{7,8}
author
Michał Górny
<mgorny@gentoo.org>
Sun, 26 Apr 2020 12:46:06 +0000
(14:46 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 26 Apr 2020 12:50:57 +0000
(14:50 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/txgithub/txgithub-15.0.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
index e764dc685968a56e8c6fe5e45d1cc3633b9090de..50ad0fbde27245ff87e9e4fb52bdb4b0a3c23df9 100644
(file)
--- a/
dev-python/txgithub/txgithub-15.0.0-r1.ebuild
+++ b/
dev-python/txgithub/txgithub-15.0.0-r1.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_
6
)
+PYTHON_COMPAT=( python3_
{6,7,8}
)
inherit eutils distutils-r1