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 E958A158016 for ; Sat, 25 Sep 2021 22:03:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03218E09A8; Sat, 25 Sep 2021 22:03:40 +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 DB86CE09AE for ; Sat, 25 Sep 2021 22:03:39 +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 E7BEA342E7D for ; Sat, 25 Sep 2021 22:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 825E410D for ; Sat, 25 Sep 2021 22:03:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1632607322.319042cf57f686bcf0e7f09ccd9e35d5fc14871d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-context/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-context/Manifest dev-python/oslo-context/oslo-context-3.1.1.ebuild X-VCS-Directories: dev-python/oslo-context/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 319042cf57f686bcf0e7f09ccd9e35d5fc14871d X-VCS-Branch: master Date: Sat, 25 Sep 2021 22:03:37 +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: 1c173e60-c1da-4346-812e-c9b2d4f6f8c3 X-Archives-Hash: 09435af6fa5ab1586db468352d29f2c4 commit: 319042cf57f686bcf0e7f09ccd9e35d5fc14871d Author: Michał Górny gentoo org> AuthorDate: Sat Sep 25 22:02:02 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 25 22:02:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319042cf dev-python/oslo-context: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/oslo-context/Manifest | 1 - dev-python/oslo-context/oslo-context-3.1.1.ebuild | 28 ----------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest index 13fb7753c2b..fd8b54b4480 100644 --- a/dev-python/oslo-context/Manifest +++ b/dev-python/oslo-context/Manifest @@ -1,2 +1 @@ -DIST oslo.context-3.1.1.tar.gz 29335 BLAKE2B 2179e5c273b5e387806fc4a8b1ac2f0641f4cc9f2345cb00e6ef9c2e7c8b69709c0c14dd11254d026283b2be7e032044b6f753a13f062915db9f000ae1873f1a SHA512 a9d16475bac5aa96d086019632f417fa5b496f615b814527e547a43362f1e36ed47c47266032e72194f88716237ccff7a24bf941d66bf36afe09b846a810583b DIST oslo.context-3.3.1.tar.gz 32676 BLAKE2B 38d5eaf7a3162fdb6a8887f2c627ee192950d743a9de929ea332495099bcc76e27a192ce6e8a3b010e190ef749ea67dcf168476bc84ede99d43c1ec8b11e1734 SHA512 40f3418020246066841e62e5579ac4a1c761c92c5f439b07059cd0b6b2e8984d2e1dacfa57af7c6d9c97c2fda8eeb5cfde76f2110a36ef21513b42d0d3bffc73 diff --git a/dev-python/oslo-context/oslo-context-3.1.1.ebuild b/dev-python/oslo-context/oslo-context-3.1.1.ebuild deleted file mode 100644 index 2fccec70376..00000000000 --- a/dev-python/oslo-context/oslo-context-3.1.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) -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" - -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" -RDEPEND="${CDEPEND} - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]" -BDEPEND="${CDEPEND} - test? ( - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - )" - -distutils_enable_tests unittest