Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-policy/
Date: Fri, 05 Jan 2018 13:26:20
Message-Id: 1515158758.84e6da146c380e36a9e9d9231f307448dfaa33bb.mgorny@gentoo
1 commit: 84e6da146c380e36a9e9d9231f307448dfaa33bb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 09:57:25 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 13:25:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e6da14
7
8 dev-python/oslo-policy: Clean old up
9
10 dev-python/oslo-policy/Manifest | 1 -
11 dev-python/oslo-policy/oslo-policy-1.18.0.ebuild | 39 ------------------------
12 2 files changed, 40 deletions(-)
13
14 diff --git a/dev-python/oslo-policy/Manifest b/dev-python/oslo-policy/Manifest
15 index 215d2353552..80323a4bb5c 100644
16 --- a/dev-python/oslo-policy/Manifest
17 +++ b/dev-python/oslo-policy/Manifest
18 @@ -1,2 +1 @@
19 -DIST oslo.policy-1.18.0.tar.gz 64504 BLAKE2B 10a8b950bb1b81edd3ffa201a08be626e197215189821f6d46e72c25bee2871821920e5a8ac83c89378a8fcc232daf5317c020c67d6001c2a988d9078d23f7c8 SHA512 e7d92d420a54da82988aaa481dc889fba1c954097895fa62fd232f2d129c9050541b6d2f63e59718420ee8b5a35039be4deb46a184fb1a1107b7239a58a299b8
20 DIST oslo.policy-1.25.2.tar.gz 72984 BLAKE2B 7f2e4d48309082c1069ffcb561502c71b86e0c5508bb07cff943a1fc32fbbec8a232451937b678842909779e94b7eecdd5f2991152e0c8ca557a58b1ce137fc7 SHA512 8d66fe73d7b9d381c54997d980833e4e5d429a9ca28343adf777af20042694bf5dd878f9c1a9ed7168c075816e4b37263f9b520274bbdccbe0c6649b7cd7d213
21
22 diff --git a/dev-python/oslo-policy/oslo-policy-1.18.0.ebuild b/dev-python/oslo-policy/oslo-policy-1.18.0.ebuild
23 deleted file mode 100644
24 index a2986e4f27e..00000000000
25 --- a/dev-python/oslo-policy/oslo-policy-1.18.0.ebuild
26 +++ /dev/null
27 @@ -1,39 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=6
32 -PYTHON_COMPAT=( python2_7 python3_4 python3_5)
33 -
34 -inherit distutils-r1
35 -
36 -DESCRIPTION="Provides support for RBAC policy enforcement across all OpenStack services."
37 -HOMEPAGE="https://pypi.python.org/pypi/oslo.policy"
38 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz"
39 -S="${WORKDIR}/oslo.policy-${PV}"
40 -
41 -LICENSE="Apache-2.0"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm64 x86"
44 -IUSE=""
45 -
46 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
47 -DEPEND="
48 - dev-python/setuptools[${PYTHON_USEDEP}]
49 - ${CDEPEND}"
50 -RDEPEND="
51 - ${CDEPEND}
52 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
53 - !~dev-python/requests-2.12.0[${PYTHON_USEDEP}]
54 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
55 - !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
56 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
57 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
58 - >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
59 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
60 - >=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}]
61 -"
62 -
63 -python_prepare_all() {
64 - sed -i '/^hacking/d' test-requirements.txt || die
65 - distutils-r1_python_prepare_all
66 -}