commit:     f29765aba98ab1aa0746afbcbd10ea7ada02f43b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 16:49:22 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 16:49:22 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29765ab

dev-python/oslotest: drop 5.0.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/oslotest/Manifest              |  1 -
 dev-python/oslotest/oslotest-5.0.1.ebuild | 35 -------------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/oslotest/Manifest b/dev-python/oslotest/Manifest
index 5f582c656bb7..8c1c2fc7c892 100644
--- a/dev-python/oslotest/Manifest
+++ b/dev-python/oslotest/Manifest
@@ -1,2 +1 @@
-DIST oslotest-5.0.1.tar.gz 37507 BLAKE2B 
5674a209718db844c93447870890ad1cca60423e82f1db82b058a34ee90429cc9397ca1fbfbfa601a826db98fc3df522f36ec35fe4c1839cf66df667ea76e473
 SHA512 
08e11bc945a6e032a4262d566fa7903d0507b286c26257e63863558c32690be78d684942e90130fdabdfcfebca1ec0c3d491de310c7b05ac025cc9572cb5c7cc
 DIST oslotest-6.0.0.tar.gz 32997 BLAKE2B 
5943f211d1a1d6c0f1b9700be935792c7f83a6db4dc7604afe1f4645939d2e113960c2fd258fe46e08e6f7f653f76bcbc5cb1b5c2e9a30524be7a8f81c50063f
 SHA512 
4541f4fd4cb5ed4e903076fbcb58514709bbf3a9400964a8d54a5708ef8015b75023ef1442eb50980b78e0e794c6c4f95ae6cd75e8c8555fe897862f3d77fbdc

diff --git a/dev-python/oslotest/oslotest-5.0.1.ebuild 
b/dev-python/oslotest/oslotest-5.0.1.ebuild
deleted file mode 100644
index 8dee93083a55..000000000000
--- a/dev-python/oslotest/oslotest-5.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Oslo test framework"
-HOMEPAGE="
-       https://opendev.org/openstack/oslotest/
-       https://github.com/openstack/oslotest/
-       https://pypi.org/project/oslotest/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 x86"
-
-RDEPEND="
-       >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-       >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-       sed -i -e '/subunit/d' requirements.txt || die
-       distutils-r1_src_prepare
-}

Reply via email to