Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-resource-classes/
Date: Tue, 11 Feb 2020 19:06:47
Message-Id: 1581447972.513a84fcbede42255371d7ae752c00836aabdd63.prometheanfire@gentoo
1 commit: 513a84fcbede42255371d7ae752c00836aabdd63
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 18:39:58 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 19:06:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513a84fc
7
8 dev-python/os-resource-classes: cleanup
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/os-resource-classes/Manifest | 1 -
14 .../os-resource-classes-0.3.0.ebuild | 29 ----------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/dev-python/os-resource-classes/Manifest b/dev-python/os-resource-classes/Manifest
18 index 993f2c21cb4..68a30fe8a42 100644
19 --- a/dev-python/os-resource-classes/Manifest
20 +++ b/dev-python/os-resource-classes/Manifest
21 @@ -1,2 +1 @@
22 -DIST os-resource-classes-0.3.0.tar.gz 15371 BLAKE2B 93d9f97cc3ea546e56384684da086e284c6d4c575e8232ddb2655a98fc1cc37e6cf454f50890bffccc625342cb7bbc020df8f2a2a262a2888b854425ae2ac6f3 SHA512 6b347fde11dd0d11784a6e80ff148385b33e3f31545d6379693af611cd1d65d5cb54721c7fa599fc49b1f8e6a07ecf85ee33c30d09dc647da07fd4f67f6c5813
23 DIST os-resource-classes-0.5.0.tar.gz 15949 BLAKE2B 7cef19c63a27723fdf0037224205c9df545f24c2ada020d196928707945a7acbca7619a98ca6e9585edb92b1ebb7259ea5c9811ae6d1daf18a90a92ce60661ce SHA512 112548db1daf0c31fe4304cac3834d588e531102620f0e55f648cca81724eddddc05acce4cdf3fd468b38a44dbbecea43152903c1df3a809103a7f1b947b9cd7
24
25 diff --git a/dev-python/os-resource-classes/os-resource-classes-0.3.0.ebuild b/dev-python/os-resource-classes/os-resource-classes-0.3.0.ebuild
26 deleted file mode 100644
27 index 3a7777ee984..00000000000
28 --- a/dev-python/os-resource-classes/os-resource-classes-0.3.0.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -PYTHON_COMPAT=( python3_{6,7} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A list of standardized resource classes for OpenStack."
40 -HOMEPAGE="https://github.com/openstack/os-resource-classes"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86"
46 -IUSE=""
47 -
48 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
49 - !~dev-python/pbr-2.1.0"
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 - ${CDEPEND}"
52 -RDEPEND="
53 - ${CDEPEND}
54 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
55 -
56 -python_prepare_all() {
57 - sed -i '/^hacking/d' test-requirements.txt || die
58 - distutils-r1_python_prepare_all
59 -}