projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bab936
)
dev-python/formencode: Support python 3.5
author
Pacho Ramos
<pacho@gentoo.org>
Sat, 8 Oct 2016 13:45:40 +0000
(15:45 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sat, 8 Oct 2016 13:45:40 +0000
(15:45 +0200)
Package-Manager: portage-2.3.1
dev-python/formencode/formencode-1.3.0-r2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/formencode/formencode-1.3.0-r2.ebuild
b/dev-python/formencode/formencode-1.3.0-r2.ebuild
index 87966c02812ee2a6fd9845afb7ae818dcb4b4702..fa92d50ff4708d880d87904ddf5c3021613748d0 100644
(file)
--- a/
dev-python/formencode/formencode-1.3.0-r2.ebuild
+++ b/
dev-python/formencode/formencode-1.3.0-r2.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4
,3_5
} )
inherit distutils-r1