* [gentoo-commits] proj/sci:master commit in: dev-python/uhi/
@ 2024-02-27 16:07 Alexander Puck Neuwirth
0 siblings, 0 replies; 6+ messages in thread
From: Alexander Puck Neuwirth @ 2024-02-27 16:07 UTC (permalink / raw
To: gentoo-commits
commit: 5edb5364f5454e45df68b8fca3b621352e7905e8
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Tue Feb 27 14:03:00 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Tue Feb 27 16:07:10 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5edb5364
dev-python/uhi: new package, add 0.4.0
Closes: https://github.com/gentoo/sci/pull/1245
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/uhi/metadata.xml | 19 +++++++++++++++++++
dev-python/uhi/uhi-0.4.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/uhi/metadata.xml b/dev-python/uhi/metadata.xml
new file mode 100644
index 000000000..c1ee047a1
--- /dev/null
+++ b/dev-python/uhi/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">
+ This is a package meant primarily for documenting histogram indexing and the PlottableHistogram Protocol and any future cross-library standards. It also contains the code for the PlottableHistogram Protocol, to be used in type checking libraries wanting to conform to the protocol. Eventually, it might gain a set of tools for testing conformance to UHI indexing, as well. It is not usually a runtime dependency, but only a type checking, testing, and/or docs dependency in support of other libraries (such as boost-histogram 0.13+, hist 2.1+, mplhep 0.2.15+, uproot 4+, and histoprint 2+). There are a few useful runtime usable components (listed below). It requires Python 3.6+. See what's new.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">uhi</remote-id>
+ <remote-id type="github">scikit-hep/uhi</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/uhi/uhi-0.4.0.ebuild b/dev-python/uhi/uhi-0.4.0.ebuild
new file mode 100644
index 000000000..89db57b1c
--- /dev/null
+++ b/dev-python/uhi/uhi-0.4.0.ebuild
@@ -0,0 +1,27 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=hatchling
+SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1 pypi
+
+DESCRIPTION="Universal Histogram Interface"
+HOMEPAGE="https://github.com/scikit-hep/uhi"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/boost-histogram[${PYTHON_USEDEP}]
+ )
+"
+BDEPEND="
+ ${RDEPEND}
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/uhi/
@ 2024-03-17 15:59 Alexander Puck Neuwirth
0 siblings, 0 replies; 6+ messages in thread
From: Alexander Puck Neuwirth @ 2024-03-17 15:59 UTC (permalink / raw
To: gentoo-commits
commit: fefc0c6312315941eb86943101f0655f9c692f30
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sun Mar 17 15:59:19 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Sun Mar 17 15:59:19 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fefc0c63
dev-python/uhi: enable py3.12
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/uhi/uhi-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/uhi/uhi-0.4.0.ebuild b/dev-python/uhi/uhi-0.4.0.ebuild
index 89db57b1c..380e3bdbd 100644
--- a/dev-python/uhi/uhi-0.4.0.ebuild
+++ b/dev-python/uhi/uhi-0.4.0.ebuild
@@ -1,6 +1,6 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=hatchling
SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/uhi/
@ 2024-10-22 8:34 Alexander Puck Neuwirth
0 siblings, 0 replies; 6+ messages in thread
From: Alexander Puck Neuwirth @ 2024-10-22 8:34 UTC (permalink / raw
To: gentoo-commits
commit: 52f94cf6540a9352a2fe72e54189bea80b3808da
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sat Oct 19 08:49:25 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Tue Oct 22 08:32:08 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=52f94cf6
dev-python/uhi: add 0.5.0
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/uhi/uhi-0.5.0.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-python/uhi/uhi-0.5.0.ebuild b/dev-python/uhi/uhi-0.5.0.ebuild
new file mode 100644
index 000000000..7dee1e062
--- /dev/null
+++ b/dev-python/uhi/uhi-0.5.0.ebuild
@@ -0,0 +1,27 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_USE_PEP517=hatchling
+SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1 pypi
+
+DESCRIPTION="Universal Histogram Interface"
+HOMEPAGE="https://github.com/scikit-hep/uhi"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/fastjsonschema[${PYTHON_USEDEP}]
+ >=dev-python/boost-histogram-1.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/uhi/
@ 2025-07-31 11:34 Alexander Puck Neuwirth
0 siblings, 0 replies; 6+ messages in thread
From: Alexander Puck Neuwirth @ 2025-07-31 11:34 UTC (permalink / raw
To: gentoo-commits
commit: b5a443fc48b41319f10d890af5d7781fe685ba53
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 19:05:06 2025 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 11:30:58 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5a443fc
dev-python/uhi: add myself as a maintainer
Part-of: https://github.com/gentoo/sci/pull/1372
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
dev-python/uhi/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/uhi/metadata.xml b/dev-python/uhi/metadata.xml
index c1ee047a1..78949bd61 100644
--- a/dev-python/uhi/metadata.xml
+++ b/dev-python/uhi/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo Science Project</name>
</maintainer>
<maintainer type="person">
- <email>alexander@neuwirth-informatik.de</email>
+ <email>apn-pucky@gentoo.org</email>
<name>Alexander Puck Neuwirth</name>
</maintainer>
<longdescription lang="en">
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/uhi/
@ 2025-07-31 11:34 Alexander Puck Neuwirth
0 siblings, 0 replies; 6+ messages in thread
From: Alexander Puck Neuwirth @ 2025-07-31 11:34 UTC (permalink / raw
To: gentoo-commits
commit: 7ec5c2926b88ce33a25248b8ae2c548e4335ea4c
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 19:08:08 2025 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 11:31:26 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ec5c292
dev-python/uhi: export SETUPTOOLS_SCM_PRETEND_VERSION
Part-of: https://github.com/gentoo/sci/pull/1372
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
dev-python/uhi/uhi-0.4.0.ebuild | 2 +-
dev-python/uhi/uhi-0.5.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/uhi/uhi-0.4.0.ebuild b/dev-python/uhi/uhi-0.4.0.ebuild
index 380e3bdbd..f5cf09e56 100644
--- a/dev-python/uhi/uhi-0.4.0.ebuild
+++ b/dev-python/uhi/uhi-0.4.0.ebuild
@@ -2,7 +2,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=hatchling
-SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
inherit distutils-r1 pypi
DESCRIPTION="Universal Histogram Interface"
diff --git a/dev-python/uhi/uhi-0.5.0.ebuild b/dev-python/uhi/uhi-0.5.0.ebuild
index 7dee1e062..e430d0be3 100644
--- a/dev-python/uhi/uhi-0.5.0.ebuild
+++ b/dev-python/uhi/uhi-0.5.0.ebuild
@@ -2,7 +2,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=hatchling
-SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
inherit distutils-r1 pypi
DESCRIPTION="Universal Histogram Interface"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/uhi/
@ 2025-09-27 9:33 Alexander Puck Neuwirth
0 siblings, 0 replies; 6+ messages in thread
From: Alexander Puck Neuwirth @ 2025-09-27 9:33 UTC (permalink / raw
To: gentoo-commits
commit: a848a49ebb1416d0253fe49033784dda10c03539
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 17:31:31 2025 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Sat Sep 27 09:25:09 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a848a49e
dev-python/uhi: add 1.0.0, 9999
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
dev-python/uhi/uhi-1.0.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
dev-python/uhi/uhi-9999.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
diff --git a/dev-python/uhi/uhi-1.0.0.ebuild b/dev-python/uhi/uhi-1.0.0.ebuild
new file mode 100644
index 000000000..f0f372316
--- /dev/null
+++ b/dev-python/uhi/uhi-1.0.0.ebuild
@@ -0,0 +1,35 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1
+
+DESCRIPTION="Universal Histogram Interface"
+HOMEPAGE="https://github.com/scikit-hep/uhi"
+
+LICENSE="BSD"
+SLOT="0"
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/scikit-hep/uhi"
+else
+ inherit pypi
+ KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+ >=dev-python/numpy-1.19.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ >=dev-python/hist-2.6[${PYTHON_USEDEP}]
+ dev-python/h5py[${PYTHON_USEDEP}]
+ dev-python/fastjsonschema[${PYTHON_USEDEP}]
+ >=dev-python/boost-histogram-1.6.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/uhi/uhi-9999.ebuild b/dev-python/uhi/uhi-9999.ebuild
new file mode 100644
index 000000000..f0f372316
--- /dev/null
+++ b/dev-python/uhi/uhi-9999.ebuild
@@ -0,0 +1,35 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+inherit distutils-r1
+
+DESCRIPTION="Universal Histogram Interface"
+HOMEPAGE="https://github.com/scikit-hep/uhi"
+
+LICENSE="BSD"
+SLOT="0"
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/scikit-hep/uhi"
+else
+ inherit pypi
+ KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+ >=dev-python/numpy-1.19.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ >=dev-python/hist-2.6[${PYTHON_USEDEP}]
+ dev-python/h5py[${PYTHON_USEDEP}]
+ dev-python/fastjsonschema[${PYTHON_USEDEP}]
+ >=dev-python/boost-histogram-1.6.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-09-27 9:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-27 16:07 [gentoo-commits] proj/sci:master commit in: dev-python/uhi/ Alexander Puck Neuwirth
-- strict thread matches above, loose matches on Subject: below --
2024-03-17 15:59 Alexander Puck Neuwirth
2024-10-22 8:34 Alexander Puck Neuwirth
2025-07-31 11:34 Alexander Puck Neuwirth
2025-07-31 11:34 Alexander Puck Neuwirth
2025-09-27 9:33 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