Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcore/
Date: Sat, 30 Jul 2022 20:32:41
Message-Id: 1659213088.51e94a89ceca9e623e9f8951a8c759d9f2cbf389.arthurzam@gentoo
1 commit: 51e94a89ceca9e623e9f8951a8c759d9f2cbf389
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 20:31:28 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 20:31:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e94a89
7
8 sys-apps/pkgcore: add 0.12.12, Use PEP517
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-apps/pkgcore/Manifest | 1 +
13 sys-apps/pkgcore/{pkgcore-9999.ebuild => pkgcore-0.12.12.ebuild} | 7 ++++---
14 sys-apps/pkgcore/pkgcore-9999.ebuild | 7 ++++---
15 3 files changed, 9 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-apps/pkgcore/Manifest b/sys-apps/pkgcore/Manifest
18 index 95d79f167062..5c1410d139f3 100644
19 --- a/sys-apps/pkgcore/Manifest
20 +++ b/sys-apps/pkgcore/Manifest
21 @@ -1 +1,2 @@
22 DIST pkgcore-0.12.11.tar.gz 625613 BLAKE2B f9bb17286cf30714d9f6f47ae6286031e418fd5f420e8921e1f1ed546cb1f293772e8d6e11ea2f4af8046d82fd166abb7c27f640f7f105c13a73d9ce19ccc52b SHA512 b98804603a9d14562efd56d01fa0b17ee1753d25b8c108d0d12eb47b103787f5fa7170f9924b473996817f31c31c40b5920db597974438cdc43215f5f83e43db
23 +DIST pkgcore-0.12.12.tar.gz 625488 BLAKE2B a1492b642447b8bf8fff6eb7cf85cf8d1355984afeb9d385383574327e3636aad7f9e7932a44a55649a64126b90d68de60e3653affb2753916fd439d15edcde9 SHA512 fe813d7e0be7b7ca0686ce4047211dc2a08e49d3b041ea6935e3cc905e1c8cf8f15fda2d4c0852bfaa191d898d774999b85bc9b440a5c32d438e2a8157caafbc
24
25 diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-0.12.12.ebuild
26 similarity index 90%
27 copy from sys-apps/pkgcore/pkgcore-9999.ebuild
28 copy to sys-apps/pkgcore/pkgcore-0.12.12.ebuild
29 index 8ee26f5ac2e5..0919b8f2c070 100644
30 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild
31 +++ b/sys-apps/pkgcore/pkgcore-0.12.12.ebuild
32 @@ -3,8 +3,8 @@
33
34 EAPI=8
35
36 +DISTUTILS_USE_PEP517=setuptools
37 PYTHON_COMPAT=( python3_{8..10} )
38 -DISTUTILS_IN_SOURCE_BUILD=1
39 inherit distutils-r1
40
41 if [[ ${PV} == *9999 ]] ; then
42 @@ -23,11 +23,12 @@ SLOT="0"
43
44 RDEPEND="
45 >=app-shells/bash-5.0
46 - dev-python/lxml[${PYTHON_USEDEP}]"
47 + dev-python/lxml[${PYTHON_USEDEP}]
48 +"
49 if [[ ${PV} == *9999 ]]; then
50 RDEPEND+=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
51 else
52 - RDEPEND+=" >=dev-python/snakeoil-0.9.10[${PYTHON_USEDEP}]"
53 + RDEPEND+=" >=dev-python/snakeoil-0.9.11[${PYTHON_USEDEP}]"
54 fi
55 BDEPEND="
56 test? (
57
58 diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild
59 index 8ee26f5ac2e5..0919b8f2c070 100644
60 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild
61 +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild
62 @@ -3,8 +3,8 @@
63
64 EAPI=8
65
66 +DISTUTILS_USE_PEP517=setuptools
67 PYTHON_COMPAT=( python3_{8..10} )
68 -DISTUTILS_IN_SOURCE_BUILD=1
69 inherit distutils-r1
70
71 if [[ ${PV} == *9999 ]] ; then
72 @@ -23,11 +23,12 @@ SLOT="0"
73
74 RDEPEND="
75 >=app-shells/bash-5.0
76 - dev-python/lxml[${PYTHON_USEDEP}]"
77 + dev-python/lxml[${PYTHON_USEDEP}]
78 +"
79 if [[ ${PV} == *9999 ]]; then
80 RDEPEND+=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
81 else
82 - RDEPEND+=" >=dev-python/snakeoil-0.9.10[${PYTHON_USEDEP}]"
83 + RDEPEND+=" >=dev-python/snakeoil-0.9.11[${PYTHON_USEDEP}]"
84 fi
85 BDEPEND="
86 test? (