public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/hdmf/
@ 2022-07-12 14:59 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2022-07-12 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     39c10f0b4e0d0089476af6f612bdca51b8deb6a2
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jul 12 14:59:54 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 12 14:59:54 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=39c10f0b

dev-python/hdmf: version bump, test and metadata update

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

 dev-python/hdmf/hdmf-3.1.1-r1.ebuild                        | 6 ++++++
 dev-python/hdmf/{hdmf-3.1.1-r1.ebuild => hdmf-3.3.2.ebuild} | 6 +-----
 dev-python/hdmf/metadata.xml                                | 4 ++++
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/dev-python/hdmf/hdmf-3.1.1-r1.ebuild b/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
index 76d40c95f..e9334b67a 100644
--- a/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
+++ b/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
@@ -27,6 +27,12 @@ BDEPEND=""
 
 distutils_enable_tests pytest
 
+# Known to upstream:
+# https://github.com/hdmf-dev/hdmf/issues/687
+EPYTEST_DESELECT=(
+	tests/unit/utils_test/test_labelleddict.py::TestLabelledDict::test_set_key_attr
+)
+
 PATCHES=(
 	"${FILESDIR}/${PN}-3.1.1-versions.patch"
 )

diff --git a/dev-python/hdmf/hdmf-3.1.1-r1.ebuild b/dev-python/hdmf/hdmf-3.3.2.ebuild
similarity index 88%
copy from dev-python/hdmf/hdmf-3.1.1-r1.ebuild
copy to dev-python/hdmf/hdmf-3.3.2.ebuild
index 76d40c95f..071c5b9a0 100644
--- a/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
+++ b/dev-python/hdmf/hdmf-3.3.2.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="The Hierarchical Data Modeling Framework"
@@ -26,7 +26,3 @@ RDEPEND="
 BDEPEND=""
 
 distutils_enable_tests pytest
-
-PATCHES=(
-	"${FILESDIR}/${PN}-3.1.1-versions.patch"
-)

diff --git a/dev-python/hdmf/metadata.xml b/dev-python/hdmf/metadata.xml
index 82da7c426..ac3f7a6cb 100644
--- a/dev-python/hdmf/metadata.xml
+++ b/dev-python/hdmf/metadata.xml
@@ -15,4 +15,8 @@
 		data models, reading and writing data to different storage backends,
 		and representing data with Python object.
 	</longdescription>
+	<upstream>
+		<remote-id type="github">hdmf-dev/hdmf</remote-id>
+		<remote-id type="pypi">hdmf</remote-id>
+	</upstream>
 </pkgmetadata>


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

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

commit:     994ac92ee6990aeba470c2c6a166140be31efa9e
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jul 19 05:04:22 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 19 05:04:22 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=994ac92e

dev-python/hdmf: removed explicit version listing in PATCHES

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

 dev-python/hdmf/hdmf-3.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hdmf/hdmf-3.1.1-r1.ebuild b/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
index e9334b67a..866b5e553 100644
--- a/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
+++ b/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
@@ -34,5 +34,5 @@ EPYTEST_DESELECT=(
 )
 
 PATCHES=(
-	"${FILESDIR}/${PN}-3.1.1-versions.patch"
+	"${FILESDIR}/${P}-versions.patch"
 )


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

* [gentoo-commits] proj/sci:master commit in: dev-python/hdmf/
@ 2023-01-30 11:46 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2023-01-30 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     9483693c1a9a9df2fd7aabfdfb86679a621fa0e0
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 30 11:43:42 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 30 11:43:42 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9483693c

dev-python/hdmf: drop 3.1.1-r1

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

 dev-python/hdmf/hdmf-3.1.1-r1.ebuild | 38 ------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/dev-python/hdmf/hdmf-3.1.1-r1.ebuild b/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
deleted file mode 100644
index b3f479f18..000000000
--- a/dev-python/hdmf/hdmf-3.1.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="The Hierarchical Data Modeling Framework"
-HOMEPAGE="https://github.com/hdmf-dev/hdmf"
-SRC_URI="https://github.com/hdmf-dev/hdmf/releases/download/${PV}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/h5py[${PYTHON_USEDEP}]
-	dev-python/jsonschema[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pandas[${PYTHON_USEDEP}]
-	dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-	dev-python/scipy[${PYTHON_USEDEP}]
-	"
-BDEPEND=""
-
-distutils_enable_tests pytest
-
-# Known to upstream:
-# https://github.com/hdmf-dev/hdmf/issues/687
-EPYTEST_DESELECT=(
-	tests/unit/utils_test/test_labelleddict.py::TestLabelledDict::test_set_key_attr
-)
-
-PATCHES=(
-	"${FILESDIR}/${P}-versions.patch"
-)


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

* [gentoo-commits] proj/sci:master commit in: dev-python/hdmf/
@ 2023-01-30 11:46 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2023-01-30 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     bfdbb5598e357f3123f1a1b7cea02b679797bdae
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 30 11:45:51 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 30 11:45:51 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bfdbb559

dev-python/hdmf: PYTHON_COMPAT bump 3.11

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

 dev-python/hdmf/hdmf-3.3.2-r1.ebuild | 2 +-
 dev-python/hdmf/hdmf-3.4.7.ebuild    | 2 +-
 dev-python/hdmf/hdmf-3.5.0_p1.ebuild | 2 +-
 dev-python/hdmf/hdmf-3.5.1.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/hdmf/hdmf-3.3.2-r1.ebuild b/dev-python/hdmf/hdmf-3.3.2-r1.ebuild
index c63395b7d..0efdd8f92 100644
--- a/dev-python/hdmf/hdmf-3.3.2-r1.ebuild
+++ b/dev-python/hdmf/hdmf-3.3.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1
 
 DESCRIPTION="The Hierarchical Data Modeling Framework"

diff --git a/dev-python/hdmf/hdmf-3.4.7.ebuild b/dev-python/hdmf/hdmf-3.4.7.ebuild
index 4e9d47921..2d05ea71a 100644
--- a/dev-python/hdmf/hdmf-3.4.7.ebuild
+++ b/dev-python/hdmf/hdmf-3.4.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1
 
 DESCRIPTION="The Hierarchical Data Modeling Framework"

diff --git a/dev-python/hdmf/hdmf-3.5.0_p1.ebuild b/dev-python/hdmf/hdmf-3.5.0_p1.ebuild
index 6e63271cd..053831f8d 100644
--- a/dev-python/hdmf/hdmf-3.5.0_p1.ebuild
+++ b/dev-python/hdmf/hdmf-3.5.0_p1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1
 
 MY_PV="${PV//_p*/}"

diff --git a/dev-python/hdmf/hdmf-3.5.1.ebuild b/dev-python/hdmf/hdmf-3.5.1.ebuild
index 4e9d47921..2d05ea71a 100644
--- a/dev-python/hdmf/hdmf-3.5.1.ebuild
+++ b/dev-python/hdmf/hdmf-3.5.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1
 
 DESCRIPTION="The Hierarchical Data Modeling Framework"


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

* [gentoo-commits] proj/sci:master commit in: dev-python/hdmf/
@ 2023-03-22 15:08 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2023-03-22 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     55fa52c89e98d6ca75d514c60877bc806cc0f8f1
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Mar 22 15:08:20 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Mar 22 15:08:20 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=55fa52c8

dev-python/hdmf: add 3.5.2

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

 dev-python/hdmf/hdmf-3.5.2.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-python/hdmf/hdmf-3.5.2.ebuild b/dev-python/hdmf/hdmf-3.5.2.ebuild
new file mode 100644
index 000000000..ee978516e
--- /dev/null
+++ b/dev-python/hdmf/hdmf-3.5.2.ebuild
@@ -0,0 +1,29 @@
+# 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="The Hierarchical Data Modeling Framework"
+HOMEPAGE="https://github.com/hdmf-dev/hdmf"
+SRC_URI="$(pypi_sdist_url hdmf)"
+#SRC_URI="https://github.com/hdmf-dev/hdmf/releases/download/${PV}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/h5py[${PYTHON_USEDEP}]
+	dev-python/jsonschema[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pandas[${PYTHON_USEDEP}]
+	dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+	dev-python/scipy[${PYTHON_USEDEP}]
+	"
+BDEPEND=""
+
+distutils_enable_tests pytest


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

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

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

dev-python/hdmf: drop 3.4.7, 3.5.0_p1

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

 dev-python/hdmf/hdmf-3.4.7.ebuild    | 28 ---------------------------
 dev-python/hdmf/hdmf-3.5.0_p1.ebuild | 37 ------------------------------------
 2 files changed, 65 deletions(-)

diff --git a/dev-python/hdmf/hdmf-3.4.7.ebuild b/dev-python/hdmf/hdmf-3.4.7.ebuild
deleted file mode 100644
index 883b5b95b..000000000
--- a/dev-python/hdmf/hdmf-3.4.7.ebuild
+++ /dev/null
@@ -1,28 +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="The Hierarchical Data Modeling Framework"
-HOMEPAGE="https://github.com/hdmf-dev/hdmf"
-SRC_URI="https://github.com/hdmf-dev/hdmf/releases/download/${PV}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/h5py[${PYTHON_USEDEP}]
-	dev-python/jsonschema[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pandas[${PYTHON_USEDEP}]
-	dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-	dev-python/scipy[${PYTHON_USEDEP}]
-	"
-BDEPEND=""
-
-distutils_enable_tests pytest

diff --git a/dev-python/hdmf/hdmf-3.5.0_p1.ebuild b/dev-python/hdmf/hdmf-3.5.0_p1.ebuild
deleted file mode 100644
index 053831f8d..000000000
--- a/dev-python/hdmf/hdmf-3.5.0_p1.ebuild
+++ /dev/null
@@ -1,37 +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
-
-MY_PV="${PV//_p*/}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="The Hierarchical Data Modeling Framework"
-HOMEPAGE="https://github.com/hdmf-dev/hdmf"
-SRC_URI="https://github.com/hdmf-dev/hdmf/releases/download/${MY_PV}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/h5py[${PYTHON_USEDEP}]
-	dev-python/jsonschema[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pandas[${PYTHON_USEDEP}]
-	dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-	dev-python/scipy[${PYTHON_USEDEP}]
-	"
-BDEPEND=""
-
-PATCHES=(
-	"${FILESDIR}/${MY_P}-open_links.patch"
-)
-
-distutils_enable_tests pytest
-
-S="${WORKDIR}/${MY_P}"


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

* [gentoo-commits] proj/sci:master commit in: dev-python/hdmf/
@ 2024-03-21 22:15 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2024-03-21 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     660cac741c12de9ea6e4b98195b2be6a07821f0e
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Mar 21 21:34:50 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Mar 21 22:15:29 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=660cac74

dev-python/hdmf: version and PYTHON_COMPAT bump, treeclean

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

 .../{hdmf-3.11.0.ebuild => hdmf-3.13.0.ebuild}     |  4 +--
 dev-python/hdmf/hdmf-3.5.1.ebuild                  | 28 ---------------------
 dev-python/hdmf/hdmf-3.5.2.ebuild                  | 29 ----------------------
 3 files changed, 2 insertions(+), 59 deletions(-)

diff --git a/dev-python/hdmf/hdmf-3.11.0.ebuild b/dev-python/hdmf/hdmf-3.13.0.ebuild
similarity index 88%
rename from dev-python/hdmf/hdmf-3.11.0.ebuild
rename to dev-python/hdmf/hdmf-3.13.0.ebuild
index 2463ccc1a..7068afb01 100644
--- a/dev-python/hdmf/hdmf-3.11.0.ebuild
+++ b/dev-python/hdmf/hdmf-3.13.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="The Hierarchical Data Modeling Framework"
@@ -25,7 +25,7 @@ RDEPEND="
 	"
 
 PATCHES=(
-	"${FILESDIR}/${P}-no_test_coverage.patch"
+	"${FILESDIR}/${PN}-3.11.0-no_test_coverage.patch"
 	)
 
 distutils_enable_tests pytest

diff --git a/dev-python/hdmf/hdmf-3.5.1.ebuild b/dev-python/hdmf/hdmf-3.5.1.ebuild
deleted file mode 100644
index 883b5b95b..000000000
--- a/dev-python/hdmf/hdmf-3.5.1.ebuild
+++ /dev/null
@@ -1,28 +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="The Hierarchical Data Modeling Framework"
-HOMEPAGE="https://github.com/hdmf-dev/hdmf"
-SRC_URI="https://github.com/hdmf-dev/hdmf/releases/download/${PV}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/h5py[${PYTHON_USEDEP}]
-	dev-python/jsonschema[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pandas[${PYTHON_USEDEP}]
-	dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-	dev-python/scipy[${PYTHON_USEDEP}]
-	"
-BDEPEND=""
-
-distutils_enable_tests pytest

diff --git a/dev-python/hdmf/hdmf-3.5.2.ebuild b/dev-python/hdmf/hdmf-3.5.2.ebuild
deleted file mode 100644
index ee978516e..000000000
--- a/dev-python/hdmf/hdmf-3.5.2.ebuild
+++ /dev/null
@@ -1,29 +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 pypi
-
-DESCRIPTION="The Hierarchical Data Modeling Framework"
-HOMEPAGE="https://github.com/hdmf-dev/hdmf"
-SRC_URI="$(pypi_sdist_url hdmf)"
-#SRC_URI="https://github.com/hdmf-dev/hdmf/releases/download/${PV}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/h5py[${PYTHON_USEDEP}]
-	dev-python/jsonschema[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/pandas[${PYTHON_USEDEP}]
-	dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-	dev-python/scipy[${PYTHON_USEDEP}]
-	"
-BDEPEND=""
-
-distutils_enable_tests pytest


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

* [gentoo-commits] proj/sci:master commit in: dev-python/hdmf/
@ 2024-07-30 15:30 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2024-07-30 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5b152cddfc1b0832a705ea7624148dfa45c3985d
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jul 30 14:43:29 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 30 14:43:29 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5b152cdd

dev-python/hdmf: reordered variables

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

 dev-python/hdmf/hdmf-3.13.0.ebuild | 2 +-
 dev-python/hdmf/hdmf-3.14.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/hdmf/hdmf-3.13.0.ebuild b/dev-python/hdmf/hdmf-3.13.0.ebuild
index 7068afb01..dd6f0176f 100644
--- a/dev-python/hdmf/hdmf-3.13.0.ebuild
+++ b/dev-python/hdmf/hdmf-3.13.0.ebuild
@@ -11,8 +11,8 @@ DESCRIPTION="The Hierarchical Data Modeling Framework"
 HOMEPAGE="https://github.com/hdmf-dev/hdmf"
 SRC_URI="$(pypi_sdist_url hdmf)"
 
-SLOT="0"
 LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="

diff --git a/dev-python/hdmf/hdmf-3.14.3.ebuild b/dev-python/hdmf/hdmf-3.14.3.ebuild
index f79f23765..c6249ef14 100644
--- a/dev-python/hdmf/hdmf-3.14.3.ebuild
+++ b/dev-python/hdmf/hdmf-3.14.3.ebuild
@@ -11,8 +11,8 @@ DESCRIPTION="The Hierarchical Data Modeling Framework"
 HOMEPAGE="https://github.com/hdmf-dev/hdmf"
 SRC_URI="$(pypi_sdist_url hdmf)"
 
-SLOT="0"
 LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="


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

* [gentoo-commits] proj/sci:master commit in: dev-python/hdmf/
@ 2024-07-30 15:30 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2024-07-30 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c764cd6c28a6329b3c5cb9ed16e2334069aaba44
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jul 30 14:42:53 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 30 14:42:53 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c764cd6c

dev-python/hdmf: add 3.14.3

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

 dev-python/hdmf/hdmf-3.14.3.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-python/hdmf/hdmf-3.14.3.ebuild b/dev-python/hdmf/hdmf-3.14.3.ebuild
new file mode 100644
index 000000000..f79f23765
--- /dev/null
+++ b/dev-python/hdmf/hdmf-3.14.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="The Hierarchical Data Modeling Framework"
+HOMEPAGE="https://github.com/hdmf-dev/hdmf"
+SRC_URI="$(pypi_sdist_url hdmf)"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/h5py[${PYTHON_USEDEP}]
+	dev-python/jsonschema[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pandas[${PYTHON_USEDEP}]
+	dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+	dev-python/scipy[${PYTHON_USEDEP}]
+	"
+
+#PATCHES=(
+#	"${FILESDIR}/${PN}-3.11.0-no_test_coverage.patch"
+#	)
+
+distutils_enable_tests pytest


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

* [gentoo-commits] proj/sci:master commit in: dev-python/hdmf/
@ 2024-09-23 14:22 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2024-09-23 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     aed02ae4ff61b468514b085043bc04dba1a5b85b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 14:19:08 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 14:19:08 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=aed02ae4

dev-python/hdmf: drop ~x86

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/hdmf/hdmf-3.13.0.ebuild | 2 +-
 dev-python/hdmf/hdmf-3.14.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/hdmf/hdmf-3.13.0.ebuild b/dev-python/hdmf/hdmf-3.13.0.ebuild
index dd6f0176f..241e3832a 100644
--- a/dev-python/hdmf/hdmf-3.13.0.ebuild
+++ b/dev-python/hdmf/hdmf-3.13.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="$(pypi_sdist_url hdmf)"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND="
 	dev-python/h5py[${PYTHON_USEDEP}]

diff --git a/dev-python/hdmf/hdmf-3.14.3.ebuild b/dev-python/hdmf/hdmf-3.14.3.ebuild
index c6249ef14..3199c20f5 100644
--- a/dev-python/hdmf/hdmf-3.14.3.ebuild
+++ b/dev-python/hdmf/hdmf-3.14.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="$(pypi_sdist_url hdmf)"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND="
 	dev-python/h5py[${PYTHON_USEDEP}]


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

end of thread, other threads:[~2024-09-23 14:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-23 14:22 [gentoo-commits] proj/sci:master commit in: dev-python/hdmf/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-07-30 15:30 Horea Christian
2024-07-30 15:30 Horea Christian
2024-03-21 22:15 Horea Christian
2023-12-11 17:20 Horea Christian
2023-03-22 15:08 Horea Christian
2023-01-30 11:46 Horea Christian
2023-01-30 11:46 Horea Christian
2022-07-19  5:04 Horea Christian
2022-07-12 14:59 Horea Christian

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