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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C916715852A for ; Thu, 15 Aug 2024 16:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52801E29AB; Thu, 15 Aug 2024 16:01: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26A35E29AB for ; Thu, 15 Aug 2024 16:01: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 222D2343019 for ; Thu, 15 Aug 2024 16:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43E7B1ECB for ; Thu, 15 Aug 2024 16:01:40 +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: <1723737696.f87fcb150cbf42eae59d84ad2e41dc8a3059aa94.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/imageio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/imageio/imageio-2.35.0-r1.ebuild dev-python/imageio/imageio-2.35.0.ebuild X-VCS-Directories: dev-python/imageio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f87fcb150cbf42eae59d84ad2e41dc8a3059aa94 X-VCS-Branch: master Date: Thu, 15 Aug 2024 16:01:40 +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: ea21eb4b-35a7-4d58-8d4c-60a174006f1d X-Archives-Hash: 1744682900417a865cc2785ee09ea0ff commit: f87fcb150cbf42eae59d84ad2e41dc8a3059aa94 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 15 15:34:00 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 15 16:01:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87fcb15 dev-python/imageio: Unpin numpy in install_requires Signed-off-by: Michał Górny gentoo.org> dev-python/imageio/{imageio-2.35.0.ebuild => imageio-2.35.0-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/imageio/imageio-2.35.0.ebuild b/dev-python/imageio/imageio-2.35.0-r1.ebuild similarity index 97% rename from dev-python/imageio/imageio-2.35.0.ebuild rename to dev-python/imageio/imageio-2.35.0-r1.ebuild index 9f86e40a6cdb..766037dfecec 100644 --- a/dev-python/imageio/imageio-2.35.0.ebuild +++ b/dev-python/imageio/imageio-2.35.0-r1.ebuild @@ -64,6 +64,9 @@ src_prepare() { fi distutils-r1_src_prepare + + # unpin numpy + sed -i -e '/numpy/s:<2.0.0::' setup.py || die } python_test() {