Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/suds/
Date: Mon, 28 Mar 2016 03:32:33
Message-Id: 1459135901.ba383e6b04295ebf33e1be28e998668ac3bb6f80.prometheanfire@gentoo
1 commit: ba383e6b04295ebf33e1be28e998668ac3bb6f80
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 03:31:41 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 03:31:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba383e6b
7
8 dev-python/suds: adding py35
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/suds/suds-0.6-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/suds/suds-0.6-r1.ebuild b/dev-python/suds/suds-0.6-r1.ebuild
16 index bb1f81a..c0ddaa0 100644
17 --- a/dev-python/suds/suds-0.6-r1.ebuild
18 +++ b/dev-python/suds/suds-0.6-r1.ebuild
19 @@ -3,7 +3,7 @@
20 # $Id$
21
22 EAPI=5
23 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
24 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
25 DISTUTILS_IN_SOURCE_BUILD=1
26
27 inherit distutils-r1