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 D9D13138351 for ; Sat, 2 May 2020 04:31:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98406E0A76; Sat, 2 May 2020 04:31:05 +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 16B7AE09BD for ; Sat, 2 May 2020 04:31:05 +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 A11BA34F0DF for ; Sat, 2 May 2020 04:31:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A9B41D8 for ; Sat, 2 May 2020 04:31:01 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1588393852.0da48093f924ae3a6d266c5838412269397323fe.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cliff/cliff-2.12.0-r2.ebuild dev-python/cliff/cliff-2.12.0-r3.ebuild dev-python/cliff/cliff-2.18.0-r1.ebuild dev-python/cliff/cliff-2.18.0.ebuild X-VCS-Directories: dev-python/cliff/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 0da48093f924ae3a6d266c5838412269397323fe X-VCS-Branch: master Date: Sat, 2 May 2020 04:31:01 +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: 336da60f-940d-45c8-8ac1-46b96e582b76 X-Archives-Hash: df0db2d14ec6b5a9cf462b2b96bf168a commit: 0da48093f924ae3a6d266c5838412269397323fe Author: Andrew Udvare gmail com> AuthorDate: Fri May 1 22:45:25 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sat May 2 04:30:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da48093 dev-python/cliff: add python3_8 to PYTHON_COMPAT Signed-off-by: Andrew Udvare gmail.com> Signed-off-by: Matthew Thode gentoo.org> dev-python/cliff/{cliff-2.12.0-r2.ebuild => cliff-2.12.0-r3.ebuild} | 2 +- dev-python/cliff/{cliff-2.18.0.ebuild => cliff-2.18.0-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild b/dev-python/cliff/cliff-2.12.0-r3.ebuild similarity index 97% rename from dev-python/cliff/cliff-2.12.0-r2.ebuild rename to dev-python/cliff/cliff-2.12.0-r3.ebuild index d702e55c0eb..0342023910d 100644 --- a/dev-python/cliff/cliff-2.12.0-r2.ebuild +++ b/dev-python/cliff/cliff-2.12.0-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) VIRTUALX_REQUIRED="test" inherit distutils-r1 virtualx diff --git a/dev-python/cliff/cliff-2.18.0.ebuild b/dev-python/cliff/cliff-2.18.0-r1.ebuild similarity index 98% rename from dev-python/cliff/cliff-2.18.0.ebuild rename to dev-python/cliff/cliff-2.18.0-r1.ebuild index ae96648b505..9fa5d8c0e8d 100644 --- a/dev-python/cliff/cliff-2.18.0.ebuild +++ b/dev-python/cliff/cliff-2.18.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend # entry_points is added via [entry_points] in setup.cfg _DISTUTILS_SETUPTOOLS_WARNED=1