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 42C9B1584AD for ; Mon, 21 Apr 2025 11:28:58 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2F39C343009 for ; Mon, 21 Apr 2025 11:28:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EDF221104B7; Mon, 21 Apr 2025 11:28:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id E0B1C1104B7 for ; Mon, 21 Apr 2025 11:28:41 +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 3F3D2342FE2 for ; Mon, 21 Apr 2025 11:28:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D32E19B9 for ; Mon, 21 Apr 2025 11:28:39 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1745231373.6d5f49a3f607ee80d236d3d638ef6dd8d4f71ba9.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/blurhash/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/blurhash/blurhash-1.1.4.ebuild X-VCS-Directories: dev-python/blurhash/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 6d5f49a3f607ee80d236d3d638ef6dd8d4f71ba9 X-VCS-Branch: dev Date: Mon, 21 Apr 2025 11:28: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: 8b21e0a1-4ef1-4fd1-b5da-67d827e14a85 X-Archives-Hash: 16a9757d219112c6c34631e90bf12581 commit: 6d5f49a3f607ee80d236d3d638ef6dd8d4f71ba9 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Apr 21 10:29:33 2025 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Apr 21 10:29:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d5f49a3 dev-python/blurhash: replace missing tests with import-check Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/blurhash/blurhash-1.1.4.ebuild | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/dev-python/blurhash/blurhash-1.1.4.ebuild b/dev-python/blurhash/blurhash-1.1.4.ebuild index 5f948d697..ef5fa6840 100644 --- a/dev-python/blurhash/blurhash-1.1.4.ebuild +++ b/dev-python/blurhash/blurhash-1.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,16 +18,7 @@ SLOT="0" KEYWORDS="~amd64" # no tests in v1.1.4 tarball -RESTRICT="test" - -BDEPEND=" - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest +distutils_enable_tests import-check src_prepare() { distutils-r1_src_prepare