aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2018-07-26 21:39:11 +0200
committerHorea Christian <horea.christ@yandex.com>2018-07-26 21:39:11 +0200
commit9c2e7e56a4d981ec230afe180a51fbb2456e745d (patch)
tree4554732d81b16855b9073fbc5d5aa1404f50849f
parentsci-biology/mouse-brain-atlases: version bump (diff)
downloadsci-9c2e7e56a4d981ec230afe180a51fbb2456e745d.tar.gz
sci-9c2e7e56a4d981ec230afe180a51fbb2456e745d.tar.bz2
sci-9c2e7e56a4d981ec230afe180a51fbb2456e745d.zip
sci-libs/pydicom: EAPI and PYTHON_COMPAT bump
Package-Manager: Portage-2.3.43, Repoman-2.3.10
-rw-r--r--sci-libs/pydicom/pydicom-0.9.9.ebuild6
-rw-r--r--sci-libs/pydicom/pydicom-9999.ebuild6
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