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 45DFB158013 for ; Sat, 28 Aug 2021 19:14:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 910CBE0891; Sat, 28 Aug 2021 19:14:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 52D15E0891 for ; Sat, 28 Aug 2021 19:14:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0AD10342BBA for ; Sat, 28 Aug 2021 19:14:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85DC076 for ; Sat, 28 Aug 2021 19:14:00 +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: <1630178036.021a15b57d353e418bec3e4ebdc85fb3d5d2f029.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgcheck/pkgcheck-0.10.3.ebuild dev-util/pkgcheck/pkgcheck-0.10.5.ebuild dev-util/pkgcheck/pkgcheck-9999.ebuild X-VCS-Directories: dev-util/pkgcheck/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 021a15b57d353e418bec3e4ebdc85fb3d5d2f029 X-VCS-Branch: master Date: Sat, 28 Aug 2021 19:14:00 +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: 2cc53398-e9c6-486f-bc94-36f8fe06e0d3 X-Archives-Hash: 80f81d4237b5b2d77b2b9773b4316444 commit: 021a15b57d353e418bec3e4ebdc85fb3d5d2f029 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 28 19:13:30 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 28 19:13:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021a15b5 dev-util/pkgcheck: Add missing test deps Closes: https://bugs.gentoo.org/810820 Signed-off-by: Michał Górny gentoo.org> dev-util/pkgcheck/pkgcheck-0.10.3.ebuild | 6 +++++- dev-util/pkgcheck/pkgcheck-0.10.5.ebuild | 6 +++++- dev-util/pkgcheck/pkgcheck-9999.ebuild | 9 +++++++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild index d347d42a40a..8e372ddc4c4 100644 --- a/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.10.3.ebuild @@ -37,7 +37,11 @@ RDEPEND+=" >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}] " BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-vcs/git + ) " distutils_enable_tests setup.py diff --git a/dev-util/pkgcheck/pkgcheck-0.10.5.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.5.ebuild index fecb6baf36a..5cce16c33f1 100644 --- a/dev-util/pkgcheck/pkgcheck-0.10.5.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.10.5.ebuild @@ -38,7 +38,11 @@ RDEPEND+=" >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}] " BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-vcs/git + ) " distutils_enable_tests setup.py diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 9a255efb057..5cce16c33f1 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 optfeature @@ -37,7 +38,11 @@ RDEPEND+=" >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}] " BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-vcs/git + ) " distutils_enable_tests setup.py