mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-python/oslo-metrics: treeclean
Closes: https://bugs.gentoo.org/815616 Closes: https://bugs.gentoo.org/897490 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
DIST oslo.metrics-0.3.0.tar.gz 18637 BLAKE2B b2a0c1a70ee5fa4b0652f77856407c5809eb7368e33bca6de65bdac69162055a586cde9c82b30f02e58f51efc6e1251a652c640a06fff034e9cdc5220962ce7d SHA512 f30370d2837ceca015b32d66dafb71d11bf1bfb01d47afa09bdf2e57d0fd65011e30b5e2de68c0f635d5710068b23944f4112f5a22260ed6350aaa7e3c64c4d7
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>lssndrbarbieri@gmail.com</email>
|
|
||||||
<name>Alessandro Barbieri</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="pypi">oslo.metrics</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..10} )
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="OpenStack library for collecting metrics from Oslo libraries"
|
|
||||||
HOMEPAGE="
|
|
||||||
https://pypi.org/project/oslo.metrics/
|
|
||||||
https://opendev.org/openstack/oslo.metrics
|
|
||||||
https://launchpad.net/oslo.metrics
|
|
||||||
"
|
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/oslo.metrics/oslo.metrics-${PV}.tar.gz"
|
|
||||||
S="${WORKDIR}/oslo.metrics-${PV}"
|
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
>=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/oslo-utils-3.41.0[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/oslo-log-3.44.0[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/oslo-config-6.9.0[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/prometheus_client-0.6.0[${PYTHON_USEDEP}]
|
|
||||||
"
|
|
||||||
DEPEND="
|
|
||||||
${RDEPEND}
|
|
||||||
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
|
|
||||||
test? (
|
|
||||||
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
||||||
@@ -75,7 +75,6 @@ dev-python/monotonic
|
|||||||
dev-python/ncclient
|
dev-python/ncclient
|
||||||
dev-python/os-testr
|
dev-python/os-testr
|
||||||
dev-python/oslo-cache
|
dev-python/oslo-cache
|
||||||
dev-python/oslo-metrics
|
|
||||||
|
|
||||||
# Julien Roy <julien@jroy.ca> (2023-01-25)
|
# Julien Roy <julien@jroy.ca> (2023-01-25)
|
||||||
# Requires <dev-python/coverage-7, which is no longer available in ::gentoo.
|
# Requires <dev-python/coverage-7, which is no longer available in ::gentoo.
|
||||||
|
|||||||
Reference in New Issue
Block a user