Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/
Date: Sun, 01 Dec 2019 06:16:30
Message-Id: 1575180808.a98c96d1bfb89a5e2f07318f0c994a0fc039be4e.radhermit@gentoo
1 commit: a98c96d1bfb89a5e2f07318f0c994a0fc039be4e
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 06:13:28 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 06:13:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98c96d1
7
8 dev-python/pychroot: version bump to 0.10.1
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-python/pychroot/Manifest | 1 +
13 .../{pychroot-9999.ebuild => pychroot-0.10.1.ebuild} | 13 +++++++++----
14 dev-python/pychroot/pychroot-9999.ebuild | 13 +++++++++----
15 3 files changed, 19 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
18 index 1cd4cc1350f..a384ddf5e76 100644
19 --- a/dev-python/pychroot/Manifest
20 +++ b/dev-python/pychroot/Manifest
21 @@ -1,2 +1,3 @@
22 DIST pychroot-0.10.0.tar.gz 23960 BLAKE2B 6d22ccbf3d71854d863577f0cf5ec3b1bea40f0f80d5c07942520d5d522ee299222e96cab4893c9cab93866c7f881052f67ad9091267c329a772fc4c3065bae1 SHA512 4a3941da9a94b75963e72536ec8f6218564dbdcb97e6314562044eb55f523e0704aecbc81e8e377338781e8bfd1a2aafb22cdc82f37bdb198a03e0e30d2323e5
23 +DIST pychroot-0.10.1.tar.gz 22169 BLAKE2B 7c39438addfbf9d307ebc751585c8add24712b0a3917986dd76478932389c39b8fbc6238cb21e4c1d13fee08f9478365911e766b676176fe209b4341c551267a SHA512 4df7f405872b693bf9ecac331927f749653b7251a49eaa10c423357f3150bbcbea73052ec4363a0f510aaeecd6b467d985402a8f764e99e67f5882e6b2ea4f97
24 DIST pychroot-0.9.18.tar.gz 32879 BLAKE2B 769b3347bae3f7dfb47c0335015cc898ec851a3d45f774a4e21aeaf9b8d7937331bc69aa5bcbb298e76e7e51ffc2e55f049336fd90f6b08fc3bba87089f2205d SHA512 59c8750c9ba8d601eca485079c04d4153bba92531dbd30fba0104694e4435d76e65b762b76ef89a6a6f8908dd6054d1d95fe4be74825ac1c5a56e473370dfa41
25
26 diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-0.10.1.ebuild
27 similarity index 75%
28 copy from dev-python/pychroot/pychroot-9999.ebuild
29 copy to dev-python/pychroot/pychroot-0.10.1.ebuild
30 index e1419b49ab2..4f5fc21330e 100644
31 --- a/dev-python/pychroot/pychroot-9999.ebuild
32 +++ b/dev-python/pychroot/pychroot-0.10.1.ebuild
33 @@ -2,7 +2,7 @@
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=7
37 -PYTHON_COMPAT=( python3_{6,7} )
38 +PYTHON_COMPAT=( python3_{6,7,8} )
39 inherit distutils-r1
40
41 if [[ ${PV} == *9999 ]] ; then
42 @@ -24,14 +24,19 @@ RESTRICT="!test? ( test )"
43 if [[ ${PV} == *9999 ]]; then
44 RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
45 else
46 - RDEPEND=">=dev-python/snakeoil-0.8.1[${PYTHON_USEDEP}]"
47 + RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]"
48 fi
49
50 -DEPEND="${RDEPEND}
51 +DEPEND="${RDEPEND}"
52 +BDEPEND="
53 dev-python/setuptools[${PYTHON_USEDEP}]
54 test? ( dev-python/pytest[${PYTHON_USEDEP}] )
55 "
56 -[[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
57 +[[ ${PV} == *9999 ]] && BDEPEND+=" $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')"
58 +
59 +python_check_deps() {
60 + has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
61 +}
62
63 python_compile_all() {
64 esetup.py build_man
65
66 diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild
67 index e1419b49ab2..4f5fc21330e 100644
68 --- a/dev-python/pychroot/pychroot-9999.ebuild
69 +++ b/dev-python/pychroot/pychroot-9999.ebuild
70 @@ -2,7 +2,7 @@
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI=7
74 -PYTHON_COMPAT=( python3_{6,7} )
75 +PYTHON_COMPAT=( python3_{6,7,8} )
76 inherit distutils-r1
77
78 if [[ ${PV} == *9999 ]] ; then
79 @@ -24,14 +24,19 @@ RESTRICT="!test? ( test )"
80 if [[ ${PV} == *9999 ]]; then
81 RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
82 else
83 - RDEPEND=">=dev-python/snakeoil-0.8.1[${PYTHON_USEDEP}]"
84 + RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]"
85 fi
86
87 -DEPEND="${RDEPEND}
88 +DEPEND="${RDEPEND}"
89 +BDEPEND="
90 dev-python/setuptools[${PYTHON_USEDEP}]
91 test? ( dev-python/pytest[${PYTHON_USEDEP}] )
92 "
93 -[[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
94 +[[ ${PV} == *9999 ]] && BDEPEND+=" $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')"
95 +
96 +python_check_deps() {
97 + has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
98 +}
99
100 python_compile_all() {
101 esetup.py build_man