commit: 64e1610d8937a975087282e071f500b12d3c4171 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Sat Oct 19 12:04:24 2024 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Tue Oct 22 08:32:27 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=64e1610d
sci-physics/mplhep-data: new package, add 0.0.4 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> sci-physics/mplhep-data/metadata.xml | 20 ++++++++++++++++++++ sci-physics/mplhep-data/mplhep-data-0.0.4.ebuild | 17 +++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/sci-physics/mplhep-data/metadata.xml b/sci-physics/mplhep-data/metadata.xml new file mode 100644 index 000000000..8f6639407 --- /dev/null +++ b/sci-physics/mplhep-data/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alexander Puck Neuwirth</name> + </maintainer> + <longdescription lang="en"> + Sub-package to hold data (fonts) for the package mplhep. + Fonts distributed in this package have open licenses and can be redistributed. + </longdescription> + <upstream> + <remote-id type="pypi">mplhep-data</remote-id> + <remote-id type="github">scikit-hep/mplhep_data</remote-id> + </upstream> +</pkgmetadata> diff --git a/sci-physics/mplhep-data/mplhep-data-0.0.4.ebuild b/sci-physics/mplhep-data/mplhep-data-0.0.4.ebuild new file mode 100644 index 000000000..bc1f3bcb5 --- /dev/null +++ b/sci-physics/mplhep-data/mplhep-data-0.0.4.ebuild @@ -0,0 +1,17 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Data/font package for mplhep." +HOMEPAGE=" + https://mplhep.readthedocs.io + https://github.com/scikit-hep/mplhep_data +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest
