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: sys-apps/pkgcore/
Date: Sat, 30 May 2020 07:12:19
Message-Id: 1590822727.f9e2cbcdec57f4cbf470493716a9ba68f460fcdb.mgorny@gentoo
1 commit: f9e2cbcdec57f4cbf470493716a9ba68f460fcdb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 06:45:21 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 07:12:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e2cbcd
7
8 sys-apps/pkgcore: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/pkgcore/pkgcore-0.10.12.ebuild | 2 +-
13 sys-apps/pkgcore/pkgcore-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/pkgcore/pkgcore-0.10.12.ebuild b/sys-apps/pkgcore/pkgcore-0.10.12.ebuild
17 index e7082921ab0..4d3887960e3 100644
18 --- a/sys-apps/pkgcore/pkgcore-0.10.12.ebuild
19 +++ b/sys-apps/pkgcore/pkgcore-0.10.12.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -PYTHON_COMPAT=( python3_{6,7,8} )
25 +PYTHON_COMPAT=( python3_{6..9} )
26 DISTUTILS_IN_SOURCE_BUILD=1
27 inherit distutils-r1
28
29
30 diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild
31 index 7b1913d802f..66a8a5020ab 100644
32 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild
33 +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=6
38 -PYTHON_COMPAT=( python3_{6,7,8} )
39 +PYTHON_COMPAT=( python3_{6..9} )
40 DISTUTILS_IN_SOURCE_BUILD=1
41 inherit distutils-r1