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.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 C5556158041 for ; Sat, 9 Mar 2024 14:19:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8884E2A26; Sat, 9 Mar 2024 14:19:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C22D1E2A24 for ; Sat, 9 Mar 2024 14:19:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0425D33BE4D for ; Sat, 9 Mar 2024 14:19:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 793F214A2 for ; Sat, 9 Mar 2024 14:19:48 +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: <1709993970.a2a7c618ef772db0ed11427ab0e6c5c091e51aaf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debtcollector/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/debtcollector/Manifest dev-python/debtcollector/debtcollector-2.5.0.ebuild X-VCS-Directories: dev-python/debtcollector/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a2a7c618ef772db0ed11427ab0e6c5c091e51aaf X-VCS-Branch: master Date: Sat, 9 Mar 2024 14:19:48 +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: fb7af0fc-5e60-456e-b5ea-59aed3bea074 X-Archives-Hash: 1fab917a6c82488c53b787f6c68a2bf8 commit: a2a7c618ef772db0ed11427ab0e6c5c091e51aaf Author: Michał Górny gentoo org> AuthorDate: Sat Mar 9 14:13:18 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 9 14:19:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a7c618 dev-python/debtcollector: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/debtcollector/Manifest | 1 - .../debtcollector/debtcollector-2.5.0.ebuild | 33 ---------------------- 2 files changed, 34 deletions(-) diff --git a/dev-python/debtcollector/Manifest b/dev-python/debtcollector/Manifest index eab9f7bd1eb6..6a07f2fdc554 100644 --- a/dev-python/debtcollector/Manifest +++ b/dev-python/debtcollector/Manifest @@ -1,2 +1 @@ -DIST debtcollector-2.5.0.tar.gz 31334 BLAKE2B 1f06725ead19e36e6feda1c8666403e536d5f39f775d9a9929a06ea053be41e64575a4e4d28b3a0032610cdd7f68f35bf54ff2445543c4b8ec667732e1a8d5ea SHA512 3f1378c52994a0320b8abd997a1b240496f6f12d29e8b08612bb97c7c8d2993b23224be62cbe4eaa556dcd5a3c7a4a8f8ea4873688e1aad2f26bb5ba522c1d6a DIST debtcollector-3.0.0.tar.gz 31322 BLAKE2B 496ca931267a0bb93b009f69c5488eb59cc0a2c1fbf437c66023e5074c3623f2d726109c2ab73462e4a81160f5c089b81045d66cd3370ab69500ce97d1568477 SHA512 92072dbe27b09fe9bccf2fe7d27f29742bfa50d19dab60ce5e4b442833aff3dda6f0dd9f72b7a2d3ce580a78d1480e03353d8f9b0e43b59575b979a20945ee26 diff --git a/dev-python/debtcollector/debtcollector-2.5.0.ebuild b/dev-python/debtcollector/debtcollector-2.5.0.ebuild deleted file mode 100644 index 8d03be84b3d6..000000000000 --- a/dev-python/debtcollector/debtcollector-2.5.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python deprecation patterns and strategies that collect technical debt" -HOMEPAGE=" - https://opendev.org/openstack/debtcollector/ - https://github.com/openstack/debtcollector/ - https://pypi.org/project/debtcollector/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv x86" - -RDEPEND=" - >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}] -" -BDEPEND=" - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] - test? ( - dev-python/testtools[${PYTHON_USEDEP}] - dev-python/fixtures[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest