dev-python/osprofiler: treeclean

Closes: https://bugs.gentoo.org/897510
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-03-26 19:53:00 +05:00
parent 673063e5f6
commit 2333dffcfc
4 changed files with 0 additions and 69 deletions

View File

@@ -1 +0,0 @@
DIST osprofiler-3.4.3.tar.gz 90967 BLAKE2B 1f6a00473797dee20c65000d2100845d3e02f5a4d8e4e3bfb135b684e5c2e0dfdde44e5c48e02d594e8486201181022ef17c70ec8dd42ce26615cc035120f463 SHA512 b34d3d22fa4c6077c50de9976dcd09b099385ba52ef873475f34ecf784b769533d066160afe3bc54cd99af99547bf3065a3bc01bce84e37998724377ccd30b0e

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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">osprofiler</remote-id>
<remote-id type="launchpad">osprofiler</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,53 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EPYTEST_DESELECT=(
osprofiler/tests/functional/test_driver.py::DriverTestCase::test_get_report
osprofiler/tests/functional/test_driver.py::RedisDriverTestCase::test_get_report
osprofiler/tests/functional/test_driver.py::RedisDriverTestCase::test_list_traces
osprofiler/tests/unit/test_opts.py::ConfigTestCase::test_options_defaults
osprofiler/tests/unit/test_profiler.py::ProfilerGlobMethodsTestCase::test_get_profiler_and_init
osprofiler/tests/unit/test_profiler.py::test_fn_exc
)
EPYTEST_IGNORE=( osprofiler/tests/unit/drivers/test_jaeger.py )
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1 pypi
DESCRIPTION="OpenStack Profiler Library"
HOMEPAGE="
https://launchpad.net/osprofiler
https://opendev.org/openstack/osprofiler
https://pypi.org/project/osprofiler/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
>=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
>=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
>=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
>=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
test? (
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
>=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}]
>=dev-python/elasticsearch-py-2.0.0[${PYTHON_USEDEP}]
>=dev-python/redis-2.10.0[${PYTHON_USEDEP}]
>=dev-python/reno-3.1.0[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest

View File

@@ -78,7 +78,6 @@ dev-python/oslo-cache
dev-python/oslo-metrics
dev-python/oslo-middleware
dev-python/oslo-upgradecheck
dev-python/osprofiler
# Julien Roy <julien@jroy.ca> (2023-01-25)
# Requires <dev-python/coverage-7, which is no longer available in ::gentoo.