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 B350B138335 for ; Wed, 10 Apr 2019 05:08:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B6F2E09C3; Wed, 10 Apr 2019 05:08:34 +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 0EC7EE09C2 for ; Wed, 10 Apr 2019 05:08:34 +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 EE5C13408B8 for ; Wed, 10 Apr 2019 05:08:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48D215B5 for ; Wed, 10 Apr 2019 05:08:30 +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: <1554872886.6baa66481a8052040c3d30f583e3261593e22e4b.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/retrying/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/retrying/retrying-1.3.3.ebuild X-VCS-Directories: dev-python/retrying/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 6baa66481a8052040c3d30f583e3261593e22e4b X-VCS-Branch: master Date: Wed, 10 Apr 2019 05:08:30 +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: 0dbd3cd4-5287-4db0-8251-b4a1deb878e1 X-Archives-Hash: 1cbc7a2714480f9781ae4aba43abaec8 commit: 6baa66481a8052040c3d30f583e3261593e22e4b Author: Matthew Thode gentoo org> AuthorDate: Wed Apr 10 04:35:07 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Apr 10 05:08:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6baa6648 dev-python/retrying: add py37 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> dev-python/retrying/retrying-1.3.3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/retrying/retrying-1.3.3.ebuild b/dev-python/retrying/retrying-1.3.3.ebuild index 1706888ef36..4ee6c038d06 100644 --- a/dev-python/retrying/retrying-1.3.3.ebuild +++ b/dev-python/retrying/retrying-1.3.3.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) inherit distutils-r1