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 BA7DF1581C1 for ; Fri, 12 Jul 2024 06:56:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B45972BC139; Fri, 12 Jul 2024 06:56:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9B07B2BC139 for ; Fri, 12 Jul 2024 06:56:11 +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 E6837340C43 for ; Fri, 12 Jul 2024 06:56:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4821B1E19 for ; Fri, 12 Jul 2024 06:56:08 +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: <1720767360.a85d2046f466474fbecf08df5bd873ecf27f5848.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xml2rfc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xml2rfc/xml2rfc-3.18.0.ebuild X-VCS-Directories: app-text/xml2rfc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a85d2046f466474fbecf08df5bd873ecf27f5848 X-VCS-Branch: master Date: Fri, 12 Jul 2024 06:56:08 +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: c9182ad4-1971-4e5a-9aa9-b7c4dfccf708 X-Archives-Hash: 764668c7e4718e74cfad0f0b45f2c324 commit: a85d2046f466474fbecf08df5bd873ecf27f5848 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 12 06:55:42 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 12 06:56:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85d2046 app-text/xml2rfc: Remove redundant RESTRICT Signed-off-by: Michał Górny gentoo.org> app-text/xml2rfc/xml2rfc-3.18.0.ebuild | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild index e0e2305fe1cf..330299f1066c 100644 --- a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild +++ b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild @@ -19,21 +19,10 @@ SRC_URI=" -> ${P}.gh.tar.gz " -RESTRICT="!test? ( test )" LICENSE="BSD" SLOT="0" KEYWORDS="amd64" -BDEPEND=" - test? ( - >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - dev-python/dict2xml[${PYTHON_USEDEP}] - dev-python/weasyprint[${PYTHON_USEDEP}] - media-fonts/noto[cjk] - ) -" - RDEPEND=" >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}] dev-python/ConfigArgParse[${PYTHON_USEDEP}] @@ -48,6 +37,15 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}] + dev-python/decorator[${PYTHON_USEDEP}] + dev-python/dict2xml[${PYTHON_USEDEP}] + dev-python/weasyprint[${PYTHON_USEDEP}] + media-fonts/noto[cjk] + ) +" distutils_enable_tests unittest