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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 089AF1581D3 for ; Sun, 19 May 2024 06:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F452E2A63; Sun, 19 May 2024 06:02:49 +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 1E615E2A63 for ; Sun, 19 May 2024 06:02:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F7C433FE49 for ; Sun, 19 May 2024 06:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CC451AF2 for ; Sun, 19 May 2024 06:02:45 +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: <1716098558.1d3e5fed436141d67f84925636c49814ed882378.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xarray/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xarray/xarray-2024.1.1-r1.ebuild dev-python/xarray/xarray-2024.1.1.ebuild dev-python/xarray/xarray-2024.2.0-r1.ebuild dev-python/xarray/xarray-2024.2.0.ebuild X-VCS-Directories: dev-python/xarray/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1d3e5fed436141d67f84925636c49814ed882378 X-VCS-Branch: master Date: Sun, 19 May 2024 06:02:45 +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: 1ef68b0e-3022-40c9-bf2d-fcb0f0aa716f X-Archives-Hash: 3a5f1164a458bed137c3e574fc80a06c commit: 1d3e5fed436141d67f84925636c49814ed882378 Author: Michał Górny gentoo org> AuthorDate: Sun May 19 05:52:20 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 19 06:02:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3e5fed dev-python/xarray: Restrict all versions to gentoo.org> dev-python/xarray/{xarray-2024.1.1.ebuild => xarray-2024.1.1-r1.ebuild} | 1 + dev-python/xarray/{xarray-2024.2.0.ebuild => xarray-2024.2.0-r1.ebuild} | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/xarray/xarray-2024.1.1.ebuild b/dev-python/xarray/xarray-2024.1.1-r1.ebuild similarity index 98% rename from dev-python/xarray/xarray-2024.1.1.ebuild rename to dev-python/xarray/xarray-2024.1.1-r1.ebuild index e3663cef7f95..380281bd576d 100644 --- a/dev-python/xarray/xarray-2024.1.1.ebuild +++ b/dev-python/xarray/xarray-2024.1.1-r1.ebuild @@ -21,6 +21,7 @@ KEYWORDS="amd64 arm arm64 ~hppa ~loong ~riscv ~s390 x86" IUSE="big-endian" RDEPEND=" + =dev-python/numpy-1.23[${PYTHON_USEDEP}] >=dev-python/pandas-1.5[${PYTHON_USEDEP}] >=dev-python/packaging-22[${PYTHON_USEDEP}] diff --git a/dev-python/xarray/xarray-2024.2.0.ebuild b/dev-python/xarray/xarray-2024.2.0-r1.ebuild similarity index 98% rename from dev-python/xarray/xarray-2024.2.0.ebuild rename to dev-python/xarray/xarray-2024.2.0-r1.ebuild index 803311fdb9ad..7d6e4fa56352 100644 --- a/dev-python/xarray/xarray-2024.2.0.ebuild +++ b/dev-python/xarray/xarray-2024.2.0-r1.ebuild @@ -21,6 +21,7 @@ KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~riscv ~s390 ~x86" IUSE="big-endian" RDEPEND=" + =dev-python/numpy-1.23[${PYTHON_USEDEP}] >=dev-python/pandas-1.5[${PYTHON_USEDEP}] >=dev-python/packaging-22[${PYTHON_USEDEP}]