Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-policy/
Date: Mon, 30 May 2022 17:21:48
Message-Id: 1653931192.57091003815ca12333d741264f8ab6074b7b65f6.Alessandro-Barbieri@gentoo
1 commit: 57091003815ca12333d741264f8ab6074b7b65f6
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 17:19:52 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 17:19:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57091003
7
8 dev-python/oslo-policy: drop 3.8.2
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/oslo-policy/Manifest | 1 -
13 dev-python/oslo-policy/oslo-policy-3.8.2.ebuild | 43 -------------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/dev-python/oslo-policy/Manifest b/dev-python/oslo-policy/Manifest
17 index 9e9ad265f..da6ee1f1f 100644
18 --- a/dev-python/oslo-policy/Manifest
19 +++ b/dev-python/oslo-policy/Manifest
20 @@ -1,2 +1 @@
21 DIST oslo.policy-3.10.1.tar.gz 113864 BLAKE2B 87a506ce39a4540dc315eb910b777edc58834dcedfa1ff4bc9202f574ddd50805f54b7da630e428188251b736df6ca1f006341aa2a6915c6ab237f22dd400c96 SHA512 88d44c1114368d485aebe38df0eb5e14232fe5a7e112f188be3055c3534ccc3c730b0bfdb570b87e43b455d4c2d2d038baf9fd4b9ed56b67b008858c8eb20b1a
22 -DIST oslo.policy-3.8.2.tar.gz 112412 BLAKE2B ecfec4c18597b18a2b37e83e5e398b7bed7d9cb11c44186528517eca9a1967779ffcb22b6726f1064b55b8206af27c4396982cf2da9247535e070c56e5cd6134 SHA512 6daea44a93f53608529314b5eb780d999a1ffd65c3c54f05d58341254f99754c94e177ad01bb37aa036f98f3211bb3705c499ad6244a68165ae56fa59943c79a
23
24 diff --git a/dev-python/oslo-policy/oslo-policy-3.8.2.ebuild b/dev-python/oslo-policy/oslo-policy-3.8.2.ebuild
25 deleted file mode 100644
26 index 66da9b6a6..000000000
27 --- a/dev-python/oslo-policy/oslo-policy-3.8.2.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_SETUPTOOLS=bdepend
36 -PYTHON_COMPAT=( python3_{8..9} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Support for RBAC policy enforcement across all OpenStack services"
41 -HOMEPAGE="
42 - https://opendev.org/openstack/oslo.policy
43 - https://pypi.org/project/oslo.policy/
44 - https://github.com/openstack/oslo.policy
45 -"
46 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz"
47 -S="${WORKDIR}/oslo.policy-${PV}"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64"
52 -
53 -RDEPEND="
54 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
55 - >=dev-python/oslo-config-6.0.0[${PYTHON_USEDEP}]
56 - >=dev-python/oslo-context-2.22.0[${PYTHON_USEDEP}]
57 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
58 - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
59 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
60 - >=dev-python/oslo-utils-3.40.0[${PYTHON_USEDEP}]
61 -"
62 -DEPEND="
63 - ${RDEPEND}
64 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
65 - test? (
66 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
67 - >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
68 - >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]
69 - )
70 -"
71 -
72 -distutils_enable_tests pytest