commit: 1cb2b858f5c7ecb3e68d63fe3537f5a79194e61e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 16:16:10 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 16:22:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb2b858
dev-python/oslo-context: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/oslo-context/Manifest | 1 -
dev-python/oslo-context/oslo-context-5.7.0.ebuild | 38 -----------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest
index 47416a893fee..8a1b7dc97098 100644
--- a/dev-python/oslo-context/Manifest
+++ b/dev-python/oslo-context/Manifest
@@ -1,2 +1 @@
-DIST oslo.context-5.7.0.tar.gz 35115 BLAKE2B
9aac41ab425c9ab92616c4298562630fa0b958e1018fed084168522c758a940e29e4759534189e4b0926e76a2513b8f7aa982c772e956fd3ae5b7f91196d0023
SHA512
798eff2ed174b8d3d46a70592a8692018a5360a1e027a5fac880d35a32bcd7a3dd09a1f8fba104e4716e477049914356e2aa555aa6e9867aa5a377b65f22e3c9
DIST oslo_context-5.7.1.tar.gz 35109 BLAKE2B
fbf7ec1a55e748e771265cb9808791e6c2b1136144c9fd010f531fff60bdb8d841b63888cf92c415ad9e8cb9ca49209ce9c878b368ce0bbcd2859bddc9f0cb47
SHA512
73c3f4208463f5f5b62bdfb7b09dd4dd2d92fbef238ec8e4245acbd5b847745b3b7a1f79c62174c4c23311a8079e731ed5c8cc9b191c3dee4a00806f7e67054a
diff --git a/dev-python/oslo-context/oslo-context-5.7.0.ebuild
b/dev-python/oslo-context/oslo-context-5.7.0.ebuild
deleted file mode 100644
index 936d37d3bcde..000000000000
--- a/dev-python/oslo-context/oslo-context-5.7.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Helpers to maintain useful information about a request context"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.context/
- https://github.com/openstack/oslo.context/
- https://pypi.org/project/oslo.context/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx doc/source \
- dev-python/openstackdocstheme