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: Tue, 02 May 2017 08:48:08
Message-Id: 1493714822.6956ee59dca50fa65133f69de7d51450b5e9f14c.mgorny@gentoo
1 commit: 6956ee59dca50fa65133f69de7d51450b5e9f14c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 08:09:44 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 08:47:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6956ee59
7
8 dev-python/oslo-policy: Clean old versions up
9
10 dev-python/oslo-policy/Manifest | 2 -
11 dev-python/oslo-policy/oslo-policy-1.14.0.ebuild | 51 ------------------------
12 dev-python/oslo-policy/oslo-policy-1.6.0.ebuild | 51 ------------------------
13 3 files changed, 104 deletions(-)
14
15 diff --git a/dev-python/oslo-policy/Manifest b/dev-python/oslo-policy/Manifest
16 index 2b1ceee3ff8..5256fe1b1ec 100644
17 --- a/dev-python/oslo-policy/Manifest
18 +++ b/dev-python/oslo-policy/Manifest
19 @@ -1,3 +1 @@
20 -DIST oslo.policy-1.14.0.tar.gz 58516 SHA256 cedbc22f191524ae2a98e42e53fe7e4adcd5e0715b4c176b9daaa9dcb85cbab9 SHA512 3cf6e3f77a82761106b0ec73570faadc5f493fbb7f139e9bd2c3114ad773d785f5d5a8d3218b624259558e73cc8122e110c685a60205cb7ef1d8580412a851c0 WHIRLPOOL 1b3eece66117f14390e8b4efee9414ec4cd715c6913a7d69b5662531f7be898aab0b60cb55cb399b0c0b2478b4751415a5bede22a21bb465606a9d88ab3c1776
21 DIST oslo.policy-1.18.0.tar.gz 64504 SHA256 414e9a63b1976ad90b2c5ad0897f74bc269c3f5ce0c6c21448d23c4797cc76ff SHA512 e7d92d420a54da82988aaa481dc889fba1c954097895fa62fd232f2d129c9050541b6d2f63e59718420ee8b5a35039be4deb46a184fb1a1107b7239a58a299b8 WHIRLPOOL 797f287a57bfd957feb9f0d3845d790bdd73ac1e87ee774fb497286ce0c93aa9af442c0fe93c26afd80583570a6336dffad554c1e4e867acfbde4a3c3c78f2e1
22 -DIST oslo.policy-1.6.0.tar.gz 38076 SHA256 24d5ecdf4e10f33a9fb2e8784876f73276637d8663c33f594e8efc99e179016a SHA512 468fcad020c90ce55b8f12199952f946cef6f352f3abc72b64e4538a6bd98dbf1d7ebe191600cff0e2654f97e4af3ccfc480a88c36133f33045ce37c2692a31c WHIRLPOOL b84ebb32db93710c5019dda8833129f3ccc855486655daf7b937eb3ad786b501cd51a9fdb4b55819dd414cdb3151a72b2d7ffd118c015bc1ca7b68a60c5a435d
23
24 diff --git a/dev-python/oslo-policy/oslo-policy-1.14.0.ebuild b/dev-python/oslo-policy/oslo-policy-1.14.0.ebuild
25 deleted file mode 100644
26 index 23f5f47c0ce..00000000000
27 --- a/dev-python/oslo-policy/oslo-policy-1.14.0.ebuild
28 +++ /dev/null
29 @@ -1,51 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python2_7 python3_4 python3_5)
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Provides support for RBAC policy enforcement across all OpenStack services."
39 -HOMEPAGE="https://pypi.python.org/pypi/oslo.policy"
40 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz"
41 -S="${WORKDIR}/oslo.policy-${PV}"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86"
46 -IUSE="test"
47 -
48 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 - ${CDEPEND}
51 - test? (
52 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
53 - >=dev-python/requests-mock-1.0.0[${PYTHON_USEDEP}]
54 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
55 - !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
56 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
57 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
58 - <dev-python/sphinx-1.3.0[${PYTHON_USEDEP}]
59 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
60 - )"
61 -RDEPEND="
62 - ${CDEPEND}
63 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
64 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
65 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
66 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
67 - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
68 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
69 -"
70 -
71 -# This time half the doc files are missing; Do you want them?
72 -
73 -python_prepare_all() {
74 - sed -i '/^hacking/d' test-requirements.txt || die
75 - distutils-r1_python_prepare_all
76 -}
77 -
78 -python_test() {
79 - nosetests tests/ || die "test failed under ${EPYTHON}"
80 -}
81
82 diff --git a/dev-python/oslo-policy/oslo-policy-1.6.0.ebuild b/dev-python/oslo-policy/oslo-policy-1.6.0.ebuild
83 deleted file mode 100644
84 index 93fc61d24cf..00000000000
85 --- a/dev-python/oslo-policy/oslo-policy-1.6.0.ebuild
86 +++ /dev/null
87 @@ -1,51 +0,0 @@
88 -# Copyright 1999-2015 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=5
92 -PYTHON_COMPAT=( python2_7 python3_4 python3_5)
93 -
94 -inherit distutils-r1
95 -
96 -DESCRIPTION="Provides support for RBAC policy enforcement across all OpenStack services."
97 -HOMEPAGE="https://pypi.python.org/pypi/oslo.policy"
98 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz"
99 -S="${WORKDIR}/oslo.policy-${PV}"
100 -
101 -LICENSE="Apache-2.0"
102 -SLOT="0"
103 -KEYWORDS="amd64 ~arm64 x86"
104 -IUSE="test"
105 -
106 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
107 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
108 - ${CDEPEND}
109 - test? (
110 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
111 - >=dev-python/requests-mock-0.7.0[${PYTHON_USEDEP}]
112 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
113 - !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
114 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
115 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
116 - <dev-python/sphinx-1.3.0[${PYTHON_USEDEP}]
117 - )"
118 -RDEPEND="
119 - ${CDEPEND}
120 - >=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
121 - !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
122 - >=dev-python/oslo-config-3.4.0[${PYTHON_USEDEP}]
123 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
124 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
125 - >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
126 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
127 -"
128 -
129 -# This time half the doc files are missing; Do you want them?
130 -
131 -python_prepare_all() {
132 - sed -i '/^hacking/d' test-requirements.txt || die
133 - distutils-r1_python_prepare_all
134 -}
135 -
136 -python_test() {
137 - nosetests tests/ || die "test failed under ${EPYTHON}"
138 -}