From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE3B9158018 for ; Thu, 30 Sep 2021 19:17:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 448D6E094A; Thu, 30 Sep 2021 19:17:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CED8E094A for ; Thu, 30 Sep 2021 19:17:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC818342C53 for ; Thu, 30 Sep 2021 19:17:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4661DEA for ; Thu, 30 Sep 2021 19:17:39 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633029386.84eaa8c8ca80bb42a09cca52e2e74ade19c87a02.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-concurrency/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/oslo-concurrency/Manifest dev-python/oslo-concurrency/metadata.xml dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild X-VCS-Directories: dev-python/oslo-concurrency/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 84eaa8c8ca80bb42a09cca52e2e74ade19c87a02 X-VCS-Branch: dev Date: Thu, 30 Sep 2021 19:17:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c60975c9-6722-41d4-a1b8-c7edec397dde X-Archives-Hash: 0feeb1d2cc3a224c75d19625771163b2 Message-ID: <20210930191739.WCfAU7LBrWljt2HImHMlhVVYhZyAztBy0Drv5Teb8HQ@z> commit: 84eaa8c8ca80bb42a09cca52e2e74ade19c87a02 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Sep 30 19:15:57 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Sep 30 19:16:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84eaa8c8 dev-python/oslo-concurrency: treeclean (was added to ::gentoo) Signed-off-by: Arthur Zamarin gentoo.org> dev-python/oslo-concurrency/Manifest | 1 - dev-python/oslo-concurrency/metadata.xml | 16 --------- .../oslo-concurrency/oslo-concurrency-4.4.1.ebuild | 41 ---------------------- 3 files changed, 58 deletions(-) diff --git a/dev-python/oslo-concurrency/Manifest b/dev-python/oslo-concurrency/Manifest deleted file mode 100644 index 6f2a74b2b..000000000 --- a/dev-python/oslo-concurrency/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST oslo.concurrency-4.4.1.tar.gz 58399 BLAKE2B ea28cdd53ae124fe458c0d901b305d99b7a5b5525835e6a04ca856177876fa6c6a1eff74842dcf260c78c205d95f353cd1b70f0cb6205e7bec841bae2d6ecd0d SHA512 1b7e6a2cb2e3ee0710f652489522c7a9e47a5292c46041f21a2ffe4c61a6bbae48b43e93507465013704b89778deec860da06fec32b4d3778e05cade9a6d39a1 diff --git a/dev-python/oslo-concurrency/metadata.xml b/dev-python/oslo-concurrency/metadata.xml deleted file mode 100644 index 5e0cd6d20..000000000 --- a/dev-python/oslo-concurrency/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - co-maintainers welcome - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - Oslo concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes. - - - - oslo.concurrency - - diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild deleted file mode 100644 index df8ddada5..000000000 --- a/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_8 ) - -inherit distutils-r1 - -DESCRIPTION="library for running multi-thread, multi-process applications" -HOMEPAGE=" - https://pypi.org/project/oslo.concurrency - https://opendev.org/openstack/oslo.concurrency -" -SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz" -S="${WORKDIR}/oslo.concurrency-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/pbr-2.0.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}] -" -DEPEND=" - ${RDEPEND} - test? ( - >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}] - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}] - >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest