diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 12:41:08 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 13:06:13 -0600 |
commit | f7716893f34c494ea77f9382335ab6e555b5b510 (patch) | |
tree | 5c68da42dab6605e8dc0a30ae427db7126b5fea9 /dev-python/os-service-types | |
parent | dev-python/os-resource-classes: cleanup (diff) | |
download | gentoo-f7716893f34c494ea77f9382335ab6e555b5b510.tar.gz gentoo-f7716893f34c494ea77f9382335ab6e555b5b510.tar.bz2 gentoo-f7716893f34c494ea77f9382335ab6e555b5b510.zip |
dev-python/os-service-types: cleanup
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/os-service-types')
-rw-r--r-- | dev-python/os-service-types/Manifest | 2 | ||||
-rw-r--r-- | dev-python/os-service-types/os-service-types-1.3.0.ebuild | 21 | ||||
-rw-r--r-- | dev-python/os-service-types/os-service-types-1.6.0.ebuild | 21 |
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/os-service-types/Manifest b/dev-python/os-service-types/Manifest index 46587c8cfff7..d3c7deaeb5e2 100644 --- a/dev-python/os-service-types/Manifest +++ b/dev-python/os-service-types/Manifest @@ -1,3 +1 @@ -DIST os-service-types-1.3.0.tar.gz 22961 BLAKE2B 6ad32594c7fd86f61b0e9018901da740c6ce7d30ba10610cb3fac1900cb8188084ed754a36b608dc076582f438a8cdff0f655cef2ee406de4186c12b5b454f1c SHA512 6a90cd4744902dc314ae2af09411947270a06db548016a0d8e424e6dd44520b20a24e061425e7dcebe4c62fad4c0bab4636e9537644d87f66e652ae02025afe1 -DIST os-service-types-1.6.0.tar.gz 23412 BLAKE2B 9e475b3905c81b2c480c98b17fb804766312d32573c8d84d27aec66cca60b0b4b6065a12b73c6546f60a266e1cdd3f9499c409c031580a323ee7bd87472cbcd1 SHA512 5269f54568304e038510542c5c29aefedb00449807a424426a03d450db6822b3c7d850da50b6804a9ee435298c0e56da31a031cdd09fc758780655f92de28662 DIST os-service-types-1.7.0.tar.gz 24474 BLAKE2B 8adf1cf29d61cc37d08e7282d5b07312345a59ed94898da71f13702f51d4f3651b18d34cb51789fbc560a10c5dfeb8d760aca0fe25f630c7c00fbfd0fd4072c1 SHA512 d73f826134ce9d26720e027a352d8a91a8a029ac92bbcf0ace022a041f3c0aaea900a4e50fa00027f699a793b53ecc538bad5ec3bd8e2efbbe8b18540322ee57 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 deleted file mode 100644 index 4f5517811696..000000000000 --- a/dev-python/os-service-types/os-service-types-1.3.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 - -DESCRIPTION="A library to handle official service types for OpenStack and it's aliases." -HOMEPAGE="https://github.com/openstack/os-service-types" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0" -DEPEND="${CDEPEND}" -RDEPEND="${CDEPEND}" 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 deleted file mode 100644 index d82a40b4fefc..000000000000 --- a/dev-python/os-service-types/os-service-types-1.6.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="A library to handle official service types for OpenStack and it's aliases." -HOMEPAGE="https://github.com/openstack/os-service-types" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0" -DEPEND="${CDEPEND}" -RDEPEND="${CDEPEND}" |