commit: 345ed850dfacd1eca12fa02afdd61dc8fc90e92b
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Sep 27 03:20:22 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Sep 27 03:20:22 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=345ed850
sci-libs/pydicom: rm old, live versions; updated PYTHON_COMPAT
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-libs/pydicom/pydicom-0.9.9.ebuild | 17 -----------------
sci-libs/pydicom/pydicom-1.1.0.ebuild | 4 ++--
sci-libs/pydicom/pydicom-1.4.2.ebuild | 2 +-
sci-libs/pydicom/pydicom-9999.ebuild | 20 --------------------
4 files changed, 3 insertions(+), 40 deletions(-)
diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild
b/sci-libs/pydicom/pydicom-0.9.9.ebuild
deleted file mode 100644
index df6e11172..000000000
--- a/sci-libs/pydicom/pydicom-0.9.9.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
diff --git a/sci-libs/pydicom/pydicom-1.1.0.ebuild
b/sci-libs/pydicom/pydicom-1.1.0.ebuild
index 0c2e1b15e..1838de682 100644
--- a/sci-libs/pydicom/pydicom-1.1.0.ebuild
+++ b/sci-libs/pydicom/pydicom-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
diff --git a/sci-libs/pydicom/pydicom-1.4.2.ebuild
b/sci-libs/pydicom/pydicom-1.4.2.ebuild
index 2ab96e750..ef819cd72 100644
--- a/sci-libs/pydicom/pydicom-1.4.2.ebuild
+++ b/sci-libs/pydicom/pydicom-1.4.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
diff --git a/sci-libs/pydicom/pydicom-9999.ebuild
b/sci-libs/pydicom/pydicom-9999.ebuild
deleted file mode 100644
index 10a12a436..000000000
--- a/sci-libs/pydicom/pydicom-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/darcymason/pydicom"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-S="${S}/source"