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 2171213835B for ; Sun, 23 May 2021 13:41:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EFBDE0866; Sun, 23 May 2021 13:41:18 +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 16B9FE0866 for ; Sun, 23 May 2021 13:41:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9A97C340DF5 for ; Sun, 23 May 2021 13:41:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA7FF796 for ; Sun, 23 May 2021 13:41:14 +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: <1621777262.5d526a6c2b81bb50847b7b67f2ee2f935909b096.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cli_helpers/cli_helpers-2.1.0.ebuild dev-python/cli_helpers/cli_helpers-9999.ebuild X-VCS-Directories: dev-python/cli_helpers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d526a6c2b81bb50847b7b67f2ee2f935909b096 X-VCS-Branch: master Date: Sun, 23 May 2021 13:41:14 +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: e47fb24d-03a1-4027-b8d3-fe0c9ac6df98 X-Archives-Hash: 07f7cbacdb88378caa618dc3b43a56be commit: 5d526a6c2b81bb50847b7b67f2ee2f935909b096 Author: Michał Górny gentoo org> AuthorDate: Sun May 23 13:09:28 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 23 13:41:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d526a6c dev-python/cli_helpers: Enable py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/cli_helpers/cli_helpers-2.1.0.ebuild | 4 ++-- dev-python/cli_helpers/cli_helpers-9999.ebuild | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild index 8e9c61809ff..9abb01e4605 100644 --- a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild +++ b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild @@ -1,9 +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..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="Python helpers for common CLI tasks" diff --git a/dev-python/cli_helpers/cli_helpers-9999.ebuild b/dev-python/cli_helpers/cli_helpers-9999.ebuild index 52c7cd0046a..f36ceb13965 100644 --- a/dev-python/cli_helpers/cli_helpers-9999.ebuild +++ b/dev-python/cli_helpers/cli_helpers-9999.ebuild @@ -1,9 +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..9} ) +PYTHON_COMPAT=( python3_{7..10} ) EGIT_REPO_URI="https://github.com/dbcli/${PN}.git" inherit distutils-r1 git-r3 @@ -18,7 +18,8 @@ KEYWORDS="" RDEPEND=" >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}] >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] - >=dev-python/tabulate-0.8.2[${PYTHON_USEDEP}] + >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}] + >=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}] dev-python/wcwidth[${PYTHON_USEDEP}] "