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: Thu, 07 Jan 2021 23:19:40
Message-Id: 1610061325.4f321fb344a27e1f36525498fa13dc1288ab4308.mgorny@gentoo
1 commit: 4f321fb344a27e1f36525498fa13dc1288ab4308
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 21:08:35 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 23:15:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f321fb3
7
8 app-portage/gpyutils: Limit to py3.8+ due to pkgcore
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gpyutils/gpyutils-0.4.5.ebuild | 4 ++--
13 app-portage/gpyutils/gpyutils-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-portage/gpyutils/gpyutils-0.4.5.ebuild b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
17 index 9d9f29ecbc5..f00bb9f55f4 100644
18 --- a/app-portage/gpyutils/gpyutils-0.4.5.ebuild
19 +++ b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 DISTUTILS_USE_SETUPTOOLS=no
28 -PYTHON_COMPAT=( python3_{6..9} )
29 +PYTHON_COMPAT=( python3_{8..9} )
30
31 inherit distutils-r1
32
33
34 diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
35 index 41621a1faf2..69f7071f9a7 100644
36 --- a/app-portage/gpyutils/gpyutils-9999.ebuild
37 +++ b/app-portage/gpyutils/gpyutils-9999.ebuild
38 @@ -1,10 +1,10 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 +# Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44
45 DISTUTILS_USE_SETUPTOOLS=no
46 -PYTHON_COMPAT=( python3_{6..9} )
47 +PYTHON_COMPAT=( python3_{8..9} )
48
49 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
50 inherit distutils-r1 git-r3