Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/voluptuous/
Date: Sat, 02 May 2020 04:31:07
Message-Id: 1588393853.ae36b4b117dfed9f63a98124533ea0d9edf3948c.prometheanfire@gentoo
1 commit: ae36b4b117dfed9f63a98124533ea0d9edf3948c
2 Author: Andrew Udvare <audvare <AT> gmail <DOT> com>
3 AuthorDate: Fri May 1 22:45:50 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 04:30:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae36b4b1
7
8 dev-python/voluptuous: add python3_8 to PYTHON_COMPAT
9
10 Signed-off-by: Andrew Udvare <audvare <AT> gmail.com>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 .../{voluptuous-0.11.1.ebuild => voluptuous-0.11.1-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/voluptuous/voluptuous-0.11.1.ebuild b/dev-python/voluptuous/voluptuous-0.11.1-r1.ebuild
17 similarity index 92%
18 rename from dev-python/voluptuous/voluptuous-0.11.1.ebuild
19 rename to dev-python/voluptuous/voluptuous-0.11.1-r1.ebuild
20 index f4517ddae71..7cdce4236c2 100644
21 --- a/dev-python/voluptuous/voluptuous-0.11.1.ebuild
22 +++ b/dev-python/voluptuous/voluptuous-0.11.1-r1.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
28 +PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
29
30 inherit distutils-r1