commit:     4e03eb88bf902419b319e2024d770e9e04a918b8
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Sep 26 12:39:12 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Sep 26 12:39:12 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e03eb88

sci-biology/dcmstack: static version 0.8

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-biology/dcmstack/dcmstack-0.8.ebuild  | 24 ++++++++++++++++++++++++
 sci-biology/dcmstack/dcmstack-9999.ebuild | 23 -----------------------
 2 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/sci-biology/dcmstack/dcmstack-0.8.ebuild 
b/sci-biology/dcmstack/dcmstack-0.8.ebuild
new file mode 100644
index 000000000..b537b959f
--- /dev/null
+++ b/sci-biology/dcmstack/dcmstack-0.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1 git-r3 multilib
+
+DESCRIPTION="DICOM to Nifti coversion"
+HOMEPAGE="https://dcmstack.readthedocs.org/en/latest/";
+SRC_URI="https://github.com/moloney/dcmstack/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/moloney/dcmstack";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+       sci-libs/nibabel[${PYTHON_USEDEP}]
+       sci-libs/pydicom[${PYTHON_USEDEP}]
+"

diff --git a/sci-biology/dcmstack/dcmstack-9999.ebuild 
b/sci-biology/dcmstack/dcmstack-9999.ebuild
deleted file mode 100644
index d3d38dc2a..000000000
--- a/sci-biology/dcmstack/dcmstack-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 git-r3 multilib
-
-DESCRIPTION="DICOM to Nifti coversion"
-HOMEPAGE="https://dcmstack.readthedocs.org/en/latest/";
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/moloney/dcmstack";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-KEYWORDS=""
-
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="sci-libs/nibabel[${PYTHON_USEDEP}]
-       >=sci-libs/pydicom-0.9.7[${PYTHON_USEDEP}]"

Reply via email to