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 46804138335 for ; Wed, 18 Jul 2018 12:54:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2A56E0909; Wed, 18 Jul 2018 12:54:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 67575E0909 for ; Wed, 18 Jul 2018 12:54:44 +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 5F079335CBF for ; Wed, 18 Jul 2018 12:54:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0790F36B for ; Wed, 18 Jul 2018 12:54:40 +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: <1531918474.cf0c6e92fe7172d068571ebdea15d53aeb7b98e7.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 X-VCS-Directories: dev-python/pyjwt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cf0c6e92fe7172d068571ebdea15d53aeb7b98e7 X-VCS-Branch: master Date: Wed, 18 Jul 2018 12:54:40 +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-Archives-Salt: f3e35c7c-116e-41b7-ae91-6108384db222 X-Archives-Hash: 6738e171dffec3376b2fb4fffc990acb commit: cf0c6e92fe7172d068571ebdea15d53aeb7b98e7 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 18 12:23:21 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 18 12:54:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0c6e92 dev-python/pyjwt: Enable py3.7 dev-python/pyjwt/pyjwt-1.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyjwt/pyjwt-1.5.3.ebuild b/dev-python/pyjwt/pyjwt-1.5.3.ebuild index 652713206d1..4f508b7efe4 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_{4,5,6}} pypy ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy ) inherit distutils-r1 eutils