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 4215B158094 for ; Tue, 4 Oct 2022 12:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75158E09C3; Tue, 4 Oct 2022 12:28:51 +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 57508E09C3 for ; Tue, 4 Oct 2022 12:28:51 +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 5D917340F65 for ; Tue, 4 Oct 2022 12:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 010A05A0 for ; Tue, 4 Oct 2022 12:28:49 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1664886491.e31cef37c3c3b4115c690f248a864854e2bfb64a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/libcst/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/libcst/libcst-0.4.3_p20220607.ebuild X-VCS-Directories: dev-python/libcst/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e31cef37c3c3b4115c690f248a864854e2bfb64a X-VCS-Branch: dev Date: Tue, 4 Oct 2022 12:28:49 +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: 702fa6fd-6e6c-41e3-8d0f-4baae644bf61 X-Archives-Hash: 6fb1db54ea4fab124c2c2d33368c9a0a commit: e31cef37c3c3b4115c690f248a864854e2bfb64a Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Oct 4 12:28:11 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Oct 4 12:28:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e31cef37 dev-python/libcst: restrict tests, testdep black not available Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/libcst/libcst-0.4.3_p20220607.ebuild | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild index 25668e489..ce93cd18b 100644 --- a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild +++ b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild @@ -126,7 +126,7 @@ LICENSE="MIT Apache-2.0 PSF-2 BSD Boost-1.0 Unlicense" SLOT="0" KEYWORDS="~amd64" IUSE="test" -RESTRICT="!test? ( test )" +RESTRICT="test" RDEPEND=" >=dev-python/pyyaml-5.2[${PYTHON_USEDEP}] @@ -134,16 +134,15 @@ RDEPEND=" >=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}] >=dev-python/typing_inspect-0.4.0[${PYTHON_USEDEP}] " -DEPEND=" - ${RDEPEND} - test? ( - ~dev-python/black-22.3.0[${PYTHON_USEDEP}] - >=dev-python/hypothesis-4.36.0[${PYTHON_USEDEP}] - >=dev-python/hypothesmith-0.0.4[${PYTHON_USEDEP}] - >=dev-python/prompt_toolkit-2.0.9[${PYTHON_USEDEP}] - ) -" -BDEPEND="test? ( dev-python/ufmt[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND}" +# test? ( +# ~dev-python/black-22.3.0[${PYTHON_USEDEP}] +# >=dev-python/hypothesis-4.36.0[${PYTHON_USEDEP}] +# >=dev-python/hypothesmith-0.0.4[${PYTHON_USEDEP}] +# >=dev-python/prompt_toolkit-2.0.9[${PYTHON_USEDEP}] +# ) +# " +# BDEPEND="test? ( dev-python/ufmt[${PYTHON_USEDEP}] )" distutils_enable_tests --install pytest 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 20D30158094 for ; Tue, 4 Oct 2022 12:29:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D6E6E09C3; Tue, 4 Oct 2022 12:29: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53E63E09C3 for ; Tue, 4 Oct 2022 12:29:25 +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 47FEA340F5A for ; Tue, 4 Oct 2022 12:29:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C5FA5A0 for ; Tue, 4 Oct 2022 12:29:22 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1664886491.e31cef37c3c3b4115c690f248a864854e2bfb64a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/libcst/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/libcst/libcst-0.4.3_p20220607.ebuild X-VCS-Directories: dev-python/libcst/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e31cef37c3c3b4115c690f248a864854e2bfb64a X-VCS-Branch: master Date: Tue, 4 Oct 2022 12:29:22 +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: 9c6e245c-93c8-4310-9d45-e09b0ed07835 X-Archives-Hash: e6448559007adf8be7bcecdc857791b5 Message-ID: <20221004122922.CKhhIMRH-KdFhlW5aL1zhMLIpYpIrPXci1z8RMXS-WE@z> commit: e31cef37c3c3b4115c690f248a864854e2bfb64a Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Oct 4 12:28:11 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Oct 4 12:28:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e31cef37 dev-python/libcst: restrict tests, testdep black not available Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/libcst/libcst-0.4.3_p20220607.ebuild | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild index 25668e489..ce93cd18b 100644 --- a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild +++ b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild @@ -126,7 +126,7 @@ LICENSE="MIT Apache-2.0 PSF-2 BSD Boost-1.0 Unlicense" SLOT="0" KEYWORDS="~amd64" IUSE="test" -RESTRICT="!test? ( test )" +RESTRICT="test" RDEPEND=" >=dev-python/pyyaml-5.2[${PYTHON_USEDEP}] @@ -134,16 +134,15 @@ RDEPEND=" >=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}] >=dev-python/typing_inspect-0.4.0[${PYTHON_USEDEP}] " -DEPEND=" - ${RDEPEND} - test? ( - ~dev-python/black-22.3.0[${PYTHON_USEDEP}] - >=dev-python/hypothesis-4.36.0[${PYTHON_USEDEP}] - >=dev-python/hypothesmith-0.0.4[${PYTHON_USEDEP}] - >=dev-python/prompt_toolkit-2.0.9[${PYTHON_USEDEP}] - ) -" -BDEPEND="test? ( dev-python/ufmt[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND}" +# test? ( +# ~dev-python/black-22.3.0[${PYTHON_USEDEP}] +# >=dev-python/hypothesis-4.36.0[${PYTHON_USEDEP}] +# >=dev-python/hypothesmith-0.0.4[${PYTHON_USEDEP}] +# >=dev-python/prompt_toolkit-2.0.9[${PYTHON_USEDEP}] +# ) +# " +# BDEPEND="test? ( dev-python/ufmt[${PYTHON_USEDEP}] )" distutils_enable_tests --install pytest