Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
Date: Fri, 27 Jul 2018 15:38:55
Message-Id: 1532633951.9c2e7e56a4d981ec230afe180a51fbb2456e745d.chymera@gentoo
1 commit: 9c2e7e56a4d981ec230afe180a51fbb2456e745d
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Thu Jul 26 19:39:11 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 26 19:39:11 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c2e7e56
7
8 sci-libs/pydicom: EAPI and PYTHON_COMPAT bump
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 sci-libs/pydicom/pydicom-0.9.9.ebuild | 6 +++---
13 sci-libs/pydicom/pydicom-9999.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild b/sci-libs/pydicom/pydicom-0.9.9.ebuild
17 index e25cde5c3..df6e11172 100644
18 --- a/sci-libs/pydicom/pydicom-0.9.9.ebuild
19 +++ b/sci-libs/pydicom/pydicom-0.9.9.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
29 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
30
31 inherit distutils-r1
32
33
34 diff --git a/sci-libs/pydicom/pydicom-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild
35 index 78a868e2b..10a12a436 100644
36 --- a/sci-libs/pydicom/pydicom-9999.ebuild
37 +++ b/sci-libs/pydicom/pydicom-9999.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 -EAPI=6
44 +EAPI=7
45
46 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
47 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
48
49 inherit distutils-r1 git-r3