public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2015-04-07  8:56 Justin Lecher
  0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-04-07  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e85144cc10767d7f2e62fcfe1f10ef2a8eb9fee7
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Mar 31 00:17:56 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 00:17:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e85144cc

new package, initial draft

Package-Manager: portage-2.2.18

 sci-biology/dcmstack/ChangeLog            |  8 ++++++++
 sci-biology/dcmstack/dcmstack-9999.ebuild | 29 +++++++++++++++++++++++++++++
 sci-biology/dcmstack/metadata.xml         |  5 +++++
 3 files changed, 42 insertions(+)

diff --git a/sci-biology/dcmstack/ChangeLog b/sci-biology/dcmstack/ChangeLog
new file mode 100644
index 0000000..0314e2e
--- /dev/null
+++ b/sci-biology/dcmstack/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-biology/dcmstack
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*dcmstack-9999 (31 Mar 2015)
+
+  31 Mar 2015;  <chymera@gentoo.org> +dcmstack-9999.ebuild, +metadata.xml:
+  new package, initial draft

diff --git a/sci-biology/dcmstack/dcmstack-9999.ebuild b/sci-biology/dcmstack/dcmstack-9999.ebuild
new file mode 100644
index 0000000..b2130ba
--- /dev/null
+++ b/sci-biology/dcmstack/dcmstack-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_NO_PARALLEL_BUILD=true
+
+inherit distutils-r1 multilib git-r3 flag-o-matic
+
+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="${DEPEND}
+	sci-libs/nibabel[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+	distutils-r1_python_prepare_all
+}

diff --git a/sci-biology/dcmstack/metadata.xml b/sci-biology/dcmstack/metadata.xml
new file mode 100644
index 0000000..897aa2e
--- /dev/null
+++ b/sci-biology/dcmstack/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2015-04-07  8:56 Justin Lecher
  0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-04-07  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     bac666a8cd49af1c1f27b89a8970425519edba0b
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Mar 31 13:18:51 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 13:18:51 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bac666a8

gentoo does not support python 2_6

Package-Manager: portage-2.2.18

 sci-biology/dcmstack/ChangeLog            | 3 +++
 sci-biology/dcmstack/dcmstack-9999.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-biology/dcmstack/ChangeLog b/sci-biology/dcmstack/ChangeLog
index 5b7b947..91a0d5d 100644
--- a/sci-biology/dcmstack/ChangeLog
+++ b/sci-biology/dcmstack/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   31 Mar 2015;  <chymera@gentoo.org> dcmstack-9999.ebuild:
+  gentoo does not support python 2_6
+
+  31 Mar 2015;  <chymera@gentoo.org> dcmstack-9999.ebuild:
   corrected python compatibilities
 
   31 Mar 2015;  <chymera@gentoo.org> dcmstack-9999.ebuild:

diff --git a/sci-biology/dcmstack/dcmstack-9999.ebuild b/sci-biology/dcmstack/dcmstack-9999.ebuild
index c56fdc6..4f39c72 100644
--- a/sci-biology/dcmstack/dcmstack-9999.ebuild
+++ b/sci-biology/dcmstack/dcmstack-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 git-r3 multilib
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2015-04-07  8:56 Justin Lecher
  0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-04-07  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d6fb28c50e0cd24a3bd0a13b855af175bca0bd65
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Mar 31 11:39:34 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 11:39:34 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d6fb28c5

removed unneeded bits, sorted eclasses

Package-Manager: portage-2.2.18

 sci-biology/dcmstack/ChangeLog            |  3 +++
 sci-biology/dcmstack/dcmstack-9999.ebuild | 11 +++--------
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/sci-biology/dcmstack/ChangeLog b/sci-biology/dcmstack/ChangeLog
index be24276..85d4ee1 100644
--- a/sci-biology/dcmstack/ChangeLog
+++ b/sci-biology/dcmstack/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   31 Mar 2015;  <chymera@gentoo.org> dcmstack-9999.ebuild:
+  removed unneeded bits, sorted eclasses
+
+  31 Mar 2015;  <chymera@gentoo.org> dcmstack-9999.ebuild:
   updated deps
 
 *dcmstack-9999 (31 Mar 2015)

diff --git a/sci-biology/dcmstack/dcmstack-9999.ebuild b/sci-biology/dcmstack/dcmstack-9999.ebuild
index 3fce9d0..6d12b85 100644
--- a/sci-biology/dcmstack/dcmstack-9999.ebuild
+++ b/sci-biology/dcmstack/dcmstack-9999.ebuild
@@ -4,10 +4,9 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_NO_PARALLEL_BUILD=true
+PYTHON_COMPAT=( python2_7 python3_3 )
 
-inherit distutils-r1 multilib git-r3 flag-o-matic
+inherit distutils-r1 git-r3 multilib
 
 DESCRIPTION="DICOM to Nifti coversion"
 HOMEPAGE="https://dcmstack.readthedocs.org/en/latest/"
@@ -21,10 +20,6 @@ KEYWORDS=""
 
 DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-	sci-libs/nibabel[${PYTHON_USEDEP}]
+RDEPEND="sci-libs/nibabel[${PYTHON_USEDEP}]
 	>=sci-libs/pydicom-0.9.7[${PYTHON_USEDEP}]"
 
-python_prepare_all() {
-	distutils-r1_python_prepare_all
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2015-04-07  8:56 Justin Lecher
  0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-04-07  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ce874bfad164839ce058101b1ecdf017ea1f541a
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Mar 31 13:13:22 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 13:13:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ce874bfa

corrected python compatibilities

Package-Manager: portage-2.2.18

 sci-biology/dcmstack/ChangeLog            | 3 +++
 sci-biology/dcmstack/dcmstack-9999.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-biology/dcmstack/ChangeLog b/sci-biology/dcmstack/ChangeLog
index 024ba34..5b7b947 100644
--- a/sci-biology/dcmstack/ChangeLog
+++ b/sci-biology/dcmstack/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   31 Mar 2015;  <chymera@gentoo.org> dcmstack-9999.ebuild:
+  corrected python compatibilities
+
+  31 Mar 2015;  <chymera@gentoo.org> dcmstack-9999.ebuild:
   added python 3.3 compatibility
 
   31 Mar 2015;  <chymera@gentoo.org> dcmstack-9999.ebuild:

diff --git a/sci-biology/dcmstack/dcmstack-9999.ebuild b/sci-biology/dcmstack/dcmstack-9999.ebuild
index 6d12b85..c56fdc6 100644
--- a/sci-biology/dcmstack/dcmstack-9999.ebuild
+++ b/sci-biology/dcmstack/dcmstack-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_3 )
+PYTHON_COMPAT=( python2_6 python2_7 )
 
 inherit distutils-r1 git-r3 multilib
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2015-04-07  8:56 Justin Lecher
  0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-04-07  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b215db211d9772154a99fffca01e711195b1e4a0
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Mar 31 12:30:09 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 12:30:32 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b215db21

added python 3.3 compatibility

Package-Manager: portage-2.2.18

 sci-biology/dcmstack/ChangeLog | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-biology/dcmstack/ChangeLog b/sci-biology/dcmstack/ChangeLog
index 85d4ee1..024ba34 100644
--- a/sci-biology/dcmstack/ChangeLog
+++ b/sci-biology/dcmstack/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   31 Mar 2015;  <chymera@gentoo.org> dcmstack-9999.ebuild:
+  added python 3.3 compatibility
+
+  31 Mar 2015;  <chymera@gentoo.org> dcmstack-9999.ebuild:
   removed unneeded bits, sorted eclasses
 
   31 Mar 2015;  <chymera@gentoo.org> dcmstack-9999.ebuild:


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2015-04-07  8:56 Justin Lecher
  0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-04-07  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     adcad136d0351b3295a07e58fe0dc163c025c3aa
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Mar 31 00:27:07 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 00:27:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=adcad136

updated deps

Package-Manager: portage-2.2.18

 sci-biology/dcmstack/ChangeLog            | 3 +++
 sci-biology/dcmstack/dcmstack-9999.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sci-biology/dcmstack/ChangeLog b/sci-biology/dcmstack/ChangeLog
index 0314e2e..be24276 100644
--- a/sci-biology/dcmstack/ChangeLog
+++ b/sci-biology/dcmstack/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Mar 2015;  <chymera@gentoo.org> dcmstack-9999.ebuild:
+  updated deps
+
 *dcmstack-9999 (31 Mar 2015)
 
   31 Mar 2015;  <chymera@gentoo.org> +dcmstack-9999.ebuild, +metadata.xml:

diff --git a/sci-biology/dcmstack/dcmstack-9999.ebuild b/sci-biology/dcmstack/dcmstack-9999.ebuild
index b2130ba..3fce9d0 100644
--- a/sci-biology/dcmstack/dcmstack-9999.ebuild
+++ b/sci-biology/dcmstack/dcmstack-9999.ebuild
@@ -22,7 +22,8 @@ KEYWORDS=""
 DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}
-	sci-libs/nibabel[${PYTHON_USEDEP}]"
+	sci-libs/nibabel[${PYTHON_USEDEP}]
+	>=sci-libs/pydicom-0.9.7[${PYTHON_USEDEP}]"
 
 python_prepare_all() {
 	distutils-r1_python_prepare_all


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2015-04-15  9:54 Justin Lecher
  0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-04-15  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6082f90b3fe04b7da684730d44f60e2e7edf6410
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 09:54:11 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 09:54:11 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6082f90b

Drop blank line

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-biology/dcmstack/dcmstack-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-biology/dcmstack/dcmstack-9999.ebuild b/sci-biology/dcmstack/dcmstack-9999.ebuild
index 4f39c72..c165551 100644
--- a/sci-biology/dcmstack/dcmstack-9999.ebuild
+++ b/sci-biology/dcmstack/dcmstack-9999.ebuild
@@ -22,4 +22,3 @@ DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="sci-libs/nibabel[${PYTHON_USEDEP}]
 	>=sci-libs/pydicom-0.9.7[${PYTHON_USEDEP}]"
-


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2020-09-26 12:39 Horea Christian
  0 siblings, 0 replies; 13+ messages in thread
From: Horea Christian @ 2020-09-26 12:39 UTC (permalink / raw
  To: gentoo-commits

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}]"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2020-09-27  3:33 Horea Christian
  0 siblings, 0 replies; 13+ messages in thread
From: Horea Christian @ 2020-09-27  3:33 UTC (permalink / raw
  To: gentoo-commits

commit:     557ba3d69a2ce659ad917478c8103633682e67a5
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Sep 27 03:33:38 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Sep 27 03:33:38 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=557ba3d6

sci-biology/dcmstack: added tests, PYTHON_COMPAT update

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 | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sci-biology/dcmstack/dcmstack-0.8.ebuild b/sci-biology/dcmstack/dcmstack-0.8.ebuild
index b537b959f..6fc505010 100644
--- a/sci-biology/dcmstack/dcmstack-0.8.ebuild
+++ b/sci-biology/dcmstack/dcmstack-0.8.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
 
-inherit distutils-r1 git-r3 multilib
+inherit distutils-r1
 
 DESCRIPTION="DICOM to Nifti coversion"
 HOMEPAGE="https://dcmstack.readthedocs.org/en/latest/"
@@ -14,11 +14,12 @@ EGIT_REPO_URI="https://github.com/moloney/dcmstack"
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 KEYWORDS="~amd64 ~x86"
+IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
 	sci-libs/nibabel[${PYTHON_USEDEP}]
 	sci-libs/pydicom[${PYTHON_USEDEP}]
 "
+
+distutils_enable_tests setup.py


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2022-07-11 13:37 Horea Christian
  0 siblings, 0 replies; 13+ messages in thread
From: Horea Christian @ 2022-07-11 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     30ddc7073aedc75ef55ea9a52c0af765ae03bad0
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jul 11 13:37:10 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jul 11 13:37:10 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=30ddc707

sci-biology/dcmstack: fixed tests and bumped EAPI/PYTHON_COMPAt

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

 sci-biology/dcmstack/dcmstack-0.8.ebuild | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/sci-biology/dcmstack/dcmstack-0.8.ebuild b/sci-biology/dcmstack/dcmstack-0.8.ebuild
index de4dfde54..0ac8519b7 100644
--- a/sci-biology/dcmstack/dcmstack-0.8.ebuild
+++ b/sci-biology/dcmstack/dcmstack-0.8.ebuild
@@ -1,15 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
 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"
+SRC_URI="
+	https://github.com/moloney/dcmstack/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://resources.chymera.eu/patches/dcmstack-0.8-pytest.patch
+"
 EGIT_REPO_URI="https://github.com/moloney/dcmstack"
 
 LICENSE="MIT"
@@ -22,4 +25,6 @@ RDEPEND="
 	sci-libs/pydicom[${PYTHON_USEDEP}]
 "
 
-distutils_enable_tests setup.py
+PATCHES=( "${DISTDIR}/${P}-pytest.patch" )
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2023-05-22 11:18 Horea Christian
  0 siblings, 0 replies; 13+ messages in thread
From: Horea Christian @ 2023-05-22 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     40b04ffc6fae6aabe801abe6ce807ea587e5e9c0
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon May 22 11:18:17 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon May 22 11:18:17 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=40b04ffc

sci-biology/dcmstack: enable py3.11

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-biology/dcmstack/dcmstack-0.8.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sci-biology/dcmstack/dcmstack-0.8.ebuild b/sci-biology/dcmstack/dcmstack-0.8.ebuild
index 8ec65b7b8..e9cbe733b 100644
--- a/sci-biology/dcmstack/dcmstack-0.8.ebuild
+++ b/sci-biology/dcmstack/dcmstack-0.8.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 
@@ -11,14 +12,14 @@ 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
-	https://resources.chymera.eu/patches/dcmstack-0.8-pytest.patch
+	https://resources.chymera.eu/patches/${P}-pytest.patch
 "
-EGIT_REPO_URI="https://github.com/moloney/dcmstack"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+RESTRICT="test"
 
 RDEPEND="
 	sci-libs/nibabel[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2023-05-22 11:21 Horea Christian
  0 siblings, 0 replies; 13+ messages in thread
From: Horea Christian @ 2023-05-22 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b9a5fd7e2ebf278db23ef1ce7d3c71eff555da8e
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon May 22 11:20:23 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon May 22 11:20:23 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b9a5fd7e

sci-biology/dcmstack: add 0.9

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-biology/dcmstack/dcmstack-0.9.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/sci-biology/dcmstack/dcmstack-0.9.ebuild b/sci-biology/dcmstack/dcmstack-0.9.ebuild
new file mode 100644
index 000000000..d207526c0
--- /dev/null
+++ b/sci-biology/dcmstack/dcmstack-0.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+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}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	sci-libs/nibabel[${PYTHON_USEDEP}]
+	sci-libs/pydicom[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/
@ 2023-05-22 11:21 Horea Christian
  0 siblings, 0 replies; 13+ messages in thread
From: Horea Christian @ 2023-05-22 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4d7dc02a354c5dc6346bec1935b3fc76128206db
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon May 22 11:20:33 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon May 22 11:20:33 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d7dc02a

sci-biology/dcmstack: drop 0.8

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-biology/dcmstack/dcmstack-0.8.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/sci-biology/dcmstack/dcmstack-0.8.ebuild b/sci-biology/dcmstack/dcmstack-0.8.ebuild
deleted file mode 100644
index e9cbe733b..000000000
--- a/sci-biology/dcmstack/dcmstack-0.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-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
-	https://resources.chymera.eu/patches/${P}-pytest.patch
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-
-RDEPEND="
-	sci-libs/nibabel[${PYTHON_USEDEP}]
-	sci-libs/pydicom[${PYTHON_USEDEP}]
-"
-
-PATCHES=( "${DISTDIR}/${P}-pytest.patch" )
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-05-22 11:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-11 13:37 [gentoo-commits] proj/sci:master commit in: sci-biology/dcmstack/ Horea Christian
  -- strict thread matches above, loose matches on Subject: below --
2023-05-22 11:21 Horea Christian
2023-05-22 11:21 Horea Christian
2023-05-22 11:18 Horea Christian
2020-09-27  3:33 Horea Christian
2020-09-26 12:39 Horea Christian
2015-04-15  9:54 Justin Lecher
2015-04-07  8:56 Justin Lecher
2015-04-07  8:56 Justin Lecher
2015-04-07  8:56 Justin Lecher
2015-04-07  8:56 Justin Lecher
2015-04-07  8:56 Justin Lecher
2015-04-07  8:56 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox