commit:     1b2e0ec56a4b31d8d41e6ed13f81bc73c48af317
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 19:31:48 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 19:31:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2e0ec5

dev-python/oslo-serialization: drop 4.3.0

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

 dev-python/oslo-serialization/Manifest             |  1 -
 .../oslo-serialization-4.3.0.ebuild                | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-python/oslo-serialization/Manifest 
b/dev-python/oslo-serialization/Manifest
index 963fbbddfdae..327a3cf39668 100644
--- a/dev-python/oslo-serialization/Manifest
+++ b/dev-python/oslo-serialization/Manifest
@@ -1,2 +1 @@
-DIST oslo.serialization-4.3.0.tar.gz 34114 BLAKE2B 
a123cdf8a52be65e5c8ce8073bd04db7013f88aae20ebbb8d32a8a4e30588d5e5c11ba8c60087264b0b55e98962172ecfa1030f48c223d52b6dbe814c69c9014
 SHA512 
78c8d08365755c2bd10fce1fbee403e3c8301bfe0f3b7dd9dccbd5aeb3e010cc00c7b295c3b33b472b50911f332aa3d40d761e49ca0252e522e9cd11017b807f
 DIST oslo.serialization-5.0.0.tar.gz 34194 BLAKE2B 
abaddf813ae35bd4434c96432590ca50cabeb6d31f03a2c48eb30aba9350b74d326deb463c56e38650a1df53646043a4ee28dcba09718725f7737cd96bf0e6e1
 SHA512 
0e2cf4efbf9803912fa5114c76da8645db0e946d6a8c4ae2c5e2ba4f5922d956e36e25f89f0dc1d384dedefca38e6c3b0e64df7098e49d1a9d8b5f8296dacc59

diff --git a/dev-python/oslo-serialization/oslo-serialization-4.3.0.ebuild 
b/dev-python/oslo-serialization/oslo-serialization-4.3.0.ebuild
deleted file mode 100644
index 68125caae558..000000000000
--- a/dev-python/oslo-serialization/oslo-serialization-4.3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Serialization library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-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/pytz-2013.6[${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