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: dev-util/pkgdev/
Date: Sun, 01 Aug 2021 12:25:16
Message-Id: 1627820362.070d9f981670be7376845b399a056dff8da968d3.mgorny@gentoo
1 commit: 070d9f981670be7376845b399a056dff8da968d3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 10:19:57 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 12:19:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070d9f98
7
8 dev-util/pkgdev: Sync the live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/pkgdev/pkgdev-9999.ebuild | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild
16 index 3344f643aa2..8902eff7695 100644
17 --- a/dev-util/pkgdev/pkgdev-9999.ebuild
18 +++ b/dev-util/pkgdev/pkgdev-9999.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 -PYTHON_COMPAT=( python3_{8..9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 DISTUTILS_IN_SOURCE_BUILD=1
29 inherit distutils-r1
30
31 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
32 inherit git-r3
33 else
34 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35 - KEYWORDS="~amd64 ~ppc64 ~riscv ~x64-macos"
36 + KEYWORDS="~amd64 ~ppc64 ~riscv ~sparc ~x64-macos"
37 fi
38
39 DESCRIPTION="Collection of tools for Gentoo development"
40 @@ -31,9 +31,9 @@ if [[ ${PV} == *9999 ]] ; then
41 else
42 # https://github.com/pkgcore/pkgdev/blob/main/requirements/install.txt
43 RDEPEND="
44 - >=dev-python/snakeoil-0.9.4[${PYTHON_USEDEP}]
45 - >=dev-util/pkgcheck-0.9.1[${PYTHON_USEDEP}]
46 - >=sys-apps/pkgcore-0.11.5[${PYTHON_USEDEP}]
47 + >=dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]
48 + >=dev-util/pkgcheck-0.10.0[${PYTHON_USEDEP}]
49 + >=sys-apps/pkgcore-0.12.0[${PYTHON_USEDEP}]
50 "
51 fi