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 D0368158CBB for ; Mon, 8 May 2023 06:07:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15B45E086D; Mon, 8 May 2023 06:07:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id 01A53E086D for ; Mon, 8 May 2023 06:07:00 +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 2EDEE340961 for ; Mon, 8 May 2023 06:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0D2CA59 for ; Mon, 8 May 2023 06:06:58 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1683525990.f47f3702d88983b0f1d897b65164cc07bd5d2e93.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/datasets/datasets-2.11.0.ebuild X-VCS-Directories: sci-libs/datasets/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: f47f3702d88983b0f1d897b65164cc07bd5d2e93 X-VCS-Branch: master Date: Mon, 8 May 2023 06:06:58 +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: 41e9073e-bc4b-47c2-ac4f-53f2595b6d30 X-Archives-Hash: b9e867cf01486e00e90982b17cc73f95 commit: f47f3702d88983b0f1d897b65164cc07bd5d2e93 Author: Alfredo Tupone gentoo org> AuthorDate: Mon May 8 06:06:05 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon May 8 06:06:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47f3702 sci-libs/datasets: update DESCRIPTION Closes: https://bugs.gentoo.org/905902 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/datasets/datasets-2.11.0.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-libs/datasets/datasets-2.11.0.ebuild b/sci-libs/datasets/datasets-2.11.0.ebuild index 0ff1a4f0b386..12fc1f4d4393 100644 --- a/sci-libs/datasets/datasets-2.11.0.ebuild +++ b/sci-libs/datasets/datasets-2.11.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 -DESCRIPTION="access and share datasets for Audio, Computer Vision, and NLP tasks" +DESCRIPTION="Access and share datasets for Audio, Computer Vision, and NLP tasks" HOMEPAGE=" https://pypi.org/project/datasets/ " @@ -24,13 +24,14 @@ RDEPEND=" ${PYTHON_DEPS} sci-libs/pytorch[${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep ' - dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy] + dev-python/absl-py[${PYTHON_USEDEP}] + dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/fsspec[${PYTHON_USEDEP}] dev-python/multiprocess[${PYTHON_USEDEP}] - dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/pandas[${PYTHON_USEDEP}] + dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy] dev-python/xxhash[${PYTHON_USEDEP}] dev-python/zstandard[${PYTHON_USEDEP}] - dev-python/absl-py[${PYTHON_USEDEP}] sci-libs/scikit-learn[${PYTHON_USEDEP}] ') "