commit:     b04a3557604f3470deea170c100b4e473976b7e3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 14:13:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 14:19:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04a3557

dev-python/oslo-context: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/oslo-context/Manifest                  |  2 --
 dev-python/oslo-context/oslo-context-5.3.0.ebuild | 38 -----------------------
 dev-python/oslo-context/oslo-context-5.4.0.ebuild | 38 -----------------------
 3 files changed, 78 deletions(-)

diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest
index 2dcf22f113cf..fc7816b78973 100644
--- a/dev-python/oslo-context/Manifest
+++ b/dev-python/oslo-context/Manifest
@@ -1,3 +1 @@
-DIST oslo.context-5.3.0.tar.gz 34831 BLAKE2B 
6fcc6667562967cc77f7e6a0e3c1cc97d44690686e58c00eb2cde2593b48272abc1661b173e6bde1fec8d0eff2deb9484042fbac737fa0bd162cd2bc6d0ac7d2
 SHA512 
862039386c44ff55ddcea0d5a6de5caa9441382e2e7750bd60f24a33c4e3963f0788b3c79d86c61a20ff097d4d3a8ee381f9ee81e9b8a5a44356595b26d319e8
-DIST oslo.context-5.4.0.tar.gz 34815 BLAKE2B 
31e204203566dada7867054c228f00b4b8c44b52320a6eebef179dfa58d7376fcae5f7b61719c513a07bc76ba9f2911f0ff6251d6358992e41c336923da7ab14
 SHA512 
87b8c0e03fe1863ee09b7ca8e4b40f04c14348fada5249b1800ebb4201bc0ed903b0099424397ba19474ffb7b231343c3756b4ed74998468a7523bab24280e52
 DIST oslo.context-5.5.0.tar.gz 34832 BLAKE2B 
5131efed421d925ae311a31dba9b39cb881195493524e1ca9562aaef4b7bd81700cc23f004c04797dea59d136d274aca71e0d0a9377e133edfe0f51f0fca2341
 SHA512 
89b6aff1f0b01b64e3c7aa4e03e3a633a4b722514ac23d9b261449fd0cf0950077d801bbeae8c8542634c7336577dfbcad81bec8fad5e00a8c34d3a32412cb8c

diff --git a/dev-python/oslo-context/oslo-context-5.3.0.ebuild 
b/dev-python/oslo-context/oslo-context-5.3.0.ebuild
deleted file mode 100644
index db454ce1d571..000000000000
--- a/dev-python/oslo-context/oslo-context-5.3.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 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..12} )
-
-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

diff --git a/dev-python/oslo-context/oslo-context-5.4.0.ebuild 
b/dev-python/oslo-context/oslo-context-5.4.0.ebuild
deleted file mode 100644
index a67ee6deeadd..000000000000
--- a/dev-python/oslo-context/oslo-context-5.4.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..12} )
-
-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

Reply via email to