commit: 9c2e7e56a4d981ec230afe180a51fbb2456e745d
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Thu Jul 26 19:39:11 2018 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jul 26 19:39:11 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c2e7e56
sci-libs/pydicom: EAPI and PYTHON_COMPAT bump
Package-Manager: Portage-2.3.43, Repoman-2.3.10
sci-libs/pydicom/pydicom-0.9.9.ebuild | 6 +++---
sci-libs/pydicom/pydicom-9999.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild
b/sci-libs/pydicom/pydicom-0.9.9.ebuild
index e25cde5c3..df6e11172 100644
--- a/sci-libs/pydicom/pydicom-0.9.9.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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
diff --git a/sci-libs/pydicom/pydicom-9999.ebuild
b/sci-libs/pydicom/pydicom-9999.ebuild
index 78a868e2b..10a12a436 100644
--- a/sci-libs/pydicom/pydicom-9999.ebuild
+++ b/sci-libs/pydicom/pydicom-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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 git-r3