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 37EBB1382C5 for ; Fri, 18 Dec 2020 14:15:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AF97E09FB; Fri, 18 Dec 2020 14:15:42 +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 45265E0A04 for ; Fri, 18 Dec 2020 14:15:42 +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 4425A33FE74 for ; Fri, 18 Dec 2020 14:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F31521F9 for ; Fri, 18 Dec 2020 14:15:39 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608298206.48afc0fdae028b68948de7408caddcd028f9e51e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-isort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-isort/pytest-isort-1.2.0.ebuild X-VCS-Directories: dev-python/pytest-isort/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 48afc0fdae028b68948de7408caddcd028f9e51e X-VCS-Branch: dev Date: Fri, 18 Dec 2020 14:15:39 +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: b127d49b-e385-4401-8713-de170df2e24f X-Archives-Hash: 9c05ad842611cd0ccf64c0af052e8a93 commit: 48afc0fdae028b68948de7408caddcd028f9e51e Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 13:30:06 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 13:30:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48afc0fd dev-python/pytest-isort: add py3.9 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-isort/pytest-isort-1.2.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild b/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild index 7aec417a..d44ca68a 100644 --- a/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild +++ b/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild @@ -3,9 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 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 F1DBF1382C5 for ; Fri, 18 Dec 2020 14:15:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51C55E0A68; Fri, 18 Dec 2020 14:15:49 +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 3CC30E0A68 for ; Fri, 18 Dec 2020 14:15:49 +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 D78E0340DDB for ; Fri, 18 Dec 2020 14:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C74E1F9 for ; Fri, 18 Dec 2020 14:15:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608298206.48afc0fdae028b68948de7408caddcd028f9e51e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-isort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-isort/pytest-isort-1.2.0.ebuild X-VCS-Directories: dev-python/pytest-isort/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 48afc0fdae028b68948de7408caddcd028f9e51e X-VCS-Branch: master Date: Fri, 18 Dec 2020 14:15:46 +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: 7c98a23a-fbe4-4463-b48d-fc39a915e654 X-Archives-Hash: f81ce15f2428838f520d53c7cc9fd1a3 Message-ID: <20201218141546.lWndgvO8I-JE8L4XqPnCbiVcaY5TGhb-CdQkwnsF1qE@z> commit: 48afc0fdae028b68948de7408caddcd028f9e51e Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 13:30:06 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 13:30:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48afc0fd dev-python/pytest-isort: add py3.9 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pytest-isort/pytest-isort-1.2.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild b/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild index 7aec417a..d44ca68a 100644 --- a/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild +++ b/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild @@ -3,9 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1