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 56182139360 for ; Fri, 6 Aug 2021 23:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92979E09AE; Fri, 6 Aug 2021 23:39:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 72BDCE09AE for ; Fri, 6 Aug 2021 23:39:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1A99F342B51 for ; Fri, 6 Aug 2021 23:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C22CC7D6 for ; Fri, 6 Aug 2021 23:39:38 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1628293171.812b43ca7b5f10905fb704b60edce71c5fce2d85.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/netaddr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/netaddr/netaddr-0.8.0.ebuild X-VCS-Directories: dev-python/netaddr/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 812b43ca7b5f10905fb704b60edce71c5fce2d85 X-VCS-Branch: master Date: Fri, 6 Aug 2021 23:39:38 +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: c57e4266-8586-465e-85c9-a560238daa2e X-Archives-Hash: d4a91702fc7f27624dbbf116b8226dc2 commit: 812b43ca7b5f10905fb704b60edce71c5fce2d85 Author: Louis Sautier gentoo org> AuthorDate: Fri Aug 6 23:36:55 2021 +0000 Commit: Louis Sautier gentoo org> CommitDate: Fri Aug 6 23:39:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812b43ca dev-python/netaddr: enable py3.10, fix DISTUTILS_USE_SETUPTOOLS Signed-off-by: Louis Sautier gentoo.org> dev-python/netaddr/netaddr-0.8.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/netaddr/netaddr-0.8.0.ebuild b/dev-python/netaddr/netaddr-0.8.0.ebuild index 9f2374e1e55..34acb3077ea 100644 --- a/dev-python/netaddr/netaddr-0.8.0.ebuild +++ b/dev-python/netaddr/netaddr-0.8.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 @@ -20,7 +19,6 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="cli" RDEPEND=" - $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_6) cli? ( >=dev-python/ipython-0.13.1-r1[${PYTHON_USEDEP}] )