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-concurrency/
Date: Tue, 14 Mar 2023 05:02:53 +0000 (UTC)	[thread overview]
Message-ID: <1678769264.844f7b375b87a0931a05b871fa4004bc8f69ecfb.mgorny@gentoo> (raw)

commit:     844f7b375b87a0931a05b871fa4004bc8f69ecfb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 04:47:44 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 04:47:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844f7b37

dev-python/oslo-concurrency: Remove old

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

 dev-python/oslo-concurrency/Manifest               |  1 -
 .../oslo-concurrency/oslo-concurrency-5.0.1.ebuild | 51 ----------------------
 2 files changed, 52 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest b/dev-python/oslo-concurrency/Manifest
index f3a1717e74fe..0f33025c233a 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,3 +1,2 @@
-DIST oslo.concurrency-5.0.1.tar.gz 59944 BLAKE2B 76962f187d58c514f7465a5cac2e695ee83ca020ae0f9d0d0d5a8e27cfcfb6d008f2df97f8b353ef2e7c57562b2cd169a4f6ccfb16bdaefcce1ace81445a64a7 SHA512 5987900e71020b2b8b77eac69c3541647c1600cb8a51f02d45938367e45ddce5e71b874a1eda79aadfec51d639fdb895f056964d0b4bd9bba597ae9423f35463
 DIST oslo.concurrency-5.1.0.tar.gz 59835 BLAKE2B feda58a724e835c060667edf7c126ac0a26c62dace84db5e0909abbecc3dd5649aca791e084e218bd39d2463ed4fe878a4a16018483191cf3668df8eb7761859 SHA512 a4fac20c32cff9c30cd464631cc4d390626ea4a52bfd5c132808983e682d32fe61cf7a735b01b85c4be806c6f473efc1ed89bfa42211a7ff59215d35cd607c77
 DIST oslo.concurrency-5.1.1.tar.gz 59787 BLAKE2B 630e5bef3a4a49d0f7b8b7f79643ef5f737248ec45de0e801107142b898a252fe7c67be6e0f6db4b968e5a163a47d63bc5f756c592d4f729f62c24aa9aeca172 SHA512 2eac13529f1635d39b5866d20d1f077ddcb2a676e78f4f50abe1df13c2fbf9f85aea1b360fde01e983459dcdc4958783477a87eb8fad106362e81e0f77b36561

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild
deleted file mode 100644
index 2f2e4dfe1982..000000000000
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Concurrency library"
-HOMEPAGE="
-	https://opendev.org/openstack/oslo.concurrency/
-	https://github.com/openstack/oslo.concurrency/
-	https://pypi.org/project/oslo.concurrency/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-	>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-	>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-	>=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	>=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-	test? (
-		>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-		>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-	# fails, then hangs
-	rm oslo_concurrency/tests/unit/test_lockutils_eventlet.py || die
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-	eunittest
-}


             reply	other threads:[~2023-03-14  5:03 UTC|newest]

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

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=1678769264.844f7b375b87a0931a05b871fa4004bc8f69ecfb.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