commit:     80359eec976ffe434bbf480e8c36dc19041391d8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 16:51:11 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 16:51:11 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80359eec

dev-python/os-service-types: drop 1.8.0, 1.8.1

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

 dev-python/os-service-types/Manifest               |  2 --
 .../os-service-types/os-service-types-1.8.0.ebuild | 35 ---------------------
 .../os-service-types/os-service-types-1.8.1.ebuild | 36 ----------------------
 3 files changed, 73 deletions(-)

diff --git a/dev-python/os-service-types/Manifest 
b/dev-python/os-service-types/Manifest
index 87bc0e026b26..b1e9dcb40643 100644
--- a/dev-python/os-service-types/Manifest
+++ b/dev-python/os-service-types/Manifest
@@ -1,3 +1 @@
-DIST os_service_types-1.8.0.tar.gz 27279 BLAKE2B 
5a310fdcedaed7ef91526b12497fd2ffbaf544b563ef1d775dcb1fde52feb3aa7d6112b3ae1ce91b7a5db2bd4768a016b33a5f49ec713c95cdac77f1d68eb006
 SHA512 
b25512268c8f66e555acedf8481830163aec63d06c8438ecee1b5ab1ed18136406c74fb1e6661791959d5cb21ef278603b5f49a2d89dddd73c76c445206bd6f2
-DIST os_service_types-1.8.1.tar.gz 27348 BLAKE2B 
7efa63dd92f5aa7830a9b823f0c14c6e264658b60905d76d8daa3e3b86f21b83927ed96c591350202b7f2d9628fceb52099e6fc1fc70ae2de534de4ebde5b111
 SHA512 
bca76791c32f54acc81b4aa478850313ff3cdef02ad349b62810f1fdfed18dc9097657a4f9069c9fc97529e819dcf2c8d526fde05801fda7beb919a04f553f62
 DIST os_service_types-1.8.2.tar.gz 27476 BLAKE2B 
17084545aa6183822a81a5dfb1bf543dc0457dabb66c54c14038a13e834a7d018eda16833828e16de15cb4daaf4d700979fad6d7a10871effa1ea52ec8ee7e7b
 SHA512 
a7e62855848496b31c784b2e8cb025c4ae4ea4cb47ed55f4ab1a05d5c654e93975ad2334ee8e1a9c12683ebbb224319aa10fd4bb6be0f709e7753e9fa322ef7c

diff --git a/dev-python/os-service-types/os-service-types-1.8.0.ebuild 
b/dev-python/os-service-types/os-service-types-1.8.0.ebuild
deleted file mode 100644
index 0b9cc43f5fab..000000000000
--- a/dev-python/os-service-types/os-service-types-1.8.0.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=pbr
-PYTHON_COMPAT=( python3_{12..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A library to handle official service types for OpenStack and it's 
aliases"
-HOMEPAGE="
-       https://opendev.org/openstack/os-service-types/
-       https://github.com/openstack/os-service-types/
-       https://pypi.org/project/os-service-types/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-       >=dev-python/pbr-6.1.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       ${RDEPEND}
-       test? (
-               >=dev-python/keystoneauth1-3.4.0[${PYTHON_USEDEP}]
-               >=dev-python/oslotest-3.8.0[${PYTHON_USEDEP}]
-               >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-               >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/os-service-types/os-service-types-1.8.1.ebuild 
b/dev-python/os-service-types/os-service-types-1.8.1.ebuild
deleted file mode 100644
index e89b03a609ee..000000000000
--- a/dev-python/os-service-types/os-service-types-1.8.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pbr
-PYTHON_COMPAT=( python3_{12..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A library to handle official service types for OpenStack and it's 
aliases"
-HOMEPAGE="
-       https://opendev.org/openstack/os-service-types/
-       https://github.com/openstack/os-service-types/
-       https://pypi.org/project/os-service-types/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-       >=dev-python/pbr-6.1.1[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       ${RDEPEND}
-       test? (
-               >=dev-python/keystoneauth1-3.4.0[${PYTHON_USEDEP}]
-               >=dev-python/oslotest-3.8.0[${PYTHON_USEDEP}]
-               >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-               >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests unittest

Reply via email to