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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FEE51581EC for ; Sat, 23 Nov 2024 09:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80E3CE0856; Sat, 23 Nov 2024 09:50:32 +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 34314E0855 for ; Sat, 23 Nov 2024 09:50:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CBDC3409EC for ; Sat, 23 Nov 2024 09:50:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87E0A1E15 for ; Sat, 23 Nov 2024 09:50:29 +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: <1732355419.2a2609fa419142ad1eb24027ab84bf1b5db17ca2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kgb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kgb/Manifest dev-python/kgb/kgb-7.1.1.ebuild X-VCS-Directories: dev-python/kgb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a2609fa419142ad1eb24027ab84bf1b5db17ca2 X-VCS-Branch: master Date: Sat, 23 Nov 2024 09:50:29 +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: 336db90e-6258-4853-9c06-dbcf94c6ee5d X-Archives-Hash: 373949639c79b64a9991ae76f5c2ee60 commit: 2a2609fa419142ad1eb24027ab84bf1b5db17ca2 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 23 09:42:13 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 23 09:50:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2609fa dev-python/kgb: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/kgb/Manifest | 1 - dev-python/kgb/kgb-7.1.1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/kgb/Manifest b/dev-python/kgb/Manifest index 3cfd2242ced0..1b0b9fdc100f 100644 --- a/dev-python/kgb/Manifest +++ b/dev-python/kgb/Manifest @@ -1,2 +1 @@ -DIST kgb-7.1.1.tar.gz 61504 BLAKE2B 37aa4c78e0e74c2ad10db047453229d903c72dc9f359ce916f66b24ddc390e89126869e8e52942854911952e995b45f9a304e48574c7c79319f388d0f70d148f SHA512 29e5d78270f55b82b917a1e448307397f813502cc3a262fd6af082417f3875c88732b3f7c11c6001120bb0cba4079c2c6351b2b24287b1f5a3b3c891cf3f8d55 DIST kgb-7.2.tar.gz 61228 BLAKE2B 3c4d922629fb40792b0a37e7390a468f3b2ec71fd197846f25081dff799d7b2bb6fb0c298a1251e32b5142923fffa26dc2516ddee96c6c1829bd2345ff6beac2 SHA512 2311a524d4e5266399fddbf8c12644dd6d265b4a0538cd820421a7fb4f8d291f662209b6642daf3777bfca16b8eb976ead12e063dad1242f897619070e5cfd27 diff --git a/dev-python/kgb/kgb-7.1.1.ebuild b/dev-python/kgb/kgb-7.1.1.ebuild deleted file mode 100644 index c91e01ad0b6b..000000000000 --- a/dev-python/kgb/kgb-7.1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python function spy support for unit tests" -HOMEPAGE=" - https://github.com/beanbaginc/kgb/ - https://pypi.org/project/kgb/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -distutils_enable_tests pytest - -src_prepare() { - # remove .dev tag that breaks revdeps - sed -i -e '/tag_build/d' setup.cfg || die - distutils-r1_src_prepare -}