commit: ae5b5d50e1724ced9c2b88cc2b428362e10fca9a
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
AuthorDate: Fri May 16 09:23:37 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
CommitDate: Fri May 16 09:24:38 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ae5b5d50
sci-physics/hepunits: add 2.3.6
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
sci-physics/hepunits/hepunits-2.3.6.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/sci-physics/hepunits/hepunits-2.3.6.ebuild
b/sci-physics/hepunits/hepunits-2.3.6.ebuild
new file mode 100644
index 000000000..d8ae3f7e5
--- /dev/null
+++ b/sci-physics/hepunits/hepunits-2.3.6.ebuild
@@ -0,0 +1,22 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_USE_PEP517=hatchling
+inherit distutils-r1
+
+DESCRIPTION="units and constants in the HEP system of units"
+HOMEPAGE="https://github.com/scikit-hep/hepunits"
+
+LICENSE="BSD"
+SLOT="0"
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/scikit-hep/hepunits"
+else
+ inherit pypi
+ KEYWORDS="~amd64"
+fi
+
+BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest