From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 F400315802E for ; Wed, 26 Jun 2024 12:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97414E2A6C; Wed, 26 Jun 2024 12:40:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 77D4FE2A6C for ; Wed, 26 Jun 2024 12:40:33 +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 7B4C7343010 for ; Wed, 26 Jun 2024 12:40:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93C3A1D50 for ; Wed, 26 Jun 2024 12:40:30 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1719405603.88d24c35fd92e8ffed50b2a942c9bc3173f5f484.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/quantities/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/quantities/quantities-0.15.0-r1.ebuild dev-python/quantities/quantities-0.15.0.ebuild X-VCS-Directories: dev-python/quantities/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 88d24c35fd92e8ffed50b2a942c9bc3173f5f484 X-VCS-Branch: master Date: Wed, 26 Jun 2024 12:40:30 +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: cd12df87-a9a3-4c37-b47c-527a1dac3dff X-Archives-Hash: 24e1759ee58c061d8d596941ef5a837b commit: 88d24c35fd92e8ffed50b2a942c9bc3173f5f484 Author: Petr Vaněk gentoo org> AuthorDate: Wed Jun 26 12:37:06 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Wed Jun 26 12:40:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d24c35 dev-python/quantities: restrict rdeps to gentoo.org> .../{quantities-0.15.0.ebuild => quantities-0.15.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/quantities/quantities-0.15.0.ebuild b/dev-python/quantities/quantities-0.15.0-r1.ebuild similarity index 80% rename from dev-python/quantities/quantities-0.15.0.ebuild rename to dev-python/quantities/quantities-0.15.0-r1.ebuild index ae62dc2986da..7a00fb00b973 100644 --- a/dev-python/quantities/quantities-0.15.0.ebuild +++ b/dev-python/quantities/quantities-0.15.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,8 +24,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm64 x86" +# >=dev-python/numpy-2 is not currently supported, +# see https://github.com/python-quantities/python-quantities/pull/232 RDEPEND=" >=dev-python/numpy-1.20[$PYTHON_USEDEP] +