projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e60ac6c
)
dev-python/snakeoil: add py37 support
author
Tim Harder
<radhermit@gentoo.org>
Wed, 2 Jan 2019 21:14:19 +0000
(15:14 -0600)
committer
Tim Harder
<radhermit@gentoo.org>
Wed, 2 Jan 2019 21:25:30 +0000
(15:25 -0600)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
dev-python/snakeoil/snakeoil-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/snakeoil/snakeoil-9999.ebuild
b/dev-python/snakeoil/snakeoil-9999.ebuild
index 431ad815edf4c20ed469c4e6e19ea9c83ac246b6..e0674ca106ee78388717126f608491ed9141b086 100644
(file)
--- a/
dev-python/snakeoil/snakeoil-9999.ebuild
+++ b/
dev-python/snakeoil/snakeoil-9999.ebuild
@@
-1,8
+1,8
@@
-# Copyright 1999-201
8 Gentoo Foundation
+# Copyright 1999-201
9 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python
{3_4,3_5,3_6
} )
+PYTHON_COMPAT=( python
3_{4,5,6,7
} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1