commit: 4e0c88212841370b8914b92c42071d8c03cfbc4a Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Wed Jan 8 14:59:18 2025 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Wed Jan 8 14:59:18 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e0c8821
dev-python/histoprint: add 2.6.0 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> dev-python/histoprint/histoprint-2.6.0.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/dev-python/histoprint/histoprint-2.6.0.ebuild b/dev-python/histoprint/histoprint-2.6.0.ebuild new file mode 100644 index 000000000..3b889f55f --- /dev/null +++ b/dev-python/histoprint/histoprint-2.6.0.ebuild @@ -0,0 +1,27 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=hatchling +inherit distutils-r1 pypi + +DESCRIPTION="Pretty print histograms to the console" +HOMEPAGE="https://github.com/scikit-hep/histoprint" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/click-7.0.0[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + >=dev-python/uhi-0.2.1[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] + test? ( + >=dev-python/awkward-1[${PYTHON_USEDEP}] + >=sci-physics/uproot-4[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest