Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/oslo-cache/
Date: Tue, 28 Jun 2022 15:38:54
Message-Id: 1656428494.2f6ccce1700cb48e6dd32c3328671aaa72faf61b.arthurzam@gentoo
1 commit: 2f6ccce1700cb48e6dd32c3328671aaa72faf61b
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 14:59:50 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 15:01:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f6ccce1
7
8 dev-python/oslo-cache: restrict tests
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 28 +++++++++++++--------------
13 1 file changed, 14 insertions(+), 14 deletions(-)
14
15 diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
16 index efdaf774c..3bc55cfc1 100644
17 --- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
18 +++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
19 @@ -17,7 +17,6 @@ HOMEPAGE="
20 https://github.com/openstack/oslo.cache
21 "
22 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
23 -
24 S="${WORKDIR}/${MY_PN}-${PV}"
25
26 LICENSE="Apache-2.0"
27 @@ -33,19 +32,20 @@ RDEPEND="
28 >=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}]
29 "
30 DEPEND="${RDEPEND}"
31 -BDEPEND="
32 - test? (
33 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
34 - >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
35 - >=dev-python/pymemcache-3.4.0[${PYTHON_USEDEP}]
36 - >=dev-python/python-binary-memcached-0.29.0[${PYTHON_USEDEP}]
37 - >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}]
38 - >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}]
39 - >=dev-python/etcd3gw-0.2.0[${PYTHON_USEDEP}]
40 - )
41 -"
42 -
43 +#BDEPEND="
44 +# test? (
45 +# >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
46 +# >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
47 +# >=dev-python/pymemcache-3.4.0[${PYTHON_USEDEP}]
48 +# >=dev-python/python-binary-memcached-0.29.0[${PYTHON_USEDEP}]
49 +# >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}]
50 +# >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}]
51 +# >=dev-python/etcd3gw-0.2.0[${PYTHON_USEDEP}]
52 +# )
53 +#"
54 +
55 +# dev-python/python-binary-memcached is masked
56 RESTRICT="test"
57 -PROPERTIES="test_network"
58 +#PROPERTIES="test_network"
59
60 distutils_enable_tests pytest