public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/nitime/
@ 2016-10-12  6:30 Marius Brehler
  0 siblings, 0 replies; 12+ messages in thread
From: Marius Brehler @ 2016-10-12  6:30 UTC (permalink / raw
  To: gentoo-commits

commit:     ac62b0695c666fd4b67cd31949ddc985c9aa32ad
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Fri Sep 23 13:16:07 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Sep 23 13:16:07 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ac62b069

sci-biology/nitime: new ebuild (#679)

Package-Manager: portage-2.3.0

 sci-biology/nitime/metadata.xml       | 19 +++++++++++++++++
 sci-biology/nitime/nitime-0.6.ebuild  | 39 +++++++++++++++++++++++++++++++++++
 sci-biology/nitime/nitime-9999.ebuild | 38 ++++++++++++++++++++++++++++++++++
 3 files changed, 96 insertions(+)

diff --git a/sci-biology/nitime/metadata.xml b/sci-biology/nitime/metadata.xml
new file mode 100644
index 0000000..549788b
--- /dev/null
+++ b/sci-biology/nitime/metadata.xml
@@ -0,0 +1,19 @@
+<?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">
+		Nitime is a library for time-series analysis of data from neuroscience experiments
+		in both the time and spectral domains.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">nipy/nitime</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/sci-biology/nitime/nitime-0.6.ebuild b/sci-biology/nitime/nitime-0.6.ebuild
new file mode 100644
index 0000000..59b578a
--- /dev/null
+++ b/sci-biology/nitime/nitime-0.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Time-series analysis of neuroscience data"
+HOMEPAGE="http://nipy.org/nitime/index.html"
+SRC_URI="https://github.com/nipy/nitime/archive/rel/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/matplotlib[${PYTHON_USEDEP}]
+	sci-libs/scipy[${PYTHON_USEDEP}]
+	"
+DEPEND="
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	"
+RDEPEND="
+	${COMMON_DEPEND}
+	dev-python/networkx[${PYTHON_USEDEP}]
+	sci-libs/nibabel[${PYTHON_USEDEP}]
+	"
+
+S="${WORKDIR}/${PN}-rel-${PV}"
+
+python_test() {
+	nosetests -v || die
+}

diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild
new file mode 100644
index 0000000..e78bd8f
--- /dev/null
+++ b/sci-biology/nitime/nitime-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Time-series analysis of neuroscience data"
+HOMEPAGE="http://nipy.org/nitime/index.html"
+SRC_URI=""
+EGIT_REPO_URI="git://github.com/nipy/nitime"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+
+COMMON_DEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/matplotlib[${PYTHON_USEDEP}]
+	sci-libs/scipy[${PYTHON_USEDEP}]
+	"
+DEPEND="
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	"
+RDEPEND="
+	${COMMON_DEPEND}
+	dev-python/networkx[${PYTHON_USEDEP}]
+	sci-libs/nibabel[${PYTHON_USEDEP}]
+	"
+
+python_test() {
+	nosetests -v || die
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/nitime/
@ 2018-01-20 21:26 Martin Mokrejs
  0 siblings, 0 replies; 12+ messages in thread
From: Martin Mokrejs @ 2018-01-20 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     11b16c46c986cb848e4cbbe836498d19998c84b0
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Jan 20 21:25:48 2018 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Jan 20 21:25:48 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=11b16c46

sci-biology/nitime: switch git:// to https://

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-biology/nitime/nitime-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild
index bbe76fd48..539bc1ee5 100644
--- a/sci-biology/nitime/nitime-9999.ebuild
+++ b/sci-biology/nitime/nitime-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit distutils-r1 git-r3
 DESCRIPTION="Time-series analysis of neuroscience data"
 HOMEPAGE="http://nipy.org/nitime/index.html"
 SRC_URI=""
-EGIT_REPO_URI="git://github.com/nipy/nitime"
+EGIT_REPO_URI="https://github.com/nipy/nitime"
 
 LICENSE="BSD"
 SLOT="0"


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

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

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

sci-biology/nitime: version bump 0.8.1 and PYTHON_COMPAT update

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

 sci-biology/nitime/nitime-0.6.ebuild                       |  6 +++---
 .../nitime/{nitime-0.6.ebuild => nitime-0.8.1.ebuild}      | 14 +++++++-------
 sci-biology/nitime/nitime-9999.ebuild                      |  6 +++---
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/sci-biology/nitime/nitime-0.6.ebuild b/sci-biology/nitime/nitime-0.6.ebuild
index fa11bca00..2fa80fdb8 100644
--- a/sci-biology/nitime/nitime-0.6.ebuild
+++ b/sci-biology/nitime/nitime-0.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # 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=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/sci-biology/nitime/nitime-0.6.ebuild b/sci-biology/nitime/nitime-0.8.1.ebuild
similarity index 74%
copy from sci-biology/nitime/nitime-0.6.ebuild
copy to sci-biology/nitime/nitime-0.8.1.ebuild
index fa11bca00..a68f9e5f9 100644
--- a/sci-biology/nitime/nitime-0.6.ebuild
+++ b/sci-biology/nitime/nitime-0.8.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # 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=( python3_{6,7} )
 
-inherit distutils-r1
+inherit distutils-r1 virtualx
 
 DESCRIPTION="Time-series analysis of neuroscience data"
 HOMEPAGE="http://nipy.org/nitime/index.html"
@@ -22,8 +22,8 @@ COMMON_DEPEND="
 	dev-python/scipy[${PYTHON_USEDEP}]
 	"
 DEPEND="
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+	dev-python/cython[${PYTHON_USEDEP}]
 	"
 RDEPEND="
 	${COMMON_DEPEND}
@@ -34,5 +34,5 @@ RDEPEND="
 S="${WORKDIR}/${PN}-rel-${PV}"
 
 python_test() {
-	nosetests -v || die
+	virtx pytest -v || die
 }

diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild
index fe0d9f1da..192c53138 100644
--- a/sci-biology/nitime/nitime-9999.ebuild
+++ b/sci-biology/nitime/nitime-9999.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=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 git-r3
 


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/nitime/
@ 2020-12-24 11:00 Horea Christian
  0 siblings, 0 replies; 12+ messages in thread
From: Horea Christian @ 2020-12-24 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6dcbb73b4710f10385958b61593d1929ad8d475f
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Dec 24 11:00:26 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Dec 24 11:00:26 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6dcbb73b

sci-biology/nitime: conditional test restriction

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

 sci-biology/nitime/nitime-0.6.ebuild   | 1 +
 sci-biology/nitime/nitime-0.8.1.ebuild | 1 +
 sci-biology/nitime/nitime-9999.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/sci-biology/nitime/nitime-0.6.ebuild b/sci-biology/nitime/nitime-0.6.ebuild
index 2fa80fdb8..7a1d69189 100644
--- a/sci-biology/nitime/nitime-0.6.ebuild
+++ b/sci-biology/nitime/nitime-0.6.ebuild
@@ -15,6 +15,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 COMMON_DEPEND="
 	dev-python/numpy[${PYTHON_USEDEP}]

diff --git a/sci-biology/nitime/nitime-0.8.1.ebuild b/sci-biology/nitime/nitime-0.8.1.ebuild
index a68f9e5f9..998a7c0a7 100644
--- a/sci-biology/nitime/nitime-0.8.1.ebuild
+++ b/sci-biology/nitime/nitime-0.8.1.ebuild
@@ -15,6 +15,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 COMMON_DEPEND="
 	dev-python/numpy[${PYTHON_USEDEP}]

diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild
index 192c53138..10eedd748 100644
--- a/sci-biology/nitime/nitime-9999.ebuild
+++ b/sci-biology/nitime/nitime-9999.ebuild
@@ -16,6 +16,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 COMMON_DEPEND="
 	dev-python/numpy[${PYTHON_USEDEP}]


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/nitime/
@ 2021-01-20  9:38 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-01-20  9:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ab7dc410c73d8667c088199af501c1f43b2cd6d1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 20 09:37:53 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 20 09:37:53 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ab7dc410

sci-biology/nitime: bump python compat

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/nitime/nitime-0.6.ebuild               | 39 ----------------------
 .../{nitime-0.8.1.ebuild => nitime-0.9.ebuild}     | 17 +++++-----
 sci-biology/nitime/nitime-9999.ebuild              | 19 ++++++-----
 3 files changed, 20 insertions(+), 55 deletions(-)

diff --git a/sci-biology/nitime/nitime-0.6.ebuild b/sci-biology/nitime/nitime-0.6.ebuild
deleted file mode 100644
index 7a1d69189..000000000
--- a/sci-biology/nitime/nitime-0.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
-
-DESCRIPTION="Time-series analysis of neuroscience data"
-HOMEPAGE="http://nipy.org/nitime/index.html"
-SRC_URI="https://github.com/nipy/nitime/archive/rel/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-python/scipy[${PYTHON_USEDEP}]
-	"
-DEPEND="
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	"
-RDEPEND="
-	${COMMON_DEPEND}
-	dev-python/networkx[${PYTHON_USEDEP}]
-	sci-libs/nibabel[${PYTHON_USEDEP}]
-	"
-
-S="${WORKDIR}/${PN}-rel-${PV}"
-
-python_test() {
-	nosetests -v || die
-}

diff --git a/sci-biology/nitime/nitime-0.8.1.ebuild b/sci-biology/nitime/nitime-0.9.ebuild
similarity index 67%
rename from sci-biology/nitime/nitime-0.8.1.ebuild
rename to sci-biology/nitime/nitime-0.9.ebuild
index 998a7c0a7..90cb4ff6a 100644
--- a/sci-biology/nitime/nitime-0.8.1.ebuild
+++ b/sci-biology/nitime/nitime-0.9.ebuild
@@ -1,29 +1,29 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1 virtualx
 
 DESCRIPTION="Time-series analysis of neuroscience data"
 HOMEPAGE="http://nipy.org/nitime/index.html"
-SRC_URI="https://github.com/nipy/nitime/archive/rel/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+
+# import file mismatch:
+RESTRICT="test"
 
 COMMON_DEPEND="
 	dev-python/numpy[${PYTHON_USEDEP}]
 	dev-python/matplotlib[${PYTHON_USEDEP}]
 	dev-python/scipy[${PYTHON_USEDEP}]
 	"
-DEPEND="
-	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+BDEPEND="${COMMON_DEPEND}
 	dev-python/cython[${PYTHON_USEDEP}]
 	"
 RDEPEND="
@@ -32,7 +32,8 @@ RDEPEND="
 	sci-libs/nibabel[${PYTHON_USEDEP}]
 	"
 
-S="${WORKDIR}/${PN}-rel-${PV}"
+distutils_enable_tests pytest
+distutils_enable_sphinx doc
 
 python_test() {
 	virtx pytest -v || die

diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild
index 10eedd748..d90744bd5 100644
--- a/sci-biology/nitime/nitime-9999.ebuild
+++ b/sci-biology/nitime/nitime-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1 git-r3
 
@@ -15,17 +15,17 @@ EGIT_REPO_URI="https://github.com/nipy/nitime"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
+
+# import file mismatch:
+RESTRICT="test"
 
 COMMON_DEPEND="
 	dev-python/numpy[${PYTHON_USEDEP}]
 	dev-python/matplotlib[${PYTHON_USEDEP}]
 	dev-python/scipy[${PYTHON_USEDEP}]
 	"
-DEPEND="
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="${COMMON_DEPEND}
+	dev-python/cython[${PYTHON_USEDEP}]
 	"
 RDEPEND="
 	${COMMON_DEPEND}
@@ -33,6 +33,9 @@ RDEPEND="
 	sci-libs/nibabel[${PYTHON_USEDEP}]
 	"
 
+distutils_enable_tests pytest
+distutils_enable_sphinx doc
+
 python_test() {
-	nosetests -v || die
+	virtx pytest -v || die
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/nitime/
@ 2023-01-13  7:01 Horea Christian
  0 siblings, 0 replies; 12+ messages in thread
From: Horea Christian @ 2023-01-13  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     14e75c5a1f74cb71883fb16ceafdb292347b9bb0
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Jan 13 07:00:17 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Jan 13 07:00:17 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=14e75c5a

sci-biology/nitime: updated PYTHON_COMPAT

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

 sci-biology/nitime/nitime-0.9.ebuild  | 6 +++---
 sci-biology/nitime/nitime-9999.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-biology/nitime/nitime-0.9.ebuild b/sci-biology/nitime/nitime-0.9.ebuild
index 90cb4ff6a..7a767390a 100644
--- a/sci-biology/nitime/nitime-0.9.ebuild
+++ b/sci-biology/nitime/nitime-0.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{10..10} )
 
 inherit distutils-r1 virtualx
 

diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild
index c46edf3c1..3e0894c90 100644
--- a/sci-biology/nitime/nitime-9999.ebuild
+++ b/sci-biology/nitime/nitime-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{10..10} )
 
 inherit distutils-r1 git-r3 virtualx
 


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

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

commit:     94459537c1d68d6d6ec8fe0078acf1e373a07dd7
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon May 22 10:55:04 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon May 22 10:55:04 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=94459537

sci-biology/nitime: add pypi upstream metadata

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

 sci-biology/nitime/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-biology/nitime/metadata.xml b/sci-biology/nitime/metadata.xml
index d504ea22c..041507ac7 100644
--- a/sci-biology/nitime/metadata.xml
+++ b/sci-biology/nitime/metadata.xml
@@ -15,5 +15,6 @@ in both the time and spectral domains.
 </longdescription>
 	<upstream>
 		<remote-id type="github">nipy/nitime</remote-id>
+		<remote-id type="pypi">nitime</remote-id>
 	</upstream>
 </pkgmetadata>


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

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

commit:     393dde0d4ca02a9ae7127e2a0ef32f44ce616df5
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon May 22 10:54:28 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon May 22 10:54:28 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=393dde0d

sci-biology/nitime: update SRC_URI

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

 sci-biology/nitime/nitime-0.9.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sci-biology/nitime/nitime-0.9.ebuild b/sci-biology/nitime/nitime-0.9.ebuild
index 7a767390a..cae7fdfea 100644
--- a/sci-biology/nitime/nitime-0.9.ebuild
+++ b/sci-biology/nitime/nitime-0.9.ebuild
@@ -3,13 +3,12 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..10} )
+PYTHON_COMPAT=( python3_{10..11} )
 
-inherit distutils-r1 virtualx
+inherit distutils-r1 pypi virtualx
 
 DESCRIPTION="Time-series analysis of neuroscience data"
 HOMEPAGE="http://nipy.org/nitime/index.html"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"


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

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

commit:     52bfa88b3b17dabcca1b9ec64c24591095c4fd80
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon May 22 10:55:34 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon May 22 10:55:34 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=52bfa88b

sci-biology/nitime: enable py3.11

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

 sci-biology/nitime/nitime-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild
index 3e0894c90..f297c85f0 100644
--- a/sci-biology/nitime/nitime-9999.ebuild
+++ b/sci-biology/nitime/nitime-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..10} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 git-r3 virtualx
 


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/nitime/
@ 2023-12-11 20:01 Horea Christian
  0 siblings, 0 replies; 12+ messages in thread
From: Horea Christian @ 2023-12-11 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     a6160b61e155a4096efe06ce7034e29ba1909804
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Dec 11 19:59:30 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Dec 11 19:59:30 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6160b61

sci-biology/nitime: add 0.10.2

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

 sci-biology/nitime/nitime-0.10.2.ebuild | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/sci-biology/nitime/nitime-0.10.2.ebuild b/sci-biology/nitime/nitime-0.10.2.ebuild
new file mode 100644
index 000000000..7e47d7288
--- /dev/null
+++ b/sci-biology/nitime/nitime-0.10.2.ebuild
@@ -0,0 +1,33 @@
+# 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 pypi
+
+DESCRIPTION="Time-series analysis of neuroscience data"
+HOMEPAGE="http://nipy.org/nitime/index.html"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/matplotlib[${PYTHON_USEDEP}]
+	dev-python/scipy[${PYTHON_USEDEP}]
+	"
+BDEPEND="${COMMON_DEPEND}
+	dev-python/cython[${PYTHON_USEDEP}]
+	"
+RDEPEND="
+	${COMMON_DEPEND}
+	dev-python/networkx[${PYTHON_USEDEP}]
+	sci-libs/nibabel[${PYTHON_USEDEP}]
+	"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx doc


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/nitime/
@ 2023-12-11 20:01 Horea Christian
  0 siblings, 0 replies; 12+ messages in thread
From: Horea Christian @ 2023-12-11 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8fa05f7c401227f05ad7e4ca2465f62592954883
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Dec 11 20:01:01 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Dec 11 20:01:01 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8fa05f7c

sci-biology/nitime: metadata.xml indentation

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

 sci-biology/nitime/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-biology/nitime/metadata.xml b/sci-biology/nitime/metadata.xml
index 041507ac7..606822ddb 100644
--- a/sci-biology/nitime/metadata.xml
+++ b/sci-biology/nitime/metadata.xml
@@ -10,9 +10,9 @@
 		<name>Gentoo Science Project</name>
 	</maintainer>
 	<longdescription lang="en">
-Nitime is a library for time-series analysis of data from neuroscience experiments
-in both the time and spectral domains.
-</longdescription>
+		Nitime is a library for time-series analysis of data from neuroscience experiments
+		in both the time and spectral domains.
+	</longdescription>
 	<upstream>
 		<remote-id type="github">nipy/nitime</remote-id>
 		<remote-id type="pypi">nitime</remote-id>


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/nitime/
@ 2023-12-11 20:01 Horea Christian
  0 siblings, 0 replies; 12+ messages in thread
From: Horea Christian @ 2023-12-11 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e73c513aa267c1753c8a83b0d5c62e783cef0c1f
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Dec 11 20:00:16 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Dec 11 20:00:16 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e73c513a

sci-biology/nitime: updated PEP517 and tests for live ebuild

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

 sci-biology/nitime/nitime-9999.ebuild | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild
index f297c85f0..ee81c01dc 100644
--- a/sci-biology/nitime/nitime-9999.ebuild
+++ b/sci-biology/nitime/nitime-9999.ebuild
@@ -3,9 +3,10 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{10..11} )
 
-inherit distutils-r1 git-r3 virtualx
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Time-series analysis of neuroscience data"
 HOMEPAGE="http://nipy.org/nitime/index.html"
@@ -16,9 +17,6 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
 
-# import file mismatch:
-RESTRICT="test"
-
 COMMON_DEPEND="
 	dev-python/numpy[${PYTHON_USEDEP}]
 	dev-python/matplotlib[${PYTHON_USEDEP}]
@@ -35,7 +33,3 @@ RDEPEND="
 
 distutils_enable_tests pytest
 distutils_enable_sphinx doc
-
-python_test() {
-	virtx pytest -v || die
-}


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

end of thread, other threads:[~2023-12-11 20:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11 20:01 [gentoo-commits] proj/sci:master commit in: sci-biology/nitime/ Horea Christian
  -- strict thread matches above, loose matches on Subject: below --
2023-12-11 20:01 Horea Christian
2023-12-11 20:01 Horea Christian
2023-05-22 11:03 Horea Christian
2023-05-22 11:03 Horea Christian
2023-05-22 11:03 Horea Christian
2023-01-13  7:01 Horea Christian
2021-01-20  9:38 Andrew Ammerlaan
2020-12-24 11:00 Horea Christian
2020-09-26 10:04 Horea Christian
2018-01-20 21:26 Martin Mokrejs
2016-10-12  6:30 Marius Brehler

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