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-service-types/
Date: Tue, 11 Feb 2020 19:06:48
Message-Id: 1581447973.f7716893f34c494ea77f9382335ab6e555b5b510.prometheanfire@gentoo
1 commit: f7716893f34c494ea77f9382335ab6e555b5b510
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 18:41:08 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 19:06:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7716893
7
8 dev-python/os-service-types: 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-service-types/Manifest | 2 --
14 .../os-service-types/os-service-types-1.3.0.ebuild | 21 ---------------------
15 .../os-service-types/os-service-types-1.6.0.ebuild | 21 ---------------------
16 3 files changed, 44 deletions(-)
17
18 diff --git a/dev-python/os-service-types/Manifest b/dev-python/os-service-types/Manifest
19 index 46587c8cfff..d3c7deaeb5e 100644
20 --- a/dev-python/os-service-types/Manifest
21 +++ b/dev-python/os-service-types/Manifest
22 @@ -1,3 +1 @@
23 -DIST os-service-types-1.3.0.tar.gz 22961 BLAKE2B 6ad32594c7fd86f61b0e9018901da740c6ce7d30ba10610cb3fac1900cb8188084ed754a36b608dc076582f438a8cdff0f655cef2ee406de4186c12b5b454f1c SHA512 6a90cd4744902dc314ae2af09411947270a06db548016a0d8e424e6dd44520b20a24e061425e7dcebe4c62fad4c0bab4636e9537644d87f66e652ae02025afe1
24 -DIST os-service-types-1.6.0.tar.gz 23412 BLAKE2B 9e475b3905c81b2c480c98b17fb804766312d32573c8d84d27aec66cca60b0b4b6065a12b73c6546f60a266e1cdd3f9499c409c031580a323ee7bd87472cbcd1 SHA512 5269f54568304e038510542c5c29aefedb00449807a424426a03d450db6822b3c7d850da50b6804a9ee435298c0e56da31a031cdd09fc758780655f92de28662
25 DIST os-service-types-1.7.0.tar.gz 24474 BLAKE2B 8adf1cf29d61cc37d08e7282d5b07312345a59ed94898da71f13702f51d4f3651b18d34cb51789fbc560a10c5dfeb8d760aca0fe25f630c7c00fbfd0fd4072c1 SHA512 d73f826134ce9d26720e027a352d8a91a8a029ac92bbcf0ace022a041f3c0aaea900a4e50fa00027f699a793b53ecc538bad5ec3bd8e2efbbe8b18540322ee57
26
27 diff --git a/dev-python/os-service-types/os-service-types-1.3.0.ebuild b/dev-python/os-service-types/os-service-types-1.3.0.ebuild
28 deleted file mode 100644
29 index 4f551781169..00000000000
30 --- a/dev-python/os-service-types/os-service-types-1.3.0.ebuild
31 +++ /dev/null
32 @@ -1,21 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python3_{6,7} )
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A library to handle official service types for OpenStack and it's aliases."
42 -HOMEPAGE="https://github.com/openstack/os-service-types"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm64 x86"
48 -IUSE=""
49 -
50 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
51 - !~dev-python/pbr-2.1.0"
52 -DEPEND="${CDEPEND}"
53 -RDEPEND="${CDEPEND}"
54
55 diff --git a/dev-python/os-service-types/os-service-types-1.6.0.ebuild b/dev-python/os-service-types/os-service-types-1.6.0.ebuild
56 deleted file mode 100644
57 index d82a40b4fef..00000000000
58 --- a/dev-python/os-service-types/os-service-types-1.6.0.ebuild
59 +++ /dev/null
60 @@ -1,21 +0,0 @@
61 -# Copyright 1999-2020 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=7
65 -PYTHON_COMPAT=( python3_{6,7} )
66 -
67 -inherit distutils-r1
68 -
69 -DESCRIPTION="A library to handle official service types for OpenStack and it's aliases."
70 -HOMEPAGE="https://github.com/openstack/os-service-types"
71 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
72 -
73 -LICENSE="Apache-2.0"
74 -SLOT="0"
75 -KEYWORDS="amd64 ~arm64 x86"
76 -IUSE=""
77 -
78 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
79 - !~dev-python/pbr-2.1.0"
80 -DEPEND="${CDEPEND}"
81 -RDEPEND="${CDEPEND}"