dev-python/oslo-utils: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-12 07:21:35 +02:00
parent 2ca2226f22
commit 1fcfae1d8b
2 changed files with 0 additions and 66 deletions

View File

@@ -1,2 +1 @@
DIST oslo_utils-10.1.0.tar.gz 159282 BLAKE2B 694ed00521cd98c5b508337d8f2506ac30c4fcf484f97bd42d3bed353f53035b80ea6d8c0787e991faedacd6982202470a3f3b3ed9c632bee94574671dcdcae1 SHA512 08b016b42c82b247b8c5038ddb783c20b9a6b8e84ad4c18b52c02adcb47f8ba43d72ddc6beec84215b2a560ccdd72ab70c183b1c64775d263745859197d0f8ea
DIST oslo_utils-10.1.1.tar.gz 159381 BLAKE2B 0bfe6d4bf8aa3986726cd31068b853bf53d6ebe98fdb78fec3edcb64733fbcfffa1bdd9f76abac0cb89779170e2eb3020b36fa2a555897dcb7f72356e3842399 SHA512 20396749fc5df2761c34944ed87635b9626562853d315b70c280f42fcbec8c99aad700a1e0c50f0e7e4d77173bd035c7ca69e6d67a900298a0d353702bb54aa9

View File

@@ -1,65 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=pbr
PYPI_PN=${PN/-/.}
PYTHON_COMPAT=( python3_{12..14} )
inherit check-reqs distutils-r1 pypi
DESCRIPTION="Oslo Utility library"
HOMEPAGE="
https://opendev.org/openstack/oslo.utils/
https://github.com/openstack/oslo.utils/
https://pypi.org/project/oslo.utils/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
>=dev-python/packaging-20.4[${PYTHON_USEDEP}]
>=dev-python/pbr-6.1.0[${PYTHON_USEDEP}]
>=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
"
# qemu needed for qemu-img
BDEPEND="
test? (
app-cdr/cdrtools
app-emulation/qemu
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
)
"
distutils_enable_tests unittest
# note this only applies to USE=test
CHECKREQS_DISK_BUILD=8G
pkg_pretend() {
use test && check-reqs_pkg_pretend
}
pkg_setup() {
use test && check-reqs_pkg_setup
}
src_prepare() {
distutils-r1_src_prepare
# require eventlet
rm oslo_utils/tests/test_eventletutils.py || die
}