Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isodate/
Date: Thu, 20 Sep 2018 10:01:23
Message-Id: 1537437672.79b36d922b63e347f858eb32a899c8927ac94dad.mgorny@gentoo
1 commit: 79b36d922b63e347f858eb32a899c8927ac94dad
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 20 08:53:20 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 20 10:01:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b36d92
7
8 dev-python/isodate: Tested on py3.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/isodate/isodate-0.6.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/isodate/isodate-0.6.0.ebuild b/dev-python/isodate/isodate-0.6.0.ebuild
16 index a098d7cb995..7d48aa9edc4 100644
17 --- a/dev-python/isodate/isodate-0.6.0.ebuild
18 +++ b/dev-python/isodate/isodate-0.6.0.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
27 +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy{,3} )
28
29 inherit distutils-r1