From cb322367e70cac8db198eb2bc466d74f7849aa13 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Mon, 21 Jun 2021 12:58:15 +0200 Subject: [PATCH] dev-python/os-service-types: New package Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alarig Le Lay --- dev-python/os-service-types/Manifest | 1 + dev-python/os-service-types/metadata.xml | 15 +++++++++++++ .../os-service-types-1.7.0.ebuild | 21 +++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 dev-python/os-service-types/Manifest create mode 100644 dev-python/os-service-types/metadata.xml create mode 100644 dev-python/os-service-types/os-service-types-1.7.0.ebuild diff --git a/dev-python/os-service-types/Manifest b/dev-python/os-service-types/Manifest new file mode 100644 index 0000000..d3c7dea --- /dev/null +++ b/dev-python/os-service-types/Manifest @@ -0,0 +1 @@ +DIST os-service-types-1.7.0.tar.gz 24474 BLAKE2B 8adf1cf29d61cc37d08e7282d5b07312345a59ed94898da71f13702f51d4f3651b18d34cb51789fbc560a10c5dfeb8d760aca0fe25f630c7c00fbfd0fd4072c1 SHA512 d73f826134ce9d26720e027a352d8a91a8a029ac92bbcf0ace022a041f3c0aaea900a4e50fa00027f699a793b53ecc538bad5ec3bd8e2efbbe8b18540322ee57 diff --git a/dev-python/os-service-types/metadata.xml b/dev-python/os-service-types/metadata.xml new file mode 100644 index 0000000..c80dfa2 --- /dev/null +++ b/dev-python/os-service-types/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + openstack/os-service-types + os-service-types + + diff --git a/dev-python/os-service-types/os-service-types-1.7.0.ebuild b/dev-python/os-service-types/os-service-types-1.7.0.ebuild new file mode 100644 index 0000000..c9c58ad --- /dev/null +++ b/dev-python/os-service-types/os-service-types-1.7.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) + +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 ~arm arm64 x86" +IUSE="" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0" +DEPEND="${CDEPEND}" +RDEPEND="${CDEPEND}"