* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2024-05-06 8:24 Alexander Puck Neuwirth
0 siblings, 0 replies; 5+ messages in thread
From: Alexander Puck Neuwirth @ 2024-05-06 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 3a4aefebff189bf3eea674c215827925240f418f
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sun Mar 17 21:18:32 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Mon May 6 08:23:31 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3a4aefeb
dev-python/hist: new package, add 2.7.2
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Closes: https://github.com/gentoo/sci/pull/1259
dev-python/hist/hist-2.7.2.ebuild | 26 ++++++++++++++++++++++++++
dev-python/hist/metadata.xml | 19 +++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/hist/hist-2.7.2.ebuild b/dev-python/hist/hist-2.7.2.ebuild
new file mode 100644
index 000000000..082844a5f
--- /dev/null
+++ b/dev-python/hist/hist-2.7.2.ebuild
@@ -0,0 +1,26 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=hatchling
+SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1 pypi
+
+DESCRIPTION="Histogramming for analysis powered by boost-histogram "
+HOMEPAGE="https://github.com/scikit-hep/hist"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}]
+ >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+RESTRICT="test"
+# needs mplhep and dask_histogram ...
+#distutils_enable_tests pytest
diff --git a/dev-python/hist/metadata.xml b/dev-python/hist/metadata.xml
new file mode 100644
index 000000000..566083fe3
--- /dev/null
+++ b/dev-python/hist/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="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>alexander@neuwirth-informatik.de</email>
+ <name>Alexander Puck Neuwirth</name>
+ </maintainer>
+ <longdescription lang="en">
+ Hist is an analyst-friendly front-end for boost-histogram, designed for Python 3.7+ (3.6 users get version 2.4)
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">hist</remote-id>
+ <remote-id type="github">scikit-hep/hist</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2024-06-03 8:16 Alexander Puck Neuwirth
0 siblings, 0 replies; 5+ messages in thread
From: Alexander Puck Neuwirth @ 2024-06-03 8:16 UTC (permalink / raw
To: gentoo-commits
commit: e193385eaeb6594e8be0d1077bcfb13c1b64f282
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon Jun 3 08:07:50 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Mon Jun 3 08:07:50 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e193385e
dev-python/hist: add 2.7.3
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/hist/hist-2.7.3.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-python/hist/hist-2.7.3.ebuild b/dev-python/hist/hist-2.7.3.ebuild
new file mode 100644
index 000000000..082844a5f
--- /dev/null
+++ b/dev-python/hist/hist-2.7.3.ebuild
@@ -0,0 +1,26 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=hatchling
+SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1 pypi
+
+DESCRIPTION="Histogramming for analysis powered by boost-histogram "
+HOMEPAGE="https://github.com/scikit-hep/hist"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}]
+ >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+RESTRICT="test"
+# needs mplhep and dask_histogram ...
+#distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2024-10-22 8:34 Alexander Puck Neuwirth
0 siblings, 0 replies; 5+ messages in thread
From: Alexander Puck Neuwirth @ 2024-10-22 8:34 UTC (permalink / raw
To: gentoo-commits
commit: e3f613ae6e8d20ac6dadd33f363960cc803343b3
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sat Oct 19 10:19:11 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Tue Oct 22 08:32:15 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e3f613ae
dev-python/hist: add 2.8.0
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/hist/hist-2.8.0.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-python/hist/hist-2.8.0.ebuild b/dev-python/hist/hist-2.8.0.ebuild
new file mode 100644
index 000000000..04160951e
--- /dev/null
+++ b/dev-python/hist/hist-2.8.0.ebuild
@@ -0,0 +1,26 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1 pypi
+
+DESCRIPTION="Histogramming for analysis powered by boost-histogram "
+HOMEPAGE="https://github.com/scikit-hep/hist"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}]
+ >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+RESTRICT="test"
+# needs mplhep and dask_histogram ...
+#distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2025-03-30 9:23 Alexander Puck Neuwirth
0 siblings, 0 replies; 5+ messages in thread
From: Alexander Puck Neuwirth @ 2025-03-30 9:23 UTC (permalink / raw
To: gentoo-commits
commit: 9484a8441213c8dc688efd6ccf8af885042df4a2
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sun Mar 30 09:22:44 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Sun Mar 30 09:22:44 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9484a844
dev-python/hist: add 2.8.1
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/hist/hist-2.8.1.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-python/hist/hist-2.8.1.ebuild b/dev-python/hist/hist-2.8.1.ebuild
new file mode 100644
index 000000000..04160951e
--- /dev/null
+++ b/dev-python/hist/hist-2.8.1.ebuild
@@ -0,0 +1,26 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1 pypi
+
+DESCRIPTION="Histogramming for analysis powered by boost-histogram "
+HOMEPAGE="https://github.com/scikit-hep/hist"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}]
+ >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+RESTRICT="test"
+# needs mplhep and dask_histogram ...
+#distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/hist/
@ 2025-04-02 10:55 Alexander Puck Neuwirth
0 siblings, 0 replies; 5+ messages in thread
From: Alexander Puck Neuwirth @ 2025-04-02 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 1d84033eab0b28eff85975f5b9c29deab6ef5457
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sun Mar 30 09:39:54 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Wed Apr 2 10:54:36 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d84033e
dev-python/hist: enable tests
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/hist/hist-2.8.1.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/hist/hist-2.8.1.ebuild b/dev-python/hist/hist-2.8.1.ebuild
index 04160951e..8fcc1bc67 100644
--- a/dev-python/hist/hist-2.8.1.ebuild
+++ b/dev-python/hist/hist-2.8.1.ebuild
@@ -19,8 +19,10 @@ RDEPEND="
"
BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest-mpl[${PYTHON_USEDEP}]
+ sci-physics/mplhep[${PYTHON_USEDEP}]
+ )
"
-RESTRICT="test"
-# needs mplhep and dask_histogram ...
-#distutils_enable_tests pytest
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-04-02 10:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-03 8:16 [gentoo-commits] proj/sci:master commit in: dev-python/hist/ Alexander Puck Neuwirth
-- strict thread matches above, loose matches on Subject: below --
2025-04-02 10:55 Alexander Puck Neuwirth
2025-03-30 9:23 Alexander Puck Neuwirth
2024-10-22 8:34 Alexander Puck Neuwirth
2024-05-06 8:24 Alexander Puck Neuwirth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox