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 616AD138334 for ; Thu, 2 Aug 2018 15:24:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D4A0E083D; Thu, 2 Aug 2018 15:24:47 +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 1058DE083D for ; Thu, 2 Aug 2018 15:24:46 +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 62BD9335CB7 for ; Thu, 2 Aug 2018 15:24:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5E9F348 for ; Thu, 2 Aug 2018 15:24:42 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1533223476.633407fabd2cf8c6144e87c0c1ef42e1ba6691ad.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/num2words/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/num2words/num2words-0.5.6.ebuild X-VCS-Directories: dev-python/num2words/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 633407fabd2cf8c6144e87c0c1ef42e1ba6691ad X-VCS-Branch: master Date: Thu, 2 Aug 2018 15:24:42 +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: d903376b-2759-4d97-a736-02aee351309c X-Archives-Hash: 983fcefdb9b8d6dc5516a1e74b7aceaf commit: 633407fabd2cf8c6144e87c0c1ef42e1ba6691ad Author: Horea Christian yandex com> AuthorDate: Thu Aug 2 15:24:36 2018 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Aug 2 15:24:36 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=633407fa dev-python/num2words: EAPI and PYTHON_COMPAT bump Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-python/num2words/num2words-0.5.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/num2words/num2words-0.5.6.ebuild b/dev-python/num2words/num2words-0.5.6.ebuild index 57069dc58..214bd8907 100644 --- a/dev-python/num2words/num2words-0.5.6.ebuild +++ b/dev-python/num2words/num2words-0.5.6.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1