Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/coreschema/
Date: Sun, 26 Jan 2020 19:37:21
Message-Id: 1580067312.044b7f9af1a6a91b688b246ed4c7f8766bff7413.williamh@gentoo
1 commit: 044b7f9af1a6a91b688b246ed4c7f8766bff7413
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 19:35:12 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 19:35:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044b7f9a
7
8 dev-python/coreschema: add python3_7
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 dev-python/coreschema/coreschema-0.0.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild
16 index c3812509b80..33400855ff2 100644
17 --- a/dev-python/coreschema/coreschema-0.0.4.ebuild
18 +++ b/dev-python/coreschema/coreschema-0.0.4.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python2_7 python3_6 )
27 +PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
28 inherit distutils-r1
29
30 DESCRIPTION="Core Schema"