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 687DB158008 for ; Tue, 13 Jun 2023 16:37:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1C82E09E5; Tue, 13 Jun 2023 16:36:59 +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 85A64E09E5 for ; Tue, 13 Jun 2023 16:36:59 +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 3C957335D85 for ; Tue, 13 Jun 2023 16:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB1F28DC for ; Tue, 13 Jun 2023 16:36:54 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1686674205.5fecbbbdb6746a91d907bdc3301cb7874856a88b.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mistletoe/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild dev-python/mistletoe/mistletoe-1.1.0.ebuild X-VCS-Directories: dev-python/mistletoe/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 5fecbbbdb6746a91d907bdc3301cb7874856a88b X-VCS-Branch: dev Date: Tue, 13 Jun 2023 16:36:54 +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: 215f023f-f09c-484a-a062-3aea861b7a4e X-Archives-Hash: a6c7b587754e8bf1fcfb7aba7143a3df commit: 5fecbbbdb6746a91d907bdc3301cb7874856a88b Author: Julien Roy jroy ca> AuthorDate: Tue Jun 13 16:36:09 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue Jun 13 16:36:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fecbbbd dev-python/mistletoe: add missing BDEPEND for tests Closes: https://bugs.gentoo.org/908430 Signed-off-by: Julien Roy jroy.ca> .../mistletoe/{mistletoe-1.1.0.ebuild => mistletoe-1.1.0-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/mistletoe/mistletoe-1.1.0.ebuild b/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild similarity index 86% rename from dev-python/mistletoe/mistletoe-1.1.0.ebuild rename to dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild index 785d7cc69..16777ea07 100644 --- a/dev-python/mistletoe/mistletoe-1.1.0.ebuild +++ b/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild @@ -15,7 +15,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -RDEPEND="" -DEPEND="${RDEPEND}" +BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )" distutils_enable_tests pytest