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 AE70D158F57 for ; Mon, 16 Aug 2021 20:48:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7DA5E0C04; Sun, 15 Aug 2021 17:38:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BBECCE0BB5 for ; Sun, 15 Aug 2021 17:38:26 +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 958823452EE for ; Sun, 15 Aug 2021 17:38:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D1E186F for ; Sun, 15 Aug 2021 17:38:24 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629048686.00fc4bdc814c887e724b434a1f01a15a814575be.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jc/jc-1.16.0.ebuild X-VCS-Directories: dev-python/jc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 00fc4bdc814c887e724b434a1f01a15a814575be X-VCS-Branch: master Date: Sun, 15 Aug 2021 17:38:24 +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: a221e891-8e22-457d-b51c-75a1004dc84e X-Archives-Hash: f9584f5051a9f3e384a7e8688e910ddf commit: 00fc4bdc814c887e724b434a1f01a15a814575be Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 15 17:29:37 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 15 17:31:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00fc4bdc dev-python/jc: enable tests Closes: https://bugs.gentoo.org/790707 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/jc/jc-1.16.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/jc/jc-1.16.0.ebuild b/dev-python/jc/jc-1.16.0.ebuild index 7c7bc7a63e0..f1821811b60 100644 --- a/dev-python/jc/jc-1.16.0.ebuild +++ b/dev-python/jc/jc-1.16.0.ebuild @@ -19,6 +19,8 @@ RDEPEND="dev-python/pygments[${PYTHON_USEDEP}] dev-python/ruamel-yaml[${PYTHON_USEDEP}] dev-python/xmltodict[${PYTHON_USEDEP}]" +distutils_enable_tests unittest + python_prepare_all() { sed -e "s|\\(^[[:space:]]*'[.[:alnum:]]\+\\)>=[^']*|\\1|" -i setup.py || die distutils-r1_python_prepare_all