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-config/
Date: Fri, 05 Jan 2018 13:26:24
Message-Id: 1515158745.80091855b4e2059b6144f14230b7cfda7d439fe4.mgorny@gentoo
1 commit: 80091855b4e2059b6144f14230b7cfda7d439fe4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 09:56:22 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 13:25:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80091855
7
8 dev-python/oslo-config: Clean old up
9
10 dev-python/oslo-config/Manifest | 1 -
11 dev-python/oslo-config/oslo-config-3.22.1.ebuild | 73 ------------------------
12 2 files changed, 74 deletions(-)
13
14 diff --git a/dev-python/oslo-config/Manifest b/dev-python/oslo-config/Manifest
15 index fc2257800cb..983acdda266 100644
16 --- a/dev-python/oslo-config/Manifest
17 +++ b/dev-python/oslo-config/Manifest
18 @@ -1,2 +1 @@
19 -DIST oslo-config-3.22.1.tar.gz 117975 BLAKE2B 1b43a6c5fa154165c6f61620ff6f2d83700dcbf9f682b43d9f1b7be426ce606f23ac6b3cc7c76befbf242810634d9b9524470651c93df5c56c8b131e87f4866e SHA512 af84f132d33b1fc4a63f4006231bfe09bd2a1ed0236e14e79d6013d7c697814a23f9318666186a6916c00f0157c2df227ed07fd874a65129e0cc686a90e82704
20 DIST oslo-config-4.11.1.tar.gz 130922 BLAKE2B ab3f142c54a09a3f512614452966f61032ae4f1a0163ac4ffd1aba13b4e2d0c52f597c401a7a0894276aa7a05879a4bfdc1d0a5f0f8fafc6e61b2770d34a6d7d SHA512 c7087080ef336d8aaf262a968495afd599f83528a7eefe6d9d13a819ca4d198964550d516abf4bb674eb4bb95c42e278b65cc9bb8e90ef3d6010e24959d393be
21
22 diff --git a/dev-python/oslo-config/oslo-config-3.22.1.ebuild b/dev-python/oslo-config/oslo-config-3.22.1.ebuild
23 deleted file mode 100644
24 index f664eb86e46..00000000000
25 --- a/dev-python/oslo-config/oslo-config-3.22.1.ebuild
26 +++ /dev/null
27 @@ -1,73 +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 -
33 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
34 -
35 -inherit distutils-r1 vcs-snapshot
36 -
37 -MY_PN=${PN/-/.}
38 -
39 -DESCRIPTION="Oslo Configuration API"
40 -HOMEPAGE="https://launchpad.net/oslo"
41 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
46 -IUSE="doc test"
47 -
48 -CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
49 -DEPEND="
50 - dev-python/setuptools[${PYTHON_USEDEP}]
51 - ${CDEPEND}
52 - test? (
53 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
54 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
55 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
56 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
57 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
58 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
59 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
60 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
62 - >=dev-python/mock-2.0[${PYTHON_USEDEP}]
63 - >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
64 - )
65 - doc? (
66 - >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
67 - >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
68 - <dev-python/sphinx-1.4[${PYTHON_USEDEP}]
69 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
70 - )
71 -"
72 -RDEPEND="
73 - ${CDEPEND}
74 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
75 - >=dev-python/netaddr-0.7.13[${PYTHON_USEDEP}]
76 - !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]
77 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
78 - >=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}]
79 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
80 - >=dev-python/rfc3986-0.3.1[${PYTHON_USEDEP}]
81 -"
82 -
83 -python_prepare_all() {
84 - sed -i '/^hacking/d' test-requirements.txt || die
85 - use doc && esetup.py build_sphinx
86 - distutils-r1_python_prepare_all
87 -}
88 -
89 -python_test() {
90 - rm -rf .testrepository || die "could not remove '.testrepository' under ${EPTYHON}"
91 -
92 - testr init || die "testr init failed under ${EPYTHON}"
93 - testr run || die "testr run failed under ${EPYTHON}"
94 -}
95 -
96 -python_install_all() {
97 - use doc && local HTML_DOCS=( doc/build/html/. )
98 -
99 - distutils-r1_python_install_all
100 -}