Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isodate/
Date: Wed, 02 Mar 2016 16:54:02
Message-Id: 1456937567.d7d8a973064bda92097ddceaacb27e0dec7e4064.patrick@gentoo
1 commit: d7d8a973064bda92097ddceaacb27e0dec7e4064
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 16:12:57 2016 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 16:52:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d8a973
7
8 dev-python/isodate: Add py35
9
10 Package-Manager: portage-2.2.27
11
12 dev-python/isodate/isodate-0.5.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/isodate/isodate-0.5.4.ebuild b/dev-python/isodate/isodate-0.5.4.ebuild
16 index f8844cb..e752b68 100644
17 --- a/dev-python/isodate/isodate-0.5.4.ebuild
18 +++ b/dev-python/isodate/isodate-0.5.4.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
24 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
25
26 inherit distutils-r1