public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-cinderclient/
Date: Sun, 19 Dec 2021 21:23:19 +0000 (UTC)	[thread overview]
Message-ID: <1639948937.a3d9c9f3b7f2a69b4e8d73e910b95c6d0e5411e3.mgorny@gentoo> (raw)

commit:     a3d9c9f3b7f2a69b4e8d73e910b95c6d0e5411e3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 19 21:22:17 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 19 21:22:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d9c9f3

dev-python/python-cinderclient: Remove old

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

 dev-python/python-cinderclient/Manifest            |  1 -
 .../python-cinderclient-8.0.0-r1.ebuild            | 44 ---------------------
 .../python-cinderclient-8.0.0-r2.ebuild            | 45 ----------------------
 3 files changed, 90 deletions(-)

diff --git a/dev-python/python-cinderclient/Manifest b/dev-python/python-cinderclient/Manifest
index 200474203b0e..1d383eaa47df 100644
--- a/dev-python/python-cinderclient/Manifest
+++ b/dev-python/python-cinderclient/Manifest
@@ -1,3 +1,2 @@
-DIST python-cinderclient-8.0.0.tar.gz 236611 BLAKE2B 818279d06b597a00a66c34cf3b468e8293aaf1e90fd04c996e118ea206d475e598d7c8b9ca78542bd07ada1db5d7a2c7ea9a3748fe85ad787d283c8d8073ecc6 SHA512 ae0c5e1d6f0c173382f57f95ac05ec8872a8ed548b145c1f91d96ab7b9e4602cba11a7205c26c81027ca4ad07cbb69f675244e3606ae5dca00c22eeb8bedc126
 DIST python-cinderclient-8.1.0.tar.gz 235387 BLAKE2B 04b6d9c847ee2f56ccde1e9c953b919282dc45a078b4444cc88d00633d2158ec175d042ef988b1b97781de0de643c7703178dd847a792a8f3f5509b9ff331e68 SHA512 414e7334f84e84edc9a8eb6588be780899c408ce2d744e24622004759e0127f4a73167f78a6ce432d2ed44a745b721cf5c42439f19adbea009451573df5fdf14
 DIST python-cinderclient-8.2.0.tar.gz 233148 BLAKE2B 4ada4562ff1e51a284cf98e7ca4b324a05a4524951d6193bb4683a3986bc8a26a48373ef78613f3b94ed475992fb781b409fe58f9f3655f3f721b38f7eab770b SHA512 86e7a0c18d960f00448e20485d91443d185902db281014c99f35af463843be6d4bca80712edf44189b53e25853af064c14de18e943d9fdee29446180d9b91bbc

diff --git a/dev-python/python-cinderclient/python-cinderclient-8.0.0-r1.ebuild b/dev-python/python-cinderclient/python-cinderclient-8.0.0-r1.ebuild
deleted file mode 100644
index 44576c3c75b6..000000000000
--- a/dev-python/python-cinderclient/python-cinderclient-8.0.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Cinder API"
-HOMEPAGE="https://launchpad.net/python-cinderclient"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-python/keystoneauth-4.2.1[${PYTHON_USEDEP}]
-	>=dev-python/oslo-i18n-5.0.1[${PYTHON_USEDEP}]
-	>=dev-python/oslo-utils-4.8.0[${PYTHON_USEDEP}]
-	>=dev-python/pbr-5.5.0[${PYTHON_USEDEP}]
-	>=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
-	<dev-python/prettytable-0.8[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.25.1[${PYTHON_USEDEP}]
-	>=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
-	>=dev-python/stevedore-3.3.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	dev-python/pbr[${PYTHON_USEDEP}]
-	test? (
-		dev-python/ddt[${PYTHON_USEDEP}]
-		dev-python/fixtures[${PYTHON_USEDEP}]
-		dev-python/oslo-serialization[${PYTHON_USEDEP}]
-		dev-python/requests-mock[${PYTHON_USEDEP}]
-		dev-python/stestr[${PYTHON_USEDEP}]
-		dev-python/testtools[${PYTHON_USEDEP}]
-	)
-"
-
-python_test() {
-	"${EPYTHON}" -m stestr run --debug || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/python-cinderclient/python-cinderclient-8.0.0-r2.ebuild b/dev-python/python-cinderclient/python-cinderclient-8.0.0-r2.ebuild
deleted file mode 100644
index 01bbea4936c8..000000000000
--- a/dev-python/python-cinderclient/python-cinderclient-8.0.0-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Cinder API"
-HOMEPAGE="https://launchpad.net/python-cinderclient"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-RDEPEND="
-	>=dev-python/keystoneauth-4.2.1[${PYTHON_USEDEP}]
-	>=dev-python/oslo-i18n-5.0.1[${PYTHON_USEDEP}]
-	>=dev-python/oslo-utils-4.8.0[${PYTHON_USEDEP}]
-	>=dev-python/pbr-5.5.0[${PYTHON_USEDEP}]
-	>=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
-	<dev-python/prettytable-0.8[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.25.1[${PYTHON_USEDEP}]
-	>=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
-	>=dev-python/stevedore-3.3.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	dev-python/pbr[${PYTHON_USEDEP}]
-	test? (
-		dev-python/ddt[${PYTHON_USEDEP}]
-		dev-python/fixtures[${PYTHON_USEDEP}]
-		dev-python/oslo-serialization[${PYTHON_USEDEP}]
-		dev-python/requests-mock[${PYTHON_USEDEP}]
-		dev-python/testtools[${PYTHON_USEDEP}]
-		dev-python/tempest[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests unittest
-
-python_test() {
-	# functional tests require cloud instance access
-	eunittest -b cinderclient/tests/unit
-}


             reply	other threads:[~2021-12-19 21:23 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-19 21:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-04  6:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-cinderclient/ Michał Górny
2024-09-14 12:32 Michał Górny
2024-09-14 11:31 Arthur Zamarin
2024-08-30  1:56 Michał Górny
2024-03-16 12:08 Michał Górny
2024-03-16 11:33 Arthur Zamarin
2024-03-01 18:33 Michał Górny
2023-11-24 15:29 Michał Górny
2023-11-08 12:53 Michał Górny
2023-10-06 15:13 Michał Górny
2023-10-06 14:55 Sam James
2023-09-02  3:22 Michał Górny
2023-08-19  5:46 Michał Górny
2023-03-24 19:51 Arthur Zamarin
2023-02-17 18:51 Michał Górny
2023-02-17  6:21 Michał Górny
2023-02-16 22:50 Sam James
2022-12-16 19:00 Arthur Zamarin
2022-10-03  7:22 Michał Górny
2022-10-03  0:44 Sam James
2022-09-01 19:42 Arthur Zamarin
2022-08-31 19:08 Arthur Zamarin
2022-08-18  6:18 Michał Górny
2022-08-17 21:13 Sam James
2022-07-15 18:30 Arthur Zamarin
2022-06-05  5:46 Michał Górny
2022-05-28 21:12 Jakov Smolić
2022-04-01 18:48 Michał Górny
2022-04-01 17:51 Arthur Zamarin
2022-04-01 17:51 Arthur Zamarin
2022-02-25 23:41 Michał Górny
2022-02-24 18:18 Michał Górny
2021-12-27 21:18 Michał Górny
2021-12-27 19:18 Jakov Smolić
2021-12-19 21:18 Jakov Smolić
2021-11-25 18:42 Arthur Zamarin
2021-11-19  6:46 Arthur Zamarin
2021-11-12 19:00 Arthur Zamarin
2021-11-07  1:34 Sam James
2021-11-01  2:07 Sam James
2021-10-17  9:25 Michał Górny
2021-09-30 19:55 Arthur Zamarin
2021-09-26  5:01 Sam James
2021-08-31 16:32 Arthur Zamarin
2021-08-31 13:26 Arthur Zamarin
2021-08-31 13:26 Arthur Zamarin
2021-04-11 19:07 Matthew Thode
2021-03-09 17:17 Matthew Thode
2021-01-24  0:07 Sam James
2020-11-18  9:47 Michał Górny
2020-11-18  9:47 Michał Górny
2020-11-17 21:15 Thomas Deutschmann
2020-11-14 22:28 Michał Górny
2020-10-11  1:29 Matthew Thode
2020-04-23 19:36 Matthew Thode
2020-03-25 16:17 Matthew Thode
2020-02-11 19:06 Matthew Thode
2019-08-11 21:13 Matthew Thode
2019-07-11 17:58 Matthew Thode
2019-06-16  6:59 Matthew Thode
2019-06-10 15:38 Matthew Thode
2019-05-16 23:24 Matthew Thode
2019-05-11 19:06 Matthew Thode
2019-05-10 16:25 Matthew Thode
2019-04-10  5:08 Matthew Thode
2018-09-28 20:33 Matt Thode
2018-09-05 21:33 Matt Thode
2018-06-24 12:20 Pacho Ramos
2018-02-19  0:54 Matt Thode
2018-02-19  0:54 Matt Thode
2017-08-28 21:52 Matt Thode
2017-02-27  4:27 Matt Thode
2016-03-25 21:22 Matt Thode
2016-02-28  6:43 Matt Thode
2015-11-10  8:24 Agostino Sarubbo
2015-11-10  8:19 Agostino Sarubbo
2015-08-24 14:04 Agostino Sarubbo
2015-08-24 14:02 Agostino Sarubbo
2015-08-23  3:01 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=1639948937.a3d9c9f3b7f2a69b4e8d73e910b95c6d0e5411e3.mgorny@gentoo \
    --to=mgorny@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