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 65851138335 for ; Tue, 9 Apr 2019 07:06:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67801E09A7; Tue, 9 Apr 2019 07:06:02 +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 3E7B1E09A7 for ; Tue, 9 Apr 2019 07:06:02 +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 B3798335CC0 for ; Tue, 9 Apr 2019 07:06:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 377305A3 for ; Tue, 9 Apr 2019 07:05:59 +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: <1554793521.05bdbe6ba3285cd49313d3c8197ac511e515e63f.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dill/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dill/dill-0.2.5.ebuild X-VCS-Directories: dev-python/dill/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 05bdbe6ba3285cd49313d3c8197ac511e515e63f X-VCS-Branch: master Date: Tue, 9 Apr 2019 07:05:59 +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: 91faa84e-46d7-4be0-8c3e-188d9cfb4a96 X-Archives-Hash: b73f776bf9b15ea8657ab3e520e2861c commit: 05bdbe6ba3285cd49313d3c8197ac511e515e63f Author: Matthew Thode gentoo org> AuthorDate: Tue Apr 9 06:20:41 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Apr 9 07:05:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bdbe6b dev-python/dill: 0.2.5 add py37 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> dev-python/dill/dill-0.2.5.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/dill/dill-0.2.5.ebuild b/dev-python/dill/dill-0.2.5.ebuild index 954cd7b836d..865d61915ac 100644 --- a/dev-python/dill/dill-0.2.5.ebuild +++ b/dev-python/dill/dill-0.2.5.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=6 - -PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} pypy ) +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{3,4,5,6,7} pypy ) inherit distutils-r1