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: Sun, 27 Sep 2020 03:20:34
Message-Id: 1601176822.345ed850dfacd1eca12fa02afdd61dc8fc90e92b.chymera@gentoo
1 commit: 345ed850dfacd1eca12fa02afdd61dc8fc90e92b
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 03:20:22 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 03:20:22 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=345ed850
7
8 sci-libs/pydicom: rm old, live versions; updated PYTHON_COMPAT
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-libs/pydicom/pydicom-0.9.9.ebuild | 17 -----------------
14 sci-libs/pydicom/pydicom-1.1.0.ebuild | 4 ++--
15 sci-libs/pydicom/pydicom-1.4.2.ebuild | 2 +-
16 sci-libs/pydicom/pydicom-9999.ebuild | 20 --------------------
17 4 files changed, 3 insertions(+), 40 deletions(-)
18
19 diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild b/sci-libs/pydicom/pydicom-0.9.9.ebuild
20 deleted file mode 100644
21 index df6e11172..000000000
22 --- a/sci-libs/pydicom/pydicom-0.9.9.ebuild
23 +++ /dev/null
24 @@ -1,17 +0,0 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=7
29 -
30 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
31 -
32 -inherit distutils-r1
33 -
34 -DESCRIPTION="A pure python package for parsing DICOM files"
35 -HOMEPAGE="http://www.pydicom.org/"
36 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37 -
38 -LICENSE="MIT"
39 -SLOT="0"
40 -KEYWORDS="~amd64 ~x86"
41 -IUSE=""
42
43 diff --git a/sci-libs/pydicom/pydicom-1.1.0.ebuild b/sci-libs/pydicom/pydicom-1.1.0.ebuild
44 index 0c2e1b15e..1838de682 100644
45 --- a/sci-libs/pydicom/pydicom-1.1.0.ebuild
46 +++ b/sci-libs/pydicom/pydicom-1.1.0.ebuild
47 @@ -1,9 +1,9 @@
48 -# Copyright 1999-2018 Gentoo Foundation
49 +# Copyright 1999-2020 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53
54 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
55 +PYTHON_COMPAT=( python3_{6,7,8,9} )
56
57 inherit distutils-r1
58
59
60 diff --git a/sci-libs/pydicom/pydicom-1.4.2.ebuild b/sci-libs/pydicom/pydicom-1.4.2.ebuild
61 index 2ab96e750..ef819cd72 100644
62 --- a/sci-libs/pydicom/pydicom-1.4.2.ebuild
63 +++ b/sci-libs/pydicom/pydicom-1.4.2.ebuild
64 @@ -3,7 +3,7 @@
65
66 EAPI=7
67
68 -PYTHON_COMPAT=( python{3_6,3_7} )
69 +PYTHON_COMPAT=( python3_{6,7,8,9} )
70
71 inherit distutils-r1
72
73
74 diff --git a/sci-libs/pydicom/pydicom-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild
75 deleted file mode 100644
76 index 10a12a436..000000000
77 --- a/sci-libs/pydicom/pydicom-9999.ebuild
78 +++ /dev/null
79 @@ -1,20 +0,0 @@
80 -# Copyright 1999-2018 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=7
84 -
85 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
86 -
87 -inherit distutils-r1 git-r3
88 -
89 -DESCRIPTION="A pure python package for parsing DICOM files"
90 -HOMEPAGE="http://www.pydicom.org/"
91 -SRC_URI=""
92 -EGIT_REPO_URI="https://github.com/darcymason/pydicom"
93 -
94 -LICENSE="MIT"
95 -SLOT="0"
96 -KEYWORDS=""
97 -IUSE=""
98 -
99 -S="${S}/source"