Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/num2words/
Date: Thu, 02 Aug 2018 15:24:48
Message-Id: 1533223476.633407fabd2cf8c6144e87c0c1ef42e1ba6691ad.chymera@gentoo
1 commit: 633407fabd2cf8c6144e87c0c1ef42e1ba6691ad
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Thu Aug 2 15:24:36 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 2 15:24:36 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=633407fa
7
8 dev-python/num2words: EAPI and PYTHON_COMPAT bump
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-python/num2words/num2words-0.5.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/num2words/num2words-0.5.6.ebuild b/dev-python/num2words/num2words-0.5.6.ebuild
16 index 57069dc58..214bd8907 100644
17 --- a/dev-python/num2words/num2words-0.5.6.ebuild
18 +++ b/dev-python/num2words/num2words-0.5.6.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28
29 inherit distutils-r1