Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-serialization/
Date: Wed, 17 Aug 2022 19:34:32
Message-Id: 1660764708.1b2e0ec56a4b31d8d41e6ed13f81bc73c48af317.arthurzam@gentoo
1 commit: 1b2e0ec56a4b31d8d41e6ed13f81bc73c48af317
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 19:31:48 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 19:31:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2e0ec5
7
8 dev-python/oslo-serialization: drop 4.3.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/oslo-serialization/Manifest | 1 -
13 .../oslo-serialization-4.3.0.ebuild | 43 ----------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/dev-python/oslo-serialization/Manifest b/dev-python/oslo-serialization/Manifest
17 index 963fbbddfdae..327a3cf39668 100644
18 --- a/dev-python/oslo-serialization/Manifest
19 +++ b/dev-python/oslo-serialization/Manifest
20 @@ -1,2 +1 @@
21 -DIST oslo.serialization-4.3.0.tar.gz 34114 BLAKE2B a123cdf8a52be65e5c8ce8073bd04db7013f88aae20ebbb8d32a8a4e30588d5e5c11ba8c60087264b0b55e98962172ecfa1030f48c223d52b6dbe814c69c9014 SHA512 78c8d08365755c2bd10fce1fbee403e3c8301bfe0f3b7dd9dccbd5aeb3e010cc00c7b295c3b33b472b50911f332aa3d40d761e49ca0252e522e9cd11017b807f
22 DIST oslo.serialization-5.0.0.tar.gz 34194 BLAKE2B abaddf813ae35bd4434c96432590ca50cabeb6d31f03a2c48eb30aba9350b74d326deb463c56e38650a1df53646043a4ee28dcba09718725f7737cd96bf0e6e1 SHA512 0e2cf4efbf9803912fa5114c76da8645db0e946d6a8c4ae2c5e2ba4f5922d956e36e25f89f0dc1d384dedefca38e6c3b0e64df7098e49d1a9d8b5f8296dacc59
23
24 diff --git a/dev-python/oslo-serialization/oslo-serialization-4.3.0.ebuild b/dev-python/oslo-serialization/oslo-serialization-4.3.0.ebuild
25 deleted file mode 100644
26 index 68125caae558..000000000000
27 --- a/dev-python/oslo-serialization/oslo-serialization-4.3.0.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 -inherit distutils-r1
39 -
40 -MY_P=${P/-/.}
41 -DESCRIPTION="Oslo Serialization library"
42 -HOMEPAGE="https://launchpad.net/oslo"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
44 -S="${WORKDIR}/${MY_P}"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm arm64 ~riscv x86"
49 -
50 -RDEPEND="
51 - >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
52 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
53 - >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
54 -"
55 -BDEPEND="
56 - >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
57 - test? (
58 - >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
59 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
60 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
61 - )
62 -"
63 -
64 -distutils_enable_tests unittest
65 -distutils_enable_sphinx doc/source \
66 - dev-python/openstackdocstheme
67 -
68 -python_prepare_all() {
69 - # remove spurious rdep on pbr
70 - sed -i -e '/pbr/d' requirements.txt || die
71 - distutils-r1_python_prepare_all
72 -}