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 EC57E1382C5 for ; Sat, 30 May 2020 17:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22F77E0636; Sat, 30 May 2020 17:27:52 +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 044AAE0636 for ; Sat, 30 May 2020 17:27:51 +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 499DF34EF9E for ; Sat, 30 May 2020 17:27:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C38A71DA for ; Sat, 30 May 2020 17:27:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590859666.ae323fe69b2050e85c5f18c3afb175dc684f7f71.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gpyutils/gpyutils-0.4.1.ebuild app-portage/gpyutils/gpyutils-9999.ebuild X-VCS-Directories: app-portage/gpyutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ae323fe69b2050e85c5f18c3afb175dc684f7f71 X-VCS-Branch: master Date: Sat, 30 May 2020 17:27:48 +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: 669b2cfd-ac4f-4649-95c8-4cfc733a957f X-Archives-Hash: e27e806fae05a922fe9a8ba4e38fc6b6 commit: ae323fe69b2050e85c5f18c3afb175dc684f7f71 Author: Michał Górny gentoo org> AuthorDate: Sat May 30 17:27:09 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 30 17:27:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae323fe6 app-portage/gpyutils: Port to py39 Signed-off-by: Michał Górny gentoo.org> app-portage/gpyutils/gpyutils-0.4.1.ebuild | 2 +- app-portage/gpyutils/gpyutils-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/gpyutils/gpyutils-0.4.1.ebuild b/app-portage/gpyutils/gpyutils-0.4.1.ebuild index e53246c0e37..ac5c7dac4d6 100644 --- a/app-portage/gpyutils/gpyutils-0.4.1.ebuild +++ b/app-portage/gpyutils/gpyutils-0.4.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild index 6f927d08634..8bbbb4c17b6 100644 --- a/app-portage/gpyutils/gpyutils-9999.ebuild +++ b/app-portage/gpyutils/gpyutils-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6..9} ) EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git" inherit distutils-r1 git-r3