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/grabbit/
Date: Thu, 02 Aug 2018 15:55:49
Message-Id: 1533223754.1d834db5f4e5ba2fa86ffe869ecc807f03241239.chymera@gentoo
1 commit: 1d834db5f4e5ba2fa86ffe869ecc807f03241239
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Thu Aug 2 15:29:14 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 2 15:29:14 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d834db5
7
8 dev-python/grabbit: EAPI and PYTHON_COMPAT bump
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-python/grabbit/grabbit-0.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/grabbit/grabbit-0.1.1.ebuild b/dev-python/grabbit/grabbit-0.1.1.ebuild
16 index cceee888e..dd6a7e6a9 100644
17 --- a/dev-python/grabbit/grabbit-0.1.1.ebuild
18 +++ b/dev-python/grabbit/grabbit-0.1.1.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