From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-keystoneclient/
Date: Sat, 18 Jul 2020 22:30:59 +0000 (UTC) [thread overview]
Message-ID: <1595111443.c2e81412c94cd396ec500aa2494178674b29d954.prometheanfire@gentoo> (raw)
commit: c2e81412c94cd396ec500aa2494178674b29d954
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 22:15:00 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 22:30:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e81412
dev-python/python-keystoneclient: 4.0.0 stable amd64/x86
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/python-keystoneclient/Manifest | 1 -
dev-python/python-keystoneclient/metadata.xml | 3 --
.../python-keystoneclient-3.21.0.ebuild | 43 ----------------------
.../python-keystoneclient-4.0.0.ebuild | 2 +-
4 files changed, 1 insertion(+), 48 deletions(-)
diff --git a/dev-python/python-keystoneclient/Manifest b/dev-python/python-keystoneclient/Manifest
index 8f79c605e4d..0dd8e7f5f02 100644
--- a/dev-python/python-keystoneclient/Manifest
+++ b/dev-python/python-keystoneclient/Manifest
@@ -1,2 +1 @@
-DIST python-keystoneclient-3.21.0.tar.gz 318108 BLAKE2B 3708b8f464fea1d09edbf7d887bb0a73cb096319c38604381fb60ec33cdb41896a145a5896ff3cc094f055bd30a47e04e30c1238d278edea57e89da8757047f9 SHA512 d705a6183be9cbfb0743da7ef535620e92ea0b4161d87b6c21ef1298ae5cd9e95e280163f286c60565154d22a2374bf5cd3d51f6274e212499e58569dc3a0f55
DIST python-keystoneclient-4.0.0.tar.gz 313891 BLAKE2B 886f354ea29b4bb8886bde1c337e619403f81ee608079777f1e96bf55e936fb7bef48194d721b14857043e1c878f2f2c925483dc0641bb5c25afd6af1536fce9 SHA512 6c094327b4c8bcb32c42463a3abe412230c514c59a5b45387da99689385780f530669979b6aa06ee03450a1386ff089bfc69c24c625e56ed46ab093e6f58153f
diff --git a/dev-python/python-keystoneclient/metadata.xml b/dev-python/python-keystoneclient/metadata.xml
index a1e7baa5fad..78397ff1236 100644
--- a/dev-python/python-keystoneclient/metadata.xml
+++ b/dev-python/python-keystoneclient/metadata.xml
@@ -9,9 +9,6 @@
<email>openstack@gentoo.org</email>
<name>Openstack</name>
</maintainer>
- <longdescription lang="en">
- A client for the OpenStack Keystone API.
- </longdescription>
<upstream>
<remote-id type="pypi">python-keystoneclient</remote-id>
</upstream>
diff --git a/dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild
deleted file mode 100644
index c9534e0be00..00000000000
--- a/dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Client Library for OpenStack Identity"
-HOMEPAGE="https://www.openstack.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-RESTRICT="test"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
- !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.33.0[${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}]
-"
-#PATCHES=(
-#)
-
-python_prepare_all() {
- sed -i '/^hacking/d' test-requirements.txt || die
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild
index 623d0b7f54c..c9534e0be00 100644
--- a/dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild
+++ b/dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
IUSE=""
RESTRICT="test"
next reply other threads:[~2020-07-18 22:31 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-18 22:30 Matthew Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-15 12:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-keystoneclient/ Michał Górny
2025-03-15 12:16 Arthur Zamarin
2025-02-28 18:52 Michał Górny
2024-09-14 12:39 Michał Górny
2024-09-14 12:31 Arthur Zamarin
2024-08-28 3:43 Michał Górny
2024-07-08 13:26 Michał Górny
2024-06-18 8:38 Michał Górny
2024-03-16 12:08 Michał Górny
2024-03-16 11:21 Arthur Zamarin
2024-03-01 18:33 Michał Górny
2024-01-29 10:25 Michał Górny
2024-01-29 8:19 Sam James
2024-01-13 8:20 Michał Górny
2023-11-24 15:33 Michał Górny
2023-11-08 12:53 Michał Górny
2023-10-18 15:50 Michał Górny
2023-10-18 9:02 Sam James
2023-09-15 3:36 Michał Górny
2023-03-28 4:26 Michał Górny
2023-03-27 19:31 Sam James
2023-02-25 6:06 Michał Górny
2022-11-12 11:59 Arthur Zamarin
2022-10-03 6:56 Michał Górny
2022-10-03 0:44 Sam James
2022-09-02 15:32 Arthur Zamarin
2022-08-18 10:17 Michał Górny
2022-08-18 7:01 Agostino Sarubbo
2022-07-15 18:30 Arthur Zamarin
2022-06-29 3:56 Michał Górny
2022-06-29 0:11 Sam James
2022-06-05 5:46 Michał Górny
2022-05-28 21:12 Jakov Smolić
2022-05-21 6:47 Michał Górny
2022-04-01 18:48 Michał Górny
2022-04-01 17:48 Arthur Zamarin
2022-04-01 17:48 Arthur Zamarin
2022-02-24 18:18 Michał Górny
2022-02-13 9:39 Michał Górny
2022-02-13 8:41 Jakov Smolić
2022-01-07 16:49 Arthur Zamarin
2021-11-19 6:18 Arthur Zamarin
2021-10-31 17:58 Sam James
2021-10-31 17:55 Sam James
2021-10-04 22:58 Sam James
2021-09-30 17:59 Arthur Zamarin
2021-01-24 0:07 Sam James
2020-11-19 11:30 Michał Górny
2020-11-19 11:20 Agostino Sarubbo
2020-11-14 22:28 Michał Górny
2020-10-11 1:29 Matthew Thode
2020-06-20 19:23 Matthew Thode
2020-02-11 19:06 Matthew Thode
2019-10-15 2:21 Matthew Thode
2019-05-11 18:17 Matthew Thode
2019-05-08 4:22 Matthew Thode
2019-04-09 7:06 Matthew Thode
2018-09-28 20:33 Matt Thode
2018-09-05 21:33 Matt Thode
2018-03-31 0:59 Matt Thode
2018-02-16 6:08 Matt Thode
2017-08-28 0:47 Matt Thode
2017-04-16 18:51 Matt Thode
2017-03-16 15:52 Matt Thode
2017-03-13 1:30 Zac Medico
2017-02-27 2:16 Matt Thode
2016-04-09 14:17 Agostino Sarubbo
2016-04-09 14:14 Agostino Sarubbo
2016-03-28 2:54 Matt Thode
2016-03-28 2:52 Matt Thode
2016-03-27 2:21 Matt Thode
2016-03-03 15:27 Matt Thode
2016-02-28 6:07 Matt Thode
2016-02-15 1:31 Matt Thode
2016-02-09 9:33 Justin Lecher
2016-01-12 22:40 Matt Thode
2015-11-10 8:24 Agostino Sarubbo
2015-11-10 8:19 Agostino Sarubbo
2015-10-09 6:31 Michał Górny
2015-10-08 21:45 Matt Thode
2015-10-07 4:22 Matt Thode
2015-09-12 5:56 Matt Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1595111443.c2e81412c94cd396ec500aa2494178674b29d954.prometheanfire@gentoo \
--to=prometheanfire@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox