Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystonemiddleware/
Date: Fri, 24 Feb 2017 17:40:07
Message-Id: 1487957546.f49a6c35db2260b93ed0576bfe0c85db78195978.prometheanfire@gentoo
1 commit: f49a6c35db2260b93ed0576bfe0c85db78195978
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 24 17:32:26 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 24 17:32:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49a6c35
7
8 dev-python/keystonemiddleware: cleanup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/keystonemiddleware/Manifest | 1 -
13 .../keystonemiddleware-4.9.0.ebuild | 83 ----------------------
14 2 files changed, 84 deletions(-)
15
16 diff --git a/dev-python/keystonemiddleware/Manifest b/dev-python/keystonemiddleware/Manifest
17 index 0e47c03e4b..74404c7a0b 100644
18 --- a/dev-python/keystonemiddleware/Manifest
19 +++ b/dev-python/keystonemiddleware/Manifest
20 @@ -1,3 +1,2 @@
21 DIST keystonemiddleware-4.4.1.tar.gz 194711 SHA256 dff35f0e4acb77f34c9c880bd4f456bbe26a1c4701815d82e8c27ff74a5dfb52 SHA512 c04383836740222d49324cb5f25f8b156424abaa74ac9482a2deb2e1d54cc6d990a864451a075bc12c3d7d38da7235f236e8a8cfb4c3748953c14a4505eeb99f WHIRLPOOL 76a96e6140752cd8eb1d060591c5dec1181abf873c82595be89d9597e3c3e5d3344739fab6b8d0058ae2ab47863e5169d4bbcb4a83f46a24dea042c0ccfac8d0
22 -DIST keystonemiddleware-4.9.0.tar.gz 198244 SHA256 5d92ef9321a49f06c59d53a92fecc572c559d054abd7f5b7ce5945916770b993 SHA512 0b8870e93bfba3c385cac4515f86a15cc72371f1274db284560d4ecb0e6f4f50064b093a91060728051a2d0732ae7c40a9d2d2dd8b0cfa29ca527b6dceba9e80 WHIRLPOOL 6fd48a653bbe6d5d7d2c40a97dd46310489a153a55e5096d007a54dfd944e22c0f758715e100138f46fbbada241cce5da94338c89be3b293c2142f6cc328ac54
23 DIST keystonemiddleware-4.9.1.tar.gz 196430 SHA256 93fa012c70b2ac5773ecf7185ef94a224ca70a32728ad7d07cf12540f507043b SHA512 baff23d86e8157a465646a23fba873739fe019319873d7385ba5ef843c4546d14919913648075122e56a3805f03b91b2a1b03c3206bcbd05a3540a58925a1d01 WHIRLPOOL 6103d6621bce0020672ef7a04d5191be9eb876ae0fc279e83402655136f8e132fa4aaaffcab06f789dbd73a3f9246ef567d6c5dc77b7c3b14e6760a3cf857f2f
24
25 diff --git a/dev-python/keystonemiddleware/keystonemiddleware-4.9.0.ebuild b/dev-python/keystonemiddleware/keystonemiddleware-4.9.0.ebuild
26 deleted file mode 100644
27 index 509f42dbb8..0000000000
28 --- a/dev-python/keystonemiddleware/keystonemiddleware-4.9.0.ebuild
29 +++ /dev/null
30 @@ -1,83 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A middleware for the OpenStack Keystone API"
41 -HOMEPAGE="https://github.com/openstack/keystonemiddleware"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
47 -IUSE="doc examples test"
48 -
49 -CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
50 -DEPEND="
51 - dev-python/setuptools[${PYTHON_USEDEP}]
52 - ${CDEPEND}
53 - test? (
54 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
55 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
56 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
57 - >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
58 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
59 - !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
60 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
61 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
62 - >=dev-python/requests-mock-1.0.0[${PYTHON_USEDEP}]
63 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
64 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
65 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
66 - >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]
67 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
68 - >=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]
69 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
70 - >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}]
71 - >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
72 - )"
73 -
74 -RDEPEND="
75 - ${CDEPEND}
76 - >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
77 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
78 - >=dev-python/oslo-context-2.6.0[${PYTHON_USEDEP}]
79 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
80 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
81 - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
82 - >=dev-python/positional-1.0.1[${PYTHON_USEDEP}]
83 - >=dev-python/pycadf-1.1.0[${PYTHON_USEDEP}]
84 - !~dev-python/pycadf-2.0.0[${PYTHON_USEDEP}]
85 - >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}]
86 - !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
87 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
88 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
89 - >=dev-python/webob-1.2.3[${PYTHON_USEDEP}]"
90 -
91 -PATCHES=(
92 -)
93 -
94 -python_prepare_all() {
95 - sed -i '/^hacking/d' test-requirements.txt || die
96 - distutils-r1_python_prepare_all
97 -}
98 -
99 -python_compile_all() {
100 - use doc && emake -C doc html
101 -}
102 -
103 -python_test() {
104 - testr init
105 - testr run || die "testsuite failed under python2.7"
106 - flake8 ${PN/python-/}/tests || die "run over tests folder by flake8 drew error"
107 -}
108 -
109 -python_install_all() {
110 - use doc && local HTML_DOCS=( doc/build/html/. )
111 - use examples && local EXAMPLES=( examples/.)
112 - distutils-r1_python_install_all
113 -}