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 8725D139368 for ; Tue, 3 Aug 2021 14:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8C8EE09CE; Tue, 3 Aug 2021 14:12:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BE843E09CE for ; Tue, 3 Aug 2021 14:12:39 +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 CD1F2343D67 for ; Tue, 3 Aug 2021 14:12:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EA4386E for ; Tue, 3 Aug 2021 14:12:35 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1627999942.86244c4e5de81b00e41c692782a5214fbee82673.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cppcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/ament_cppcheck/ament_cppcheck-0.10.4.ebuild dev-ros/ament_cppcheck/ament_cppcheck-9999.ebuild X-VCS-Directories: dev-ros/ament_cppcheck/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 86244c4e5de81b00e41c692782a5214fbee82673 X-VCS-Branch: master Date: Tue, 3 Aug 2021 14:12:35 +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: ae56eb9e-d74c-4573-ae96-5f5a4c087707 X-Archives-Hash: 1df654236835c2f2ff86fe1a39d755fc commit: 86244c4e5de81b00e41c692782a5214fbee82673 Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 3 14:12:03 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 3 14:12:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86244c4e dev-ros/ament_cppcheck: py improvments add py39/310 enable but restrict tests Closes: https://bugs.gentoo.org/798621 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/ament_cppcheck/ament_cppcheck-0.10.4.ebuild | 7 ++++++- dev-ros/ament_cppcheck/ament_cppcheck-9999.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dev-ros/ament_cppcheck/ament_cppcheck-0.10.4.ebuild b/dev-ros/ament_cppcheck/ament_cppcheck-0.10.4.ebuild index 2dbf9430dfe..1ec0564cee8 100644 --- a/dev-ros/ament_cppcheck/ament_cppcheck-0.10.4.ebuild +++ b/dev-ros/ament_cppcheck/ament_cppcheck-0.10.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_8,3_9,3_10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -36,3 +36,8 @@ RDEPEND=" " DEPEND="" BDEPEND="" + +# pytest.ini is there but no tests are ran causing it to fail +RESTRICT="test" + +distutils_enable_tests pytest diff --git a/dev-ros/ament_cppcheck/ament_cppcheck-9999.ebuild b/dev-ros/ament_cppcheck/ament_cppcheck-9999.ebuild index 2dbf9430dfe..1ec0564cee8 100644 --- a/dev-ros/ament_cppcheck/ament_cppcheck-9999.ebuild +++ b/dev-ros/ament_cppcheck/ament_cppcheck-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_8,3_9,3_10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -36,3 +36,8 @@ RDEPEND=" " DEPEND="" BDEPEND="" + +# pytest.ini is there but no tests are ran causing it to fail +RESTRICT="test" + +distutils_enable_tests pytest