dev-python/python-mistralclient: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-02-19 10:15:47 +05:00
parent 3a32a7ae36
commit e64c9e697a
3 changed files with 0 additions and 63 deletions

View File

@@ -1 +0,0 @@
DIST python-mistralclient-4.4.0.tar.gz 107831 BLAKE2B 258e74d766fe2a804eeb27f1265206ee37f1db52d9ed54ba733868e97b6b7e6af0261a8c202e1dc4518e3e0a0f040c6b4cfb609c6e16fab9b214e431d6a2a589 SHA512 f28c5b5b237c6fa3851ded112024d70192adbdeeab1e6d5fad9b388ec53d800006ca1c4babaf397946a01bb0d4bedcf35b1fbbbf3a1db0d323303c7ca065228c

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">python-mistralclient</remote-id>
<remote-id type="github">openstack/python-mistralclient</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,48 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EPYTEST_IGNORE=( mistralclient/tests/functional )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A client for the OpenStack Mistral API"
HOMEPAGE="
https://github.com/openstack/python-mistralclient
https://opendev.org/openstack/python-blazarclient
https://pypi.org/project/python-blazarclient/
https://launchpad.net/python-mistralclient/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
>=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
>=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
>=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="
test? (
>=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
>=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
>=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest