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 0A963158041 for ; Fri, 23 Feb 2024 03:40:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E0D92BC03E; Fri, 23 Feb 2024 03:40:43 +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 2FA932BC03E for ; Fri, 23 Feb 2024 03:40:43 +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 D49283431E4 for ; Fri, 23 Feb 2024 03:40:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2824B14DA for ; Fri, 23 Feb 2024 03:40:39 +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: <1708659427.5ca37bcc1a3520fbbfd5d46e0c26bd3ff1c8dcf3.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-3.0.0.ebuild X-VCS-Directories: dev-python/debtcollector/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5ca37bcc1a3520fbbfd5d46e0c26bd3ff1c8dcf3 X-VCS-Branch: master Date: Fri, 23 Feb 2024 03:40: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: f97d073b-d6ae-4e7a-bf20-fa7a1fdd59b0 X-Archives-Hash: d5b13c702f58371a171d24d97bd46032 commit: 5ca37bcc1a3520fbbfd5d46e0c26bd3ff1c8dcf3 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 23 03:20:23 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 23 03:37:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca37bcc dev-python/debtcollector: Bump to 3.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/debtcollector/Manifest | 1 + .../debtcollector/debtcollector-3.0.0.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-python/debtcollector/Manifest b/dev-python/debtcollector/Manifest index dc03bf6280ab..eab9f7bd1eb6 100644 --- a/dev-python/debtcollector/Manifest +++ b/dev-python/debtcollector/Manifest @@ -1 +1,2 @@ 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-3.0.0.ebuild b/dev-python/debtcollector/debtcollector-3.0.0.ebuild new file mode 100644 index 000000000000..e778e9427b2d --- /dev/null +++ b/dev-python/debtcollector/debtcollector-3.0.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 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