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 49F9E138336 for ; Wed, 10 Oct 2018 15:49:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 511F2E07D1; Wed, 10 Oct 2018 15:49:10 +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 29001E07D1 for ; Wed, 10 Oct 2018 15:49:09 +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 C56243407AF for ; Wed, 10 Oct 2018 15:49:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91AAA3D4 for ; Wed, 10 Oct 2018 15:49:05 +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: <1539186531.3dbd56b23d05c5bedae3d93d9cd49a3181fdf2e3.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ecdsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ecdsa/ecdsa-0.13.ebuild X-VCS-Directories: dev-python/ecdsa/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 3dbd56b23d05c5bedae3d93d9cd49a3181fdf2e3 X-VCS-Branch: master Date: Wed, 10 Oct 2018 15:49:05 +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: c73260d8-df52-4917-b21b-9da8d52426b0 X-Archives-Hash: d7bdb999fd55a9b33d9106ac4f129914 commit: 3dbd56b23d05c5bedae3d93d9cd49a3181fdf2e3 Author: Matthew Thode gentoo org> AuthorDate: Wed Oct 10 15:40:52 2018 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Oct 10 15:48:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbd56b2 dev-python/ecdsa: adding py37 Signed-off-by: Matthew Thode gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-python/ecdsa/ecdsa-0.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ecdsa/ecdsa-0.13.ebuild b/dev-python/ecdsa/ecdsa-0.13.ebuild index 231b94165cd..3f06e8c1e58 100644 --- a/dev-python/ecdsa/ecdsa-0.13.ebuild +++ b/dev-python/ecdsa/ecdsa-0.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) inherit distutils-r1