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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64D6C13835B for ; Mon, 21 Sep 2020 17:49:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9835BE0863; Mon, 21 Sep 2020 17:49:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D2E1E0857 for ; Mon, 21 Sep 2020 17:49:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 822D4340E1F for ; Mon, 21 Sep 2020 17:48:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9461637B for ; Mon, 21 Sep 2020 17:48:56 +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: <1600710533.ae245686150df291fa6ef01a5fe6f9209deeff50.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-0.16.1.ebuild X-VCS-Directories: dev-python/xarray/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ae245686150df291fa6ef01a5fe6f9209deeff50 X-VCS-Branch: master Date: Mon, 21 Sep 2020 17:48:56 +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: 6dd795e8-ef75-4baa-b1a8-dd538a081ad7 X-Archives-Hash: 8ce60497c7fc94d8bfd83ebf253ce6a2 commit: ae245686150df291fa6ef01a5fe6f9209deeff50 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 21 17:48:20 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 21 17:48:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae245686 dev-python/xarray: Set DISTUTILS_USE_SETUPTOOLS=rdepend The QA checks works correctly for this package now. Signed-off-by: Michał Górny gentoo.org> dev-python/xarray/xarray-0.16.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/xarray/xarray-0.16.1.ebuild b/dev-python/xarray/xarray-0.16.1.ebuild index b31fa72fde9..e4da2b36730 100644 --- a/dev-python/xarray/xarray-0.16.1.ebuild +++ b/dev-python/xarray/xarray-0.16.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 # pkg_resources use in code -DISTUTILS_USE_SETUPTOOLS=manual +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 @@ -19,8 +19,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-python/numpy-1.15[${PYTHON_USEDEP}] - >=dev-python/pandas-0.25[${PYTHON_USEDEP}] - >=dev-python/setuptools-41.2[${PYTHON_USEDEP}]" + >=dev-python/pandas-0.25[${PYTHON_USEDEP}]" # note: most of test dependencies are optional BDEPEND=" test? (