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: Fri, 23 Aug 2019 10:30:42
Message-Id: 1566556198.e2bcb9c714347c4140af2433e2011663b85d047f.radhermit@gentoo
1 commit: e2bcb9c714347c4140af2433e2011663b85d047f
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 10:28:57 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 10:29:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bcb9c7
7
8 dev-python/pychroot: version bump to 0.10.0
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-python/pychroot/Manifest | 1 +
13 .../pychroot/{pychroot-9999.ebuild => pychroot-0.10.0.ebuild} | 6 ++++--
14 dev-python/pychroot/pychroot-9999.ebuild | 6 ++++--
15 3 files changed, 9 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
18 index ad01fc99e30..1cd4cc1350f 100644
19 --- a/dev-python/pychroot/Manifest
20 +++ b/dev-python/pychroot/Manifest
21 @@ -1 +1,2 @@
22 +DIST pychroot-0.10.0.tar.gz 23960 BLAKE2B 6d22ccbf3d71854d863577f0cf5ec3b1bea40f0f80d5c07942520d5d522ee299222e96cab4893c9cab93866c7f881052f67ad9091267c329a772fc4c3065bae1 SHA512 4a3941da9a94b75963e72536ec8f6218564dbdcb97e6314562044eb55f523e0704aecbc81e8e377338781e8bfd1a2aafb22cdc82f37bdb198a03e0e30d2323e5
23 DIST pychroot-0.9.18.tar.gz 32879 BLAKE2B 769b3347bae3f7dfb47c0335015cc898ec851a3d45f774a4e21aeaf9b8d7937331bc69aa5bcbb298e76e7e51ffc2e55f049336fd90f6b08fc3bba87089f2205d SHA512 59c8750c9ba8d601eca485079c04d4153bba92531dbd30fba0104694e4435d76e65b762b76ef89a6a6f8908dd6054d1d95fe4be74825ac1c5a56e473370dfa41
24
25 diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-0.10.0.ebuild
26 similarity index 87%
27 copy from dev-python/pychroot/pychroot-9999.ebuild
28 copy to dev-python/pychroot/pychroot-0.10.0.ebuild
29 index bda4fc26dfd..e1419b49ab2 100644
30 --- a/dev-python/pychroot/pychroot-9999.ebuild
31 +++ b/dev-python/pychroot/pychroot-0.10.0.ebuild
32 @@ -19,16 +19,18 @@ HOMEPAGE="https://github.com/pkgcore/pychroot"
33 LICENSE="BSD"
34 SLOT="0"
35 IUSE="test"
36 +RESTRICT="!test? ( test )"
37
38 if [[ ${PV} == *9999 ]]; then
39 RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
40 else
41 - RDEPEND=">=dev-python/snakeoil-0.8.0[${PYTHON_USEDEP}]"
42 + RDEPEND=">=dev-python/snakeoil-0.8.1[${PYTHON_USEDEP}]"
43 fi
44
45 DEPEND="${RDEPEND}
46 dev-python/setuptools[${PYTHON_USEDEP}]
47 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
48 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )
49 +"
50 [[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
51
52 python_compile_all() {
53
54 diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild
55 index bda4fc26dfd..e1419b49ab2 100644
56 --- a/dev-python/pychroot/pychroot-9999.ebuild
57 +++ b/dev-python/pychroot/pychroot-9999.ebuild
58 @@ -19,16 +19,18 @@ HOMEPAGE="https://github.com/pkgcore/pychroot"
59 LICENSE="BSD"
60 SLOT="0"
61 IUSE="test"
62 +RESTRICT="!test? ( test )"
63
64 if [[ ${PV} == *9999 ]]; then
65 RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
66 else
67 - RDEPEND=">=dev-python/snakeoil-0.8.0[${PYTHON_USEDEP}]"
68 + RDEPEND=">=dev-python/snakeoil-0.8.1[${PYTHON_USEDEP}]"
69 fi
70
71 DEPEND="${RDEPEND}
72 dev-python/setuptools[${PYTHON_USEDEP}]
73 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
74 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )
75 +"
76 [[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
77
78 python_compile_all() {