dev-python/python-vitrageclient: treeclean

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

View File

@@ -1 +0,0 @@
DIST python-vitrageclient-4.5.0.tar.gz 51797 BLAKE2B 2feff696952380fd4abe60f2f9aa35d166055aa968e850cac83bea1fa1423127b18b6ff30bc2bc48511a42181123dd539f74ff8c3761367b63b264e2838b7db2 SHA512 06f8a939140632362291e37bca4d6b793ea367957cc5c8316a6a471310c2ee2b525749917b8554e5bcf795d9af61175db3f7cfc84e9a2be406a9ea4deabdd2be

View File

@@ -1,13 +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-vitrageclient</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,43 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A client for the OpenStack Vitrage API"
HOMEPAGE="
https://github.com/openstack/python-vitrageclient
https://opendev.org/openstack/python-vitrageclient
https://launchpad.net/python-vitrageclient
https://pypi.org/project/python-vitrageclient/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]
>=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/keystoneauth-3.4.0[${PYTHON_USEDEP}]
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
>=dev-python/networkx-2.3[${PYTHON_USEDEP}]
>=dev-python/pydot-1.4.1[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
test? (
>=dev-python/subunit-1.2.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.3.0[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.5.0[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest