projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae41bb
)
dev-python/testfixtures: Support python 3.6
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 16:51:46 +0000
(18:51 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 17:24:13 +0000
(19:24 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/testfixtures/testfixtures-4.9.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/testfixtures/testfixtures-4.9.1.ebuild
b/dev-python/testfixtures/testfixtures-4.9.1.ebuild
index bcde042a6bd2c2a6956c663c06d7a52212560914..249371ad9d35b20a1e37f21a340c4ce1ae62b7e8 100644
(file)
--- a/
dev-python/testfixtures/testfixtures-4.9.1.ebuild
+++ b/
dev-python/testfixtures/testfixtures-4.9.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