From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1381332-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83EFF15808B for <garchives@archives.gentoo.org>; Thu, 31 Mar 2022 19:18:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 928B5E0843; Thu, 31 Mar 2022 19:18:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3AB0E0821 for <gentoo-commits@lists.gentoo.org>; Thu, 31 Mar 2022 19:18:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7525F3417DF for <gentoo-commits@lists.gentoo.org>; Thu, 31 Mar 2022 19:18:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C8FE357 for <gentoo-commits@lists.gentoo.org>; Thu, 31 Mar 2022 19:18:10 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1648754241.3b636884396385fef7223890464c0bd20efde61c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslotest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslotest/oslotest-4.5.0.ebuild X-VCS-Directories: dev-python/oslotest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3b636884396385fef7223890464c0bd20efde61c X-VCS-Branch: master Date: Thu, 31 Mar 2022 19:18:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cbabcb6-fd33-461d-877d-6b40e0b74dea X-Archives-Hash: 9af38101f6d081bc3d74d3ac84c72705 commit: 3b636884396385fef7223890464c0bd20efde61c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 31 19:17:21 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 31 19:17:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b636884 dev-python/oslotest: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/oslotest/oslotest-4.5.0.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-python/oslotest/oslotest-4.5.0.ebuild b/dev-python/oslotest/oslotest-4.5.0.ebuild deleted file mode 100644 index f4fed812a0d8..000000000000 --- a/dev-python/oslotest/oslotest-4.5.0.ebuild +++ /dev/null @@ -1,25 +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="Oslo test framework" -HOMEPAGE="https://launchpad.net/oslo" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux" - -BDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" -RDEPEND=" - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest