Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tooz/
Date: Sat, 06 Nov 2021 11:16:56
Message-Id: 1636197409.823e2b4b2e17f3797f10fdae900579eb5f7e06c4.Alessandro-Barbieri@gentoo
1 commit: 823e2b4b2e17f3797f10fdae900579eb5f7e06c4
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 6 11:16:32 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Nov 6 11:16:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=823e2b4b
7
8 dev-python/tooz: new version
9
10 Closes: https://bugs.gentoo.org/800590
11 Closes: https://bugs.gentoo.org/800593
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
14
15 dev-python/tooz/Manifest | 2 +-
16 dev-python/tooz/tooz-2.7.1.ebuild | 35 ---------------------------
17 dev-python/tooz/tooz-2.9.0.ebuild | 51 +++++++++++++++++++++++++++++++++++++++
18 3 files changed, 52 insertions(+), 36 deletions(-)
19
20 diff --git a/dev-python/tooz/Manifest b/dev-python/tooz/Manifest
21 index 6908457c7..89858e52a 100644
22 --- a/dev-python/tooz/Manifest
23 +++ b/dev-python/tooz/Manifest
24 @@ -1 +1 @@
25 -DIST tooz-2.7.1.tar.gz 94084 BLAKE2B f2c49af8ba98144c61c9658d7737d737f0892bff92abe8830da6c0b7bd06905519f9a5c0e89c5d511705bc8ccbf764ad2bbb3bb12f175077ac0fd6896e0b4b23 SHA512 a2c4827daac059e1bf92789226f48c40a328db855b1455b06e9f8949f8e0ea685e6d0ca3fd7ff5b5b309f2f395e7d8e42c2585a68e2c0f3fd9149f0efc829c34
26 +DIST tooz-2.9.0.tar.gz 95365 BLAKE2B 378634d6ed99d370426ad5d9812f47e02bf99c9325270ff7193d6e7dd647fc49719111f652cda482693865fade140940f6c85b01cf447b714ccdb612c21963a4 SHA512 56d4d74dc9decee1944b1f5fcc482e3243da5dacdbfaddc33eb408c1362705519a64db8289350ecfca2565c0aa184f9b20a0bdd50da5605c4f8b2dee50e94210
27
28 diff --git a/dev-python/tooz/tooz-2.7.1.ebuild b/dev-python/tooz/tooz-2.7.1.ebuild
29 deleted file mode 100644
30 index e19878208..000000000
31 --- a/dev-python/tooz/tooz-2.7.1.ebuild
32 +++ /dev/null
33 @@ -1,35 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -PYTHON_COMPAT=( python3_8 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Library centralizing the most common distributed primitives"
43 -HOMEPAGE="http://docs.openstack.org/developer/tooz/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm64 ~x86"
49 -IUSE=""
50 -
51 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
53 - ${CDEPEND}"
54 -RDEPEND="${CDEPEND}
55 - >=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}]
56 - >=dev-python/voluptuous-0.8.9[${PYTHON_USEDEP}]
57 - >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
58 - >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
59 - >=dev-python/tenacity-3.2.1[${PYTHON_USEDEP}]
60 - >=dev-python/futurist-1.2.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-utils-3.15.0[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]"
63 -
64 -python_prepare_all() {
65 - # allow useage of renamed msgpack
66 - sed -i '/^msgpack/d' requirements.txt || die
67 - distutils-r1_python_prepare_all
68 -}
69
70 diff --git a/dev-python/tooz/tooz-2.9.0.ebuild b/dev-python/tooz/tooz-2.9.0.ebuild
71 new file mode 100644
72 index 000000000..a09afb14c
73 --- /dev/null
74 +++ b/dev-python/tooz/tooz-2.9.0.ebuild
75 @@ -0,0 +1,51 @@
76 +# Copyright 1999-2021 Gentoo Authors
77 +# Distributed under the terms of the GNU General Public License v2
78 +
79 +EAPI=8
80 +
81 +PYTHON_COMPAT=( python3_8 )
82 +
83 +inherit distutils-r1
84 +
85 +DESCRIPTION="Library centralizing the most common distributed primitives"
86 +HOMEPAGE="
87 + https://opendev.org/openstack/tooz
88 + https://pypi.org/project/tooz
89 + https://launchpad.net/python-tooz
90 +"
91 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
92 +
93 +LICENSE="Apache-2.0"
94 +SLOT="0"
95 +KEYWORDS="~amd64"
96 +
97 +RDEPEND="
98 + >=dev-python/pbr-1.6.1[${PYTHON_USEDEP}]
99 + >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]
100 + >=dev-python/voluptuous-0.8.9[${PYTHON_USEDEP}]
101 + >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
102 + >=dev-python/fasteners-0.7[${PYTHON_USEDEP}]
103 + >=dev-python/tenacity-3.2.1[${PYTHON_USEDEP}]
104 + >=dev-python/futurist-1.2.0[${PYTHON_USEDEP}]
105 + >=dev-python/oslo-utils-4.7.0[${PYTHON_USEDEP}]
106 + >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
107 +"
108 +DEPEND="${RDEPEND}"
109 +BDEPEND="
110 + test? (
111 + >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
112 + >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
113 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
114 + >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
115 + >=dev-python/ddt-1.2.1[${PYTHON_USEDEP}]
116 + >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
117 + )
118 +"
119 +
120 +distutils_enable_tests nose
121 +
122 +python_prepare_all() {
123 + # allow useage of renamed msgpack
124 + sed -i '/^msgpack/d' requirements.txt || die
125 + distutils-r1_python_prepare_all
126 +}