commit:     6a7f66b086a0e8b6ca2a07313bb6b3ad844f76da
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 10:47:43 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 10:50:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7f66b0

dev-python/oslo-serialization: Remove old

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

 dev-python/oslo-serialization/Manifest             |  1 -
 .../oslo-serialization-5.6.0.ebuild                | 46 ----------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-python/oslo-serialization/Manifest 
b/dev-python/oslo-serialization/Manifest
index c05b3183ebd3..987ef5780b27 100644
--- a/dev-python/oslo-serialization/Manifest
+++ b/dev-python/oslo-serialization/Manifest
@@ -1,2 +1 @@
-DIST oslo.serialization-5.6.0.tar.gz 35308 BLAKE2B 
3344ba3f2e848abba0c9528ee1e31d63c1adcc91476814ab2fb910defc50812c38c95bce8ce4c0b1afd0df81f9bdea4f54832944ecba5d06e1064371e1567b94
 SHA512 
76068799e59218ac3fe243cb931e00636733f71e152898bc57953e6ff849b941be5aae86936931f0ae4107fd183b08f73d4520e8b7e4f5fdc395804ee3fd6499
 DIST oslo_serialization-5.7.0.tar.gz 35067 BLAKE2B 
482ae472ba15cba71638f2a63474f6bf42437bf62e211778be18201ff0adc5e6a59ceec317560766c48868e437d2b16600fcd23499c1a7c7fc817a83238f7887
 SHA512 
d2c3a41b6f10c337db4f3466b4ca5772a8b9b42fbf869d52ce1a5db952a5d89a8474e0c540ea79c3a7dbf475e0012df5944739014d0fdd3823e734abbabf80a8

diff --git a/dev-python/oslo-serialization/oslo-serialization-5.6.0.ebuild 
b/dev-python/oslo-serialization/oslo-serialization-5.6.0.ebuild
deleted file mode 100644
index 2d202085c00c..000000000000
--- a/dev-python/oslo-serialization/oslo-serialization-5.6.0.ebuild
+++ /dev/null
@@ -1,46 +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="Oslo Serialization library"
-HOMEPAGE="
-       https://opendev.org/openstack/oslo.serialization/
-       https://github.com/openstack/oslo.serialization/
-       https://pypi.org/project/oslo.serialization/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-       >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
-       >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-       dev-python/tzdata[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-               >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-               >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx doc/source \
-       dev-python/openstackdocstheme
-
-python_prepare_all() {
-       # remove spurious rdep on pbr
-       sed -i -e '/pbr/d' requirements.txt || die
-       distutils-r1_python_prepare_all
-}

Reply via email to