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: app-portage/gpyutils/
Date: Sat, 30 May 2020 17:27:52
Message-Id: 1590859666.ae323fe69b2050e85c5f18c3afb175dc684f7f71.mgorny@gentoo
1 commit: ae323fe69b2050e85c5f18c3afb175dc684f7f71
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 17:27:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 17:27:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae323fe6
7
8 app-portage/gpyutils: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gpyutils/gpyutils-0.4.1.ebuild | 2 +-
13 app-portage/gpyutils/gpyutils-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-portage/gpyutils/gpyutils-0.4.1.ebuild b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
17 index e53246c0e37..ac5c7dac4d6 100644
18 --- a/app-portage/gpyutils/gpyutils-0.4.1.ebuild
19 +++ b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DISTUTILS_USE_SETUPTOOLS=no
24 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
25 +PYTHON_COMPAT=( python3_{6..9} )
26
27 inherit distutils-r1
28
29
30 diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
31 index 6f927d08634..8bbbb4c17b6 100644
32 --- a/app-portage/gpyutils/gpyutils-9999.ebuild
33 +++ b/app-portage/gpyutils/gpyutils-9999.ebuild
34 @@ -4,7 +4,7 @@
35 EAPI=7
36
37 DISTUTILS_USE_SETUPTOOLS=no
38 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
39 +PYTHON_COMPAT=( python3_{6..9} )
40
41 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
42 inherit distutils-r1 git-r3