commit:     1b672816282ac64c752fa60164650dbf3de94278
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 04:50:48 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 05:14:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b672816

dev-python/keystoneauth: Bump to 5.1.0

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

 dev-python/keystoneauth/Manifest                  |  1 +
 dev-python/keystoneauth/keystoneauth-5.1.0.ebuild | 64 +++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 45392fa4efa6..b0f5bb01987a 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1 +1,2 @@
 DIST keystoneauth1-5.0.0.tar.gz 267142 BLAKE2B 
9c595151287c0f5eff2faa3618e97c1a540e7a2ae4bbf6b76b7ebb5b3a7d0b1443843d7ead98d1997d68ef5def7745b2eb728ff4cde7842a35d46e69b3ea15d7
 SHA512 
41844b669d8f355525f444b7c837aa6ad6e7efc3e7ce727b6bc6ff441d6b6b49fe8dc2d601d8135ac872484e827cec75c72b613d001f5312e077016d424dcbfa
+DIST keystoneauth1-5.1.0.tar.gz 269600 BLAKE2B 
5ea3885f34fe96f9a07f7bb5cbcadb1382ae5b06ae7afb627ad6b25b8b6d17ba5448f78cdcf1d89dd799d062950a8b66a1f58c5779fee7615db97557eb4ee9fa
 SHA512 
1bb17818524256cf1a6a73d9bdd933451dae34f89be0fc6fb6a88f2207ce6b068e086b463abb904b0c9c20a9450b208321026c980e7af2cbbddc5bd75ee20d5b

diff --git a/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild
new file mode 100644
index 000000000000..3e138373bcfc
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild
@@ -0,0 +1,64 @@
+# 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..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud"
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+HOMEPAGE="
+       https://opendev.org/openstack/keystoneauth/
+       https://github.com/openstack/keystoneauth/
+       https://pypi.org/project/keystoneauth1/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+       >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+       >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+       >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+       >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+       >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+       >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+       test? (
+               >=dev-python/betamax-0.7.0[${PYTHON_USEDEP}]
+               >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+               >=dev-python/lxml-4.2.0[${PYTHON_USEDEP}]
+               >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
+               >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+               >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+               >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+               >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+               >=dev-python/requests-kerberos-0.8.0[${PYTHON_USEDEP}]
+               >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+               >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+               >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+       # relies on specific test runner name
+       sed -i -e 's:run\.py:unittest_or_fail.py:' \
+               keystoneauth1/tests/unit/test_session.py || die
+       # remove the test that requires hacking
+       rm keystoneauth1/tests/unit/test_hacking_checks.py || die
+       distutils-r1_src_prepare
+}
+
+python_test() {
+       eunittest -b
+}

Reply via email to