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/coreapi/
Date: Sun, 26 Jan 2020 19:37:16
Message-Id: 1580067298.d63e188a6a226cc901ebe2fa776e96a37b622314.williamh@gentoo
1 commit: d63e188a6a226cc901ebe2fa776e96a37b622314
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 19:34:58 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 19:34:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63e188a
7
8 dev-python/coreapi: add python3_7
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 dev-python/coreapi/coreapi-2.3.3-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild
16 index 54c411dd20d..8cbbe0e7b64 100644
17 --- a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild
18 +++ b/dev-python/coreapi/coreapi-2.3.3-r1.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="Python client library for Core API"