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 E74F215AD33 for ; Thu, 11 May 2023 05:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DE72E0C83; Thu, 11 May 2023 05:15:25 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B686DE0C83 for ; Thu, 11 May 2023 05:15:24 +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 6BEBE335DA6 for ; Thu, 11 May 2023 05:15:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFEE4A69 for ; Thu, 11 May 2023 05:15:21 +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: <1683782051.f36d4f9df863fbb7d1682c38b8930e795813b100.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandas/pandas-1.5.3.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f36d4f9df863fbb7d1682c38b8930e795813b100 X-VCS-Branch: master Date: Thu, 11 May 2023 05:15:21 +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: b2ea5602-f9ed-4778-a28e-bc82f2b3396f X-Archives-Hash: aa4462b562484c58ef98a8fb71fe4461 commit: f36d4f9df863fbb7d1682c38b8930e795813b100 Author: Michał Górny gentoo org> AuthorDate: Thu May 11 05:14:11 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 11 05:14:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36d4f9d dev-python/pandas: Backport DEPEND/BDEPEND split to 1.5.3 Closes: https://bugs.gentoo.org/906091 Signed-off-by: Michał Górny gentoo.org> dev-python/pandas/pandas-1.5.3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/pandas/pandas-1.5.3.ebuild b/dev-python/pandas/pandas-1.5.3.ebuild index 930ad6ab4bb4..b6296f917b5d 100644 --- a/dev-python/pandas/pandas-1.5.3.ebuild +++ b/dev-python/pandas/pandas-1.5.3.ebuild @@ -68,12 +68,15 @@ OPTIONAL_DEPEND=" ) ) " -COMMON_DEPEND=" +DEPEND=" >=dev-python/numpy-1.21.0[${PYTHON_USEDEP}] +" +COMMON_DEPEND=" + ${DEPEND} >=dev-python/python-dateutil-2.8.1-r3[${PYTHON_USEDEP}] >=dev-python/pytz-2020.1[${PYTHON_USEDEP}] " -DEPEND=" +BDEPEND=" ${COMMON_DEPEND} >=dev-python/cython-0.29.32[${PYTHON_USEDEP}] doc? (