public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/pynrrd/
@ 2018-05-18 20:56 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2018-05-18 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     613a8f9b0d1b796a5ee60f4bf92fe14142e0623f
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Thu May 17 10:46:34 2018 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri May 18 20:55:52 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=613a8f9b

dev-python/pynrrd: new package

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-python/pynrrd/metadata.xml        | 21 +++++++++++++++++++++
 dev-python/pynrrd/pynrrd-0.2.2.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pynrrd/metadata.xml b/dev-python/pynrrd/metadata.xml
new file mode 100644
index 000000000..5375bfa89
--- /dev/null
+++ b/dev-python/pynrrd/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>horea.christ@gmail.com</email>
+		<name>Horea Christian</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<longdescription lang="en">
+		Pynrrd is a pure-Python module for reading and writing nrrd
+		(Nearly Raw Raster Data, a file format for storing N-dimensional
+		raster data and often used for DTI data) files into and from 
+		numpy arrays.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">mhe/pynrrd</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pynrrd/pynrrd-0.2.2.ebuild b/dev-python/pynrrd/pynrrd-0.2.2.ebuild
new file mode 100644
index 000000000..7b1bc2498
--- /dev/null
+++ b/dev-python/pynrrd/pynrrd-0.2.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple pure-python module for reading and writing nrrd files"
+HOMEPAGE="https://github.com/mhe/pynrrd"
+SRC_URI="https://github.com/mhe/pynrrd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND} )"
+
+python_test() {
+	${EPYTHON} tests/test_nrrd.py || die
+}


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

* [gentoo-commits] proj/sci:master commit in: dev-python/pynrrd/
@ 2018-08-28 23:47 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2018-08-28 23:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9394180b68098411262ee4e0bdaa1829365b1e0b
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Tue Aug 28 23:47:14 2018 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Aug 28 23:47:14 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9394180b

dev-python/pynrrd: EAPI and PYTHON_COMPAT bump

Package-Manager: Portage-2.3.45, Repoman-2.3.10

 dev-python/pynrrd/pynrrd-0.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pynrrd/pynrrd-0.2.2.ebuild b/dev-python/pynrrd/pynrrd-0.2.2.ebuild
index 7b1bc2498..1933dd639 100644
--- a/dev-python/pynrrd/pynrrd-0.2.2.ebuild
+++ b/dev-python/pynrrd/pynrrd-0.2.2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] proj/sci:master commit in: dev-python/pynrrd/
@ 2020-03-18  3:36 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2020-03-18  3:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ad65bea2e5e2f0cca3d4f6eda33bf5364116c398
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Mar 18 03:35:56 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Mar 18 03:35:56 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ad65bea2

dev-python/pynrrd: version bump 0.4.2

and PYTHON_COMPAT update to include 3_7

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

 dev-python/pynrrd/pynrrd-0.2.2.ebuild                          | 2 +-
 dev-python/pynrrd/{pynrrd-0.2.2.ebuild => pynrrd-0.4.2.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pynrrd/pynrrd-0.2.2.ebuild b/dev-python/pynrrd/pynrrd-0.2.2.ebuild
index 1933dd639..6fbe90d29 100644
--- a/dev-python/pynrrd/pynrrd-0.2.2.ebuild
+++ b/dev-python/pynrrd/pynrrd-0.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/dev-python/pynrrd/pynrrd-0.2.2.ebuild b/dev-python/pynrrd/pynrrd-0.4.2.ebuild
similarity index 77%
copy from dev-python/pynrrd/pynrrd-0.2.2.ebuild
copy to dev-python/pynrrd/pynrrd-0.4.2.ebuild
index 1933dd639..bff3e2570 100644
--- a/dev-python/pynrrd/pynrrd-0.2.2.ebuild
+++ b/dev-python/pynrrd/pynrrd-0.4.2.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=( python{3_6,3_7} )
 
 inherit distutils-r1
 
@@ -20,5 +20,5 @@ RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
 DEPEND="test? ( ${RDEPEND} )"
 
 python_test() {
-	${EPYTHON} tests/test_nrrd.py || die
+	${EPYTHON} -m unittest discover -v nrrd/tests || die
 }


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

* [gentoo-commits] proj/sci:master commit in: dev-python/pynrrd/
@ 2020-09-22 17:22 Aisha Tammy
  0 siblings, 0 replies; 10+ messages in thread
From: Aisha Tammy @ 2020-09-22 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e7933d837877618a15da042de4b0f8661b5d6312
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 17:21:54 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 17:22:01 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e7933d83

dev-python/pynrrd: drop old version

minor syn for latest 0.4.2

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/pynrrd/pynrrd-0.2.2.ebuild | 24 ------------------------
 dev-python/pynrrd/pynrrd-0.4.2.ebuild |  6 ++++--
 2 files changed, 4 insertions(+), 26 deletions(-)

diff --git a/dev-python/pynrrd/pynrrd-0.2.2.ebuild b/dev-python/pynrrd/pynrrd-0.2.2.ebuild
deleted file mode 100644
index 6fbe90d29..000000000
--- a/dev-python/pynrrd/pynrrd-0.2.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple pure-python module for reading and writing nrrd files"
-HOMEPAGE="https://github.com/mhe/pynrrd"
-SRC_URI="https://github.com/mhe/pynrrd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND} )"
-
-python_test() {
-	${EPYTHON} tests/test_nrrd.py || die
-}

diff --git a/dev-python/pynrrd/pynrrd-0.4.2.ebuild b/dev-python/pynrrd/pynrrd-0.4.2.ebuild
index bff3e2570..ec494a388 100644
--- a/dev-python/pynrrd/pynrrd-0.4.2.ebuild
+++ b/dev-python/pynrrd/pynrrd-0.4.2.ebuild
@@ -14,11 +14,13 @@ SRC_URI="https://github.com/mhe/pynrrd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="test"
 
 RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
 DEPEND="test? ( ${RDEPEND} )"
 
+distutils_enable_tests unittest
+
 python_test() {
-	${EPYTHON} -m unittest discover -v nrrd/tests || die
+	${EPYTHON} -m unittest discover -v nrrd/tests || \
+		die "unittests failed for ${EPYTHON}"
 }


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

* [gentoo-commits] proj/sci:master commit in: dev-python/pynrrd/
@ 2020-12-18  8:16 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2020-12-18  8:16 UTC (permalink / raw
  To: gentoo-commits

commit:     49550d6e7d0d4084162d0476004bc8d8a4954f2d
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Dec 14 08:37:34 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Dec 14 08:37:34 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=49550d6e

dev-python/pynrrd: updated PYTHON_COMPAT

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

 dev-python/pynrrd/pynrrd-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pynrrd/pynrrd-0.4.2.ebuild b/dev-python/pynrrd/pynrrd-0.4.2.ebuild
index ec494a388..56789a6b9 100644
--- a/dev-python/pynrrd/pynrrd-0.4.2.ebuild
+++ b/dev-python/pynrrd/pynrrd-0.4.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 


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

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

commit:     2c488dfd9146db10dfc47b9e79f5768fb48f84fe
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jul 11 13:04:24 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jul 11 13:04:24 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2c488dfd

dev-python/pynrrd: EAPI and PYTHON_COMPAT bump

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

 dev-python/pynrrd/pynrrd-0.4.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pynrrd/pynrrd-0.4.2.ebuild b/dev-python/pynrrd/pynrrd-0.4.2.ebuild
index c877ed1f3..aa922e6ed 100644
--- a/dev-python/pynrrd/pynrrd-0.4.2.ebuild
+++ b/dev-python/pynrrd/pynrrd-0.4.2.ebuild
@@ -1,9 +1,9 @@
-# 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
 


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

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

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

dev-python/pynrrd: version bump

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

 dev-python/pynrrd/pynrrd-0.4.3.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dev-python/pynrrd/pynrrd-0.4.3.ebuild b/dev-python/pynrrd/pynrrd-0.4.3.ebuild
new file mode 100644
index 000000000..aa922e6ed
--- /dev/null
+++ b/dev-python/pynrrd/pynrrd-0.4.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple pure-python module for reading and writing nrrd files"
+HOMEPAGE="https://github.com/mhe/pynrrd"
+SRC_URI="https://github.com/mhe/pynrrd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND} )"
+
+distutils_enable_tests unittest
+
+python_test() {
+	${EPYTHON} -m unittest discover -v nrrd/tests || \
+		die "unittests failed for ${EPYTHON}"
+}


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

* [gentoo-commits] proj/sci:master commit in: dev-python/pynrrd/
@ 2023-05-02 23:45 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2023-05-02 23:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b06f0456bd9000cb61c8b8fc3d92e5a9b779b6cc
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May  2 23:45:20 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May  2 23:45:20 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b06f0456

dev-python/pynrrd: enable py3.11

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

 dev-python/pynrrd/pynrrd-0.4.2.ebuild | 4 ++--
 dev-python/pynrrd/pynrrd-0.4.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pynrrd/pynrrd-0.4.2.ebuild b/dev-python/pynrrd/pynrrd-0.4.2.ebuild
index f25908cb3..5cbd173fe 100644
--- a/dev-python/pynrrd/pynrrd-0.4.2.ebuild
+++ b/dev-python/pynrrd/pynrrd-0.4.2.ebuild
@@ -1,9 +1,9 @@
-# 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 )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 

diff --git a/dev-python/pynrrd/pynrrd-0.4.3.ebuild b/dev-python/pynrrd/pynrrd-0.4.3.ebuild
index f25908cb3..5cbd173fe 100644
--- a/dev-python/pynrrd/pynrrd-0.4.3.ebuild
+++ b/dev-python/pynrrd/pynrrd-0.4.3.ebuild
@@ -1,9 +1,9 @@
-# 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 )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] proj/sci:master commit in: dev-python/pynrrd/
@ 2023-05-25 16:57 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2023-05-25 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f1b02b20e79037e5000f8d843aebb76d3b448a1e
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu May 25 16:57:31 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu May 25 16:57:31 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f1b02b20

dev-python/pynrrd: PEP517

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

 dev-python/pynrrd/pynrrd-0.4.2.ebuild | 1 +
 dev-python/pynrrd/pynrrd-0.4.3.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/pynrrd/pynrrd-0.4.2.ebuild b/dev-python/pynrrd/pynrrd-0.4.2.ebuild
index 5cbd173fe..2993f8f3a 100644
--- a/dev-python/pynrrd/pynrrd-0.4.2.ebuild
+++ b/dev-python/pynrrd/pynrrd-0.4.2.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1

diff --git a/dev-python/pynrrd/pynrrd-0.4.3.ebuild b/dev-python/pynrrd/pynrrd-0.4.3.ebuild
index 5cbd173fe..2993f8f3a 100644
--- a/dev-python/pynrrd/pynrrd-0.4.3.ebuild
+++ b/dev-python/pynrrd/pynrrd-0.4.3.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1


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

* [gentoo-commits] proj/sci:master commit in: dev-python/pynrrd/
@ 2023-05-25 17:00 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2023-05-25 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     4ee1946badc5d03980c635d7eb4734bce5d5dda3
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu May 25 17:00:31 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu May 25 17:00:31 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4ee1946b

dev-python/pynrrd: add 1.0.0

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

 dev-python/pynrrd/pynrrd-1.0.0.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-python/pynrrd/pynrrd-1.0.0.ebuild b/dev-python/pynrrd/pynrrd-1.0.0.ebuild
new file mode 100644
index 000000000..d46aba486
--- /dev/null
+++ b/dev-python/pynrrd/pynrrd-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# 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="Simple pure-python module for reading and writing nrrd files"
+HOMEPAGE="https://github.com/mhe/pynrrd"
+SRC_URI="https://github.com/mhe/pynrrd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/nptyping[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+"
+DEPEND="test? ( ${RDEPEND} )"
+
+distutils_enable_tests unittest
+
+python_test() {
+	${EPYTHON} -m unittest discover -v nrrd/tests || \
+		die "unittests failed for ${EPYTHON}"
+}


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

end of thread, other threads:[~2023-05-25 17:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18  8:16 [gentoo-commits] proj/sci:master commit in: dev-python/pynrrd/ Horea Christian
  -- strict thread matches above, loose matches on Subject: below --
2023-05-25 17:00 Horea Christian
2023-05-25 16:57 Horea Christian
2023-05-02 23:45 Horea Christian
2022-07-11 13:09 Horea Christian
2022-07-11 13:04 Horea Christian
2020-09-22 17:22 Aisha Tammy
2020-03-18  3:36 Horea Christian
2018-08-28 23:47 Horea Christian
2018-05-18 20:56 Horea Christian

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