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/gentoopm/
Date: Thu, 07 Jan 2021 23:19:39
Message-Id: 1610061324.39e31a8102bed0989b6fb38867ca41242eb62b21.mgorny@gentoo
1 commit: 39e31a8102bed0989b6fb38867ca41242eb62b21
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 21:07:50 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 23:15:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e31a81
7
8 app-portage/gentoopm: Limit to py3.8+ due to pkgcore
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{gentoopm-9999.ebuild => gentoopm-0.3.2-r1.ebuild} | 13 ++++++-------
13 app-portage/gentoopm/gentoopm-9999.ebuild | 6 +++---
14 2 files changed, 9 insertions(+), 10 deletions(-)
15
16 diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild
17 similarity index 66%
18 copy from app-portage/gentoopm/gentoopm-9999.ebuild
19 copy to app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild
20 index 2dc9a2c3f69..9cd209e6273 100644
21 --- a/app-portage/gentoopm/gentoopm-9999.ebuild
22 +++ b/app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild
23 @@ -1,21 +1,20 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=7
30
31 DISTUTILS_USE_SETUPTOOLS=no
32 -PYTHON_COMPAT=( python3_{6..9} )
33 +PYTHON_COMPAT=( python3_{8..9} )
34
35 -EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
36 -inherit distutils-r1 git-r3
37 +inherit distutils-r1
38
39 DESCRIPTION="A common interface to Gentoo package managers"
40 HOMEPAGE="https://github.com/mgorny/gentoopm/"
41 -SRC_URI=""
42 +SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43
44 LICENSE="BSD-2"
45 SLOT="0"
46 -KEYWORDS=""
47 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
48 IUSE=""
49
50 RDEPEND="
51
52 diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
53 index 2dc9a2c3f69..787c12954d9 100644
54 --- a/app-portage/gentoopm/gentoopm-9999.ebuild
55 +++ b/app-portage/gentoopm/gentoopm-9999.ebuild
56 @@ -1,10 +1,10 @@
57 -# Copyright 1999-2020 Gentoo Authors
58 +# Copyright 1999-2021 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 -EAPI=6
62 +EAPI=7
63
64 DISTUTILS_USE_SETUPTOOLS=no
65 -PYTHON_COMPAT=( python3_{6..9} )
66 +PYTHON_COMPAT=( python3_{8..9} )
67
68 EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
69 inherit distutils-r1 git-r3