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 8DE15138350 for ; Mon, 16 Mar 2020 12:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A542E0BC0; Mon, 16 Mar 2020 12:00:24 +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 55A0DE0BC0 for ; Mon, 16 Mar 2020 12:00:24 +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 8BE8634F1E7 for ; Mon, 16 Mar 2020 12:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E789418A for ; Mon, 16 Mar 2020 12:00:03 +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: <1584359993.3fe4007c8c9e1df38713ad48c69f2aef10c59ef6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyjwt/pyjwt-1.5.3.ebuild dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild dev-python/pyjwt/pyjwt-1.7.1.ebuild X-VCS-Directories: dev-python/pyjwt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3fe4007c8c9e1df38713ad48c69f2aef10c59ef6 X-VCS-Branch: master Date: Mon, 16 Mar 2020 12:00:03 +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: 2187d569-a2f5-4522-a98b-e4e37831272b X-Archives-Hash: 30d93cfe67e252d2cee2666a76c34bae commit: 3fe4007c8c9e1df38713ad48c69f2aef10c59ef6 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 11:50:09 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 11:59:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe4007c dev-python/pyjwt: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/pyjwt/pyjwt-1.5.3.ebuild | 2 +- dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild | 2 +- dev-python/pyjwt/pyjwt-1.7.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pyjwt/pyjwt-1.5.3.ebuild b/dev-python/pyjwt/pyjwt-1.5.3.ebuild index 670b05ec00c..53b04401c0c 100644 --- a/dev-python/pyjwt/pyjwt-1.5.3.ebuild +++ b/dev-python/pyjwt/pyjwt-1.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils diff --git a/dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild b/dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild index b9fd937ec37..14a9982602e 100644 --- a/dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild +++ b/dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 eutils diff --git a/dev-python/pyjwt/pyjwt-1.7.1.ebuild b/dev-python/pyjwt/pyjwt-1.7.1.ebuild index 54a9e37af11..a165aa17445 100644 --- a/dev-python/pyjwt/pyjwt-1.7.1.ebuild +++ b/dev-python/pyjwt/pyjwt-1.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils