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/oslo-config/
Date: Sat, 31 May 2025 10:19:26 +0000 (UTC)	[thread overview]
Message-ID: <1748686759.52a021c3ffe85e0dac3c7e8d5c63953e0d5f8d23.mgorny@gentoo> (raw)

commit:     52a021c3ffe85e0dac3c7e8d5c63953e0d5f8d23
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 10:16:15 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 31 10:19:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a021c3

dev-python/oslo-config: Remove old

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

 dev-python/oslo-config/Manifest                 |  1 -
 dev-python/oslo-config/oslo-config-9.7.1.ebuild | 58 -------------------------
 2 files changed, 59 deletions(-)

diff --git a/dev-python/oslo-config/Manifest b/dev-python/oslo-config/Manifest
index 4d5b6a11037f..ead28c8c5d39 100644
--- a/dev-python/oslo-config/Manifest
+++ b/dev-python/oslo-config/Manifest
@@ -1,2 +1 @@
-DIST oslo_config-9.7.1.tar.gz 164787 BLAKE2B c6bf683ff175130d6772e1ff80362b1aae7f03564c2970778ceb51b64292d9dbfd5f75043348e17552a376c3dd183d81027a2005767cfa2924e3c51a6ff3e136 SHA512 a2e7e47f28533cbfea41940be6c6e5eafcf86b96ebcdbc5d911f7955845abf8049865f5959a25b37a9b6d949607fe9544a9ad7660cc39463100dec7879021e3c
 DIST oslo_config-9.8.0.tar.gz 165087 BLAKE2B 7b04abceefb078a69554dc1d61264227a7ce1d169ec985ffc7d44f4ebc5b8e80024955328c4cea89e00e082aa2e490ce58607596c2d0690d1bc470a2cee6c875 SHA512 44cded1e949f76578d0ed73328a3d81e51d665dc15a1ff9d8b04e7987b6003d5d10f5f5cbdf11a6861a9e2d14f98519bcc3ad01b8749dd759712b0f0016ec7c4

diff --git a/dev-python/oslo-config/oslo-config-9.7.1.ebuild b/dev-python/oslo-config/oslo-config-9.7.1.ebuild
deleted file mode 100644
index 83aec45a5fa5..000000000000
--- a/dev-python/oslo-config/oslo-config-9.7.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Oslo Configuration API"
-HOMEPAGE="
-	https://opendev.org/openstack/oslo.config/
-	https://github.com/openstack/oslo.config/
-	https://pypi.org/project/oslo.config/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-	>=dev-python/pbr-1.3[${PYTHON_USEDEP}]
-	>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-	>=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-	>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-	>=dev-python/rfc3986-1.2.0[${PYTHON_USEDEP}]
-	>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	>=dev-python/pbr-1.3[${PYTHON_USEDEP}]
-	test? (
-		>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-		>=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-		>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-		>=dev-python/requests-mock-1.5.0[${PYTHON_USEDEP}]
-		>=dev-python/sphinx-1.8.0[${PYTHON_USEDEP}]
-		>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-		>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-	# broken by some dep upgrade
-	sed -i -e '/DeprecationWarningTestsNoOsloLog/,$d' \
-		oslo_config/tests/test_cfg.py || di
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	local -x COLUMNS=80
-	eunittest -b
-}


             reply	other threads:[~2025-05-31 10:20 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-31 10:19 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-26 10:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-config/ Michał Górny
2025-07-26 10:18 Michał Górny
2025-07-11  4:35 Michał Górny
2025-05-31  9:59 Michał Górny
2025-05-17  5:24 Michał Górny
2025-03-08 16:24 Michał Górny
2025-03-08 12:10 Sam James
2025-02-22  7:50 Michał Górny
2025-01-04 16:18 Arthur Zamarin
2024-11-20  7:56 Michał Górny
2024-09-14 12:32 Michał Górny
2024-09-14 12:06 Arthur Zamarin
2024-07-20 11:29 Arthur Zamarin
2024-07-04 12:37 Michał Górny
2024-03-09 14:19 Michał Górny
2024-03-09 14:11 Michał Górny
2024-02-23  3:40 Michał Górny
2024-01-29  9:55 Michał Górny
2024-01-29  7:02 Arthur Zamarin
2024-01-10 21:12 Michał Górny
2023-11-08  8:32 Michał Górny
2023-09-30  6:46 Michał Górny
2023-09-30  5:52 Arthur Zamarin
2023-08-28 16:53 Michał Górny
2023-04-05  8:19 Michał Górny
2023-04-05  7:28 Arthur Zamarin
2023-03-21 20:06 Michał Górny
2023-02-22  5:09 Michał Górny
2023-02-13  6:07 Michał Górny
2023-02-12 20:37 Sam James
2023-01-06  5:35 Michał Górny
2023-01-06  5:35 Michał Górny
2022-08-17 19:40 Arthur Zamarin
2022-08-17 18:46 Arthur Zamarin
2022-07-15 13:45 Arthur Zamarin
2022-07-12 15:48 Michał Górny
2022-05-28 16:00 Jakov Smolić
2022-04-01 15:39 Michał Górny
2022-04-01 15:17 Jakov Smolić
2022-02-24 18:08 Michał Górny
2022-02-15 23:09 Michał Górny
2021-08-22  6:49 Michał Górny
2021-08-22  3:42 Sam James
2021-07-15 17:50 Michał Górny
2021-07-07  6:33 Michał Górny
2021-07-07  2:17 Sam James
2021-06-22 14:13 Michał Górny
2021-06-22  8:04 Michał Górny
2021-01-24  0:07 Sam James
2020-12-19 21:40 Matthew Thode
2020-11-19 16:30 Matthew Thode
2020-11-18  9:12 Michał Górny
2020-11-14 22:00 Michał Górny
2020-10-11  1:29 Matthew Thode
2020-07-02 23:54 Matthew Thode
2020-06-23 18:54 Matthew Thode
2020-06-02 18:40 Matthew Thode
2020-02-09 18:26 Matthew Thode
2020-02-09 18:26 Matthew Thode
2020-01-13  9:48 Michał Górny
2020-01-09 19:06 Matthew Thode
2019-10-03 23:28 Matthew Thode
2019-05-11 18:17 Matthew Thode
2019-01-28  0:25 Matthew Thode
2018-12-23  3:20 Matthew Thode
2018-11-23 22:16 Matthew Thode
2018-08-30 21:35 Matt Thode
2018-06-18  1:59 Matt Thode
2018-02-16  6:08 Matt Thode
2018-02-13 15:57 Mart Raudsepp
2018-02-13 14:47 Mart Raudsepp
2018-01-05 13:26 Michał Górny
2017-09-28 16:23 Matt Thode
2017-08-27  4:26 Matt Thode
2017-07-20 16:41 Matt Thode
2017-06-20 19:00 Matt Thode
2017-03-13  1:30 Zac Medico
2017-02-27  2:16 Matt Thode
2017-02-15 16:31 Matt Thode
2017-02-15 16:31 Matt Thode
2017-01-18 19:27 Matt Thode
2016-03-25  3:00 Matt Thode
2016-02-28  7:25 Matt Thode
2016-02-09  9:33 Justin Lecher
2015-11-10  8:24 Agostino Sarubbo
2015-11-10  8:19 Agostino Sarubbo
2015-09-02  3:30 Matt Thode
2015-09-01 15:17 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=1748686759.52a021c3ffe85e0dac3c7e8d5c63953e0d5f8d23.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