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 5331F158087 for ; Wed, 6 Oct 2021 17:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E970FE09C4; Wed, 6 Oct 2021 17:48:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1B44E09C4 for ; Wed, 6 Oct 2021 17:48:45 +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 9CA0E343336 for ; Wed, 6 Oct 2021 17:48:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1836B134 for ; Wed, 6 Oct 2021 17:48:43 +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: <1633542507.0526be0947a1cdf4ed21fb9232cfb7d92b71d2fc.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pafy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pafy/pafy-0.5.5.ebuild dev-python/pafy/pafy-9999.ebuild X-VCS-Directories: dev-python/pafy/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0526be0947a1cdf4ed21fb9232cfb7d92b71d2fc X-VCS-Branch: master Date: Wed, 6 Oct 2021 17:48:43 +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: aaff6057-9f1f-422b-ad2b-9634fccfdfa4 X-Archives-Hash: b62a9938295ef0ad5c8ac07287fa59e5 commit: 0526be0947a1cdf4ed21fb9232cfb7d92b71d2fc Author: Arthur Zamarin gentoo org> AuthorDate: Wed Oct 6 17:34:38 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Oct 6 17:48:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0526be09 dev-python/pafy: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pafy/pafy-0.5.5.ebuild | 3 +-- dev-python/pafy/pafy-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/pafy/pafy-0.5.5.ebuild b/dev-python/pafy/pafy-0.5.5.ebuild index 57aea55fcae..348baedd9e9 100644 --- a/dev-python/pafy/pafy-0.5.5.ebuild +++ b/dev-python/pafy/pafy-0.5.5.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then diff --git a/dev-python/pafy/pafy-9999.ebuild b/dev-python/pafy/pafy-9999.ebuild index 57aea55fcae..348baedd9e9 100644 --- a/dev-python/pafy/pafy-9999.ebuild +++ b/dev-python/pafy/pafy-9999.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then