From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1736536-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id 6C3081584AD for <garchives@archives.gentoo.org>; Sat, 12 Apr 2025 18:55:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 57A7E343B7D for <garchives@archives.gentoo.org>; Sat, 12 Apr 2025 18:55:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7D0A51104C3; Sat, 12 Apr 2025 18:55:01 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 782EB1104C3 for <gentoo-commits@lists.gentoo.org>; Sat, 12 Apr 2025 18:55:01 +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 3528E3436C7 for <gentoo-commits@lists.gentoo.org>; Sat, 12 Apr 2025 18:55:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D48EF283B for <gentoo-commits@lists.gentoo.org>; Sat, 12 Apr 2025 18:54:58 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1744484083.82431c133af4950cb8c36b51a548d1335b6c2537.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/markdown/markdown-3.7.ebuild dev-python/markdown/markdown-3.8.ebuild X-VCS-Directories: dev-python/markdown/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 82431c133af4950cb8c36b51a548d1335b6c2537 X-VCS-Branch: master Date: Sat, 12 Apr 2025 18:54:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a3ffcf6-3f32-4263-b52b-cb3f6774ff07 X-Archives-Hash: 5b3dae6268bc14ecece59c63c3a8f122 commit: 82431c133af4950cb8c36b51a548d1335b6c2537 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Apr 9 14:44:50 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Apr 12 18:54:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82431c13 dev-python/markdown: Add explicit IUSE=test Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/markdown/markdown-3.7.ebuild | 3 ++- dev-python/markdown/markdown-3.8.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/markdown/markdown-3.7.ebuild b/dev-python/markdown/markdown-3.7.ebuild index afae62b1c5c8..81b38e73cc68 100644 --- a/dev-python/markdown/markdown-3.7.ebuild +++ b/dev-python/markdown/markdown-3.7.ebuild @@ -19,7 +19,8 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="doc" +IUSE="doc test" +RESTRICT="!test? ( test )" BDEPEND=" test? ( diff --git a/dev-python/markdown/markdown-3.8.ebuild b/dev-python/markdown/markdown-3.8.ebuild index 581e5603a7d0..9016eb478e54 100644 --- a/dev-python/markdown/markdown-3.8.ebuild +++ b/dev-python/markdown/markdown-3.8.ebuild @@ -19,7 +19,8 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="doc" +IUSE="doc test" +RESTRICT="!test? ( test )" BDEPEND=" >=dev-python/setuptools-77[${PYTHON_USEDEP}]