projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e2394c
)
dev-python/wsgiintercept: Support python3.6
author
Pacho Ramos
<pacho@gentoo.org>
Tue, 26 Jun 2018 18:31:05 +0000
(20:31 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Tue, 26 Jun 2018 18:46:07 +0000
(20:46 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/wsgiintercept/wsgiintercept-1.3.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/wsgiintercept/wsgiintercept-1.3.1.ebuild
b/dev-python/wsgiintercept/wsgiintercept-1.3.1.ebuild
index 8047d781ea3f3ad2f776856bba480b3d5753b684..df6d20d48954e5c93e83363ef4248355b187afd8 100644
(file)
--- a/
dev-python/wsgiintercept/wsgiintercept-1.3.1.ebuild
+++ b/
dev-python/wsgiintercept/wsgiintercept-1.3.1.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5
,6
} pypy )
inherit distutils-r1