From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-context/
Date: Tue, 15 Mar 2022 14:17:26 +0000 (UTC) [thread overview]
Message-ID: <1647353798.2a48cd3e6f1e055bcd7a81a11a29bf60cdf18d06.mgorny@gentoo> (raw)
commit: 2a48cd3e6f1e055bcd7a81a11a29bf60cdf18d06
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 14:16:38 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 14:16:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a48cd3e
dev-python/oslo-context: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/oslo-context/Manifest | 2 --
dev-python/oslo-context/oslo-context-3.4.0.ebuild | 30 ----------------------
dev-python/oslo-context/oslo-context-4.0.0.ebuild | 31 -----------------------
3 files changed, 63 deletions(-)
diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest
index 03801bf0fb44..b5d6441c6de2 100644
--- a/dev-python/oslo-context/Manifest
+++ b/dev-python/oslo-context/Manifest
@@ -1,3 +1 @@
-DIST oslo.context-3.4.0.tar.gz 32954 BLAKE2B 9f22ce6af5efcfec8ab92bdb6c806e420b09037bce08b68fd43684fd459cb12b8196a1e6ee48dcb41ae7aa5d4679851fbed2058709d17e5bb7efc85c9b6d04ea SHA512 bf31c01237352a296e46fdb533ea921dce24cd3c3a918e39f7ff17305104d8f033527738fe562dfe61c8700dbce96e26433068503ca8c5cf9dffb0780e42ec53
-DIST oslo.context-4.0.0.tar.gz 33057 BLAKE2B 180df04bd331489f2f175f8ab6f23750f0ab5f2c805ecd3a4ece4ad3e04a165ab08244cbb70bedfaeb2b38912ba45f4773671408eb1b5e8ee379809362e6016f SHA512 6a79d4c9568ad021365531e58679297700207472667a84153f016edd9044550d7c8ab868940772a45e9359ebf660a15a6f6d21f8f653fb8f297219bee1122d2f
DIST oslo.context-4.1.0.tar.gz 33573 BLAKE2B 8fa4f94f5cb5c82d95e55bbc553f97088ae8907b38ebc95b81674709c6fb4eeffab4f83f042c2069a9bcddfa827ca0c5c9e31ec12f21ad1c82dc111ea7d1732e SHA512 83ef0aafc94460bc16ac84841ffa78bad2594d7b81578552579251b2548779296552f86204788fe3acd1a393e7ca54d479475e8c062649d0fd2f4989c3cbebe9
diff --git a/dev-python/oslo-context/oslo-context-3.4.0.ebuild b/dev-python/oslo-context/oslo-context-3.4.0.ebuild
deleted file mode 100644
index e6c16586c809..000000000000
--- a/dev-python/oslo-context/oslo-context-3.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Helpers to maintain useful information about a request context"
-HOMEPAGE="https://pypi.org/project/oslo.context/"
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz"
-S="${WORKDIR}/oslo.context-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
- >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"
-BDEPEND="
- >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx doc/source \
- dev-python/openstackdocstheme
diff --git a/dev-python/oslo-context/oslo-context-4.0.0.ebuild b/dev-python/oslo-context/oslo-context-4.0.0.ebuild
deleted file mode 100644
index c7ba0a96f32b..000000000000
--- a/dev-python/oslo-context/oslo-context-4.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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..10} )
-inherit distutils-r1
-
-DESCRIPTION="Helpers to maintain useful information about a request context"
-HOMEPAGE="https://pypi.org/project/oslo.context/"
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz"
-S="${WORKDIR}/oslo.context-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"
-BDEPEND="
- >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx doc/source \
- dev-python/openstackdocstheme
next reply other threads:[~2022-03-15 14:17 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-15 14:17 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-26 8:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-context/ Arthur Zamarin
2025-08-26 5:18 Michał Górny
2025-06-07 11:26 Michał Górny
2025-06-07 10:43 Michał Górny
2025-05-17 18:54 Arthur Zamarin
2025-05-17 5:24 Michał Górny
2025-03-08 16:24 Michał Górny
2025-03-08 11:20 Sam James
2025-02-22 7:50 Michał Górny
2024-12-07 11:52 Michał Górny
2024-12-07 11:06 Arthur Zamarin
2024-11-20 7:56 Michał Górny
2024-09-07 10:56 Michał Górny
2024-09-07 10:38 Arthur Zamarin
2024-08-21 19:13 Michał Górny
2024-06-11 19:25 Michał Górny
2024-03-09 14:19 Michał Górny
2024-03-01 4:47 Michał Górny
2024-02-23 3:40 Michał Górny
2023-11-29 10:07 Michał Górny
2023-11-29 9:59 Michał Górny
2023-11-14 20:06 Michał Górny
2023-09-30 6:38 Michał Górny
2023-09-30 5:44 Arthur Zamarin
2023-08-28 16:53 Michał Górny
2023-06-22 14:36 Michał Górny
2023-04-22 9:16 Michał Górny
2023-04-22 8:53 Arthur Zamarin
2023-03-21 20:06 Michał Górny
2023-03-14 5:02 Michał Górny
2023-03-13 19:39 Arthur Zamarin
2023-02-22 5:09 Michał Górny
2023-02-11 7:27 Michał Górny
2022-08-17 19:31 Arthur Zamarin
2022-08-17 19:08 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-03-15 12:33 Jakov Smolić
2022-02-16 22:34 Michał Górny
2022-02-03 20:39 Arthur Zamarin
2021-11-21 19:14 Michał Górny
2021-11-21 18:39 Jakov Smolić
2021-10-22 10:28 Michał Górny
2021-10-02 8:35 Arthur Zamarin
2021-10-01 6:14 Arthur Zamarin
2021-10-01 6:14 Arthur Zamarin
2021-09-25 22:03 Michał Górny
2021-09-25 19:56 Sam James
2021-08-19 22:13 Michał Górny
2021-06-22 10:02 Michał Górny
2021-06-22 10:02 Michał Górny
2021-05-16 12:45 Sam James
2021-01-24 0:07 Sam James
2020-11-18 9:12 Michał Górny
2020-11-14 22:00 Michał Górny
2020-10-11 1:29 Matthew Thode
2020-01-13 9:48 Michał Górny
2019-03-25 0:07 Matthew Thode
2019-01-28 0:25 Matthew Thode
2018-08-30 17:09 Matt Thode
2018-06-24 12:20 Pacho Ramos
2018-06-18 1:59 Matt Thode
2018-03-31 0:59 Matt Thode
2018-02-17 1:47 Matt Thode
2018-01-05 13:26 Michał Górny
2017-12-21 7:13 Matt Thode
2017-11-22 2:00 Matt Thode
2017-08-27 4:26 Matt Thode
2017-08-02 23:59 Matt Thode
2017-07-06 16:58 Matt Thode
2017-05-02 13:11 Michał Górny
2017-02-27 2:16 Matt Thode
2016-03-25 22:32 Matt Thode
2016-02-28 7:08 Matt Thode
2016-02-09 9:33 Justin Lecher
2015-11-10 8:24 Agostino Sarubbo
2015-11-10 8:19 Agostino Sarubbo
2015-10-19 6:38 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=1647353798.2a48cd3e6f1e055bcd7a81a11a29bf60cdf18d06.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