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-biology/dcmstack/
Date: Sat, 26 Sep 2020 12:39:22
Message-Id: 1601123952.4e03eb88bf902419b319e2024d770e9e04a918b8.chymera@gentoo
1 commit: 4e03eb88bf902419b319e2024d770e9e04a918b8
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sat Sep 26 12:39:12 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 26 12:39:12 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e03eb88
7
8 sci-biology/dcmstack: static version 0.8
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-biology/dcmstack/dcmstack-0.8.ebuild | 24 ++++++++++++++++++++++++
14 sci-biology/dcmstack/dcmstack-9999.ebuild | 23 -----------------------
15 2 files changed, 24 insertions(+), 23 deletions(-)
16
17 diff --git a/sci-biology/dcmstack/dcmstack-0.8.ebuild b/sci-biology/dcmstack/dcmstack-0.8.ebuild
18 new file mode 100644
19 index 000000000..b537b959f
20 --- /dev/null
21 +++ b/sci-biology/dcmstack/dcmstack-0.8.ebuild
22 @@ -0,0 +1,24 @@
23 +# Copyright 1999-2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +PYTHON_COMPAT=( python3_{6,7} )
29 +
30 +inherit distutils-r1 git-r3 multilib
31 +
32 +DESCRIPTION="DICOM to Nifti coversion"
33 +HOMEPAGE="https://dcmstack.readthedocs.org/en/latest/"
34 +SRC_URI="https://github.com/moloney/dcmstack/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35 +EGIT_REPO_URI="https://github.com/moloney/dcmstack"
36 +
37 +LICENSE="MIT"
38 +SLOT="0"
39 +IUSE=""
40 +KEYWORDS="~amd64 ~x86"
41 +
42 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
43 +RDEPEND="
44 + sci-libs/nibabel[${PYTHON_USEDEP}]
45 + sci-libs/pydicom[${PYTHON_USEDEP}]
46 +"
47
48 diff --git a/sci-biology/dcmstack/dcmstack-9999.ebuild b/sci-biology/dcmstack/dcmstack-9999.ebuild
49 deleted file mode 100644
50 index d3d38dc2a..000000000
51 --- a/sci-biology/dcmstack/dcmstack-9999.ebuild
52 +++ /dev/null
53 @@ -1,23 +0,0 @@
54 -# Copyright 1999-2015 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=5
58 -
59 -PYTHON_COMPAT=( python2_7 )
60 -
61 -inherit distutils-r1 git-r3 multilib
62 -
63 -DESCRIPTION="DICOM to Nifti coversion"
64 -HOMEPAGE="https://dcmstack.readthedocs.org/en/latest/"
65 -SRC_URI=""
66 -EGIT_REPO_URI="https://github.com/moloney/dcmstack"
67 -
68 -LICENSE="MIT"
69 -SLOT="0"
70 -IUSE=""
71 -KEYWORDS=""
72 -
73 -DEPEND="
74 - dev-python/setuptools[${PYTHON_USEDEP}]"
75 -RDEPEND="sci-libs/nibabel[${PYTHON_USEDEP}]
76 - >=sci-libs/pydicom-0.9.7[${PYTHON_USEDEP}]"