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/pynrrd/
Date: Tue, 28 Aug 2018 23:47:41
Message-Id: 1535500034.9394180b68098411262ee4e0bdaa1829365b1e0b.chymera@gentoo
1 commit: 9394180b68098411262ee4e0bdaa1829365b1e0b
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Tue Aug 28 23:47:14 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 28 23:47:14 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9394180b
7
8 dev-python/pynrrd: EAPI and PYTHON_COMPAT bump
9
10 Package-Manager: Portage-2.3.45, Repoman-2.3.10
11
12 dev-python/pynrrd/pynrrd-0.2.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pynrrd/pynrrd-0.2.2.ebuild b/dev-python/pynrrd/pynrrd-0.2.2.ebuild
16 index 7b1bc2498..1933dd639 100644
17 --- a/dev-python/pynrrd/pynrrd-0.2.2.ebuild
18 +++ b/dev-python/pynrrd/pynrrd-0.2.2.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