From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id EDE6F158128 for ; Tue, 17 Jun 2025 13:01:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D5756340E0F for ; Tue, 17 Jun 2025 13:01:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A4A5D1104D9; Tue, 17 Jun 2025 13:01:05 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9C29F1104D9 for ; Tue, 17 Jun 2025 13:01:05 +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 40423340E15 for ; Tue, 17 Jun 2025 13:01:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB7E122FD for ; Tue, 17 Jun 2025 13:01:03 +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: <1750165258.6a6b8f73b6ab6fcb4c8121bd1f528fe09ac03005.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fakeredis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fakeredis/fakeredis-2.30.0.ebuild X-VCS-Directories: dev-python/fakeredis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6a6b8f73b6ab6fcb4c8121bd1f528fe09ac03005 X-VCS-Branch: master Date: Tue, 17 Jun 2025 13:01:03 +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: 5c2c45b7-0513-4c94-af22-16e07cf295ff X-Archives-Hash: f2a52cd12a6e27e229aa6498f3165d2f commit: 6a6b8f73b6ab6fcb4c8121bd1f528fe09ac03005 Author: Michał Górny gentoo org> AuthorDate: Tue Jun 17 12:52:47 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 17 13:00:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6b8f73 dev-python/fakeredis: Remove stray LICENSE file Closes: https://bugs.gentoo.org/958307 Signed-off-by: Michał Górny gentoo.org> dev-python/fakeredis/fakeredis-2.30.0.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-python/fakeredis/fakeredis-2.30.0.ebuild b/dev-python/fakeredis/fakeredis-2.30.0.ebuild index bdf61118df69..5cf3ea2e5ddb 100644 --- a/dev-python/fakeredis/fakeredis-2.30.0.ebuild +++ b/dev-python/fakeredis/fakeredis-2.30.0.ebuild @@ -35,6 +35,13 @@ BDEPEND=" # pytest-xdist: tests are not parallel-safe distutils_enable_tests pytest +src_prepare() { + distutils-r1_src_prepare + + # https://github.com/cunla/fakeredis-py/issues/395 + sed -i -e '/LICENSE/d' pyproject.toml || die +} + python_test() { local EPYTEST_DESELECT=( # also lupa