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 D8156158013 for ; Thu, 23 Sep 2021 14:07:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1388AE096C; Thu, 23 Sep 2021 14:07:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECD24E096C for ; Thu, 23 Sep 2021 14:07:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBBC8342E4A for ; Thu, 23 Sep 2021 14:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D223EA for ; Thu, 23 Sep 2021 14:07:36 +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: <1632405898.a67bc0bd6902d5f0f55fc3b94a4542866bff5567.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/catkin_pkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/catkin_pkg/catkin_pkg-0.4.23-r1.ebuild dev-python/catkin_pkg/catkin_pkg-9999.ebuild X-VCS-Directories: dev-python/catkin_pkg/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a67bc0bd6902d5f0f55fc3b94a4542866bff5567 X-VCS-Branch: master Date: Thu, 23 Sep 2021 14:07:36 +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: 9f693b2c-a9e0-45e8-8e18-cc098b4b0f69 X-Archives-Hash: c645186f6110313316bb6b91ac7f1aad commit: a67bc0bd6902d5f0f55fc3b94a4542866bff5567 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Sep 16 10:57:33 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Sep 23 14:04:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67bc0bd dev-python/catkin_pkg: enable py3.10, use d_e_t passes tests Closes: https://bugs.gentoo.org/812332 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/catkin_pkg/catkin_pkg-0.4.23-r1.ebuild | 21 +++++---------------- dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 21 +++++---------------- 2 files changed, 10 insertions(+), 32 deletions(-) diff --git a/dev-python/catkin_pkg/catkin_pkg-0.4.23-r1.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.23-r1.ebuild index 5a64a0e6f18..79e5eb6b91b 100644 --- a/dev-python/catkin_pkg/catkin_pkg-0.4.23-r1.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.23-r1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=rdepend + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then @@ -24,27 +24,18 @@ fi LICENSE="BSD" SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/docutils[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pyparsing[${PYTHON_USEDEP}] -" + !