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/castellan/
Date: Sun, 03 Oct 2021 18:33:24
Message-Id: 1633285920.c4c21cb0eda76a0a469d50d0d1af83b8fe86d841.Alessandro-Barbieri@gentoo
1 commit: c4c21cb0eda76a0a469d50d0d1af83b8fe86d841
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 2 13:04:58 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 3 18:32:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4c21cb0
7
8 dev-python/castellan: new version
9
10 Closes: https://bugs.gentoo.org/799473
11 Closes: https://bugs.gentoo.org/799470
12 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
13
14 dev-python/castellan/Manifest | 2 +-
15 dev-python/castellan/castellan-3.6.0.ebuild | 35 -------------------
16 dev-python/castellan/castellan-3.9.1.ebuild | 52 +++++++++++++++++++++++++++++
17 3 files changed, 53 insertions(+), 36 deletions(-)
18
19 diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
20 index 2bf4ddb57..3cab06c55 100644
21 --- a/dev-python/castellan/Manifest
22 +++ b/dev-python/castellan/Manifest
23 @@ -1 +1 @@
24 -DIST castellan-3.6.0.tar.gz 70924 BLAKE2B bbd9bf5b411332d5454b4c0d69b63c16b751f8e23c01e723a95acbc722f57fb5f1286c20855b9a9a0e36607737e417f9c5b02a1f7ea4e394c210fa812feb6323 SHA512 d2eb7d7e9ecf29f43d16f0d95dbc18165bde7c9087670fde817fc476a58d57cd3765e9706e4108da99159065748b78dc1f25b9a6ae024359ed98ea5a10dfe3c4
25 +DIST castellan-3.9.1.tar.gz 77838 BLAKE2B e8945bc2e0f9fd5407f764d16dd564e00c4c30d5986eea99552bc22121461d14582225888d088c4881967066e2286462f0591506d753acc5177f61f3ad2f9544 SHA512 6cf489307c8bc74922297d51305f37668c1118c3f22607bed455cb37a515709cd161203f024fe289c0a99225957365e0cb39eca0945d135b0a6e03872241d009
26
27 diff --git a/dev-python/castellan/castellan-3.6.0.ebuild b/dev-python/castellan/castellan-3.6.0.ebuild
28 deleted file mode 100644
29 index 382236424..000000000
30 --- a/dev-python/castellan/castellan-3.6.0.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python3_{7,8} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Generic Key Manager interface for OpenStack"
42 -HOMEPAGE="https://pypi.org/project/castellan/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm64 ~x86"
48 -
49 -CDEPEND="
50 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
51 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
52 -"
53 -RDEPEND="
54 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
55 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
56 - >=dev-python/cryptography-2.7[${PYTHON_USEDEP}]
57 - >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
58 - >=dev-python/oslo-config-6.4.0[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
60 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
63 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
64 - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
65 - >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
66 - !~dev-python/requests-2.20.0[${PYTHON_USEDEP}]
67 -"
68
69 diff --git a/dev-python/castellan/castellan-3.9.1.ebuild b/dev-python/castellan/castellan-3.9.1.ebuild
70 new file mode 100644
71 index 000000000..c567d5e3e
72 --- /dev/null
73 +++ b/dev-python/castellan/castellan-3.9.1.ebuild
74 @@ -0,0 +1,52 @@
75 +# Copyright 1999-2021 Gentoo Authors
76 +# Distributed under the terms of the GNU General Public License v2
77 +
78 +EAPI=8
79 +
80 +PYTHON_COMPAT=( python3_8 )
81 +
82 +inherit distutils-r1
83 +
84 +DESCRIPTION="Generic Key Manager interface for OpenStack"
85 +HOMEPAGE="
86 + https://pypi.org/project/castellan
87 + https://opendev.org/openstack/castellan
88 + https://pypi.org/project/castellan
89 + https://launchpad.net/castellan
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-2.0.0[${PYTHON_USEDEP}]
99 + >=dev-python/cryptography-2.7[${PYTHON_USEDEP}]
100 + >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
101 + >=dev-python/oslo-config-6.4.0[${PYTHON_USEDEP}]
102 + >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
103 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
104 + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
105 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
106 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
107 + >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
108 + >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
109 +"
110 +DEPEND="
111 + ${RDEPEND}
112 + test? (
113 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
114 + >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
115 + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
116 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
117 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
118 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
119 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
120 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
121 + >=dev-python/bandit-1.6.0[${PYTHON_USEDEP}]
122 + >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
123 + )
124 +"
125 +
126 +distutils_enable_tests pytest