diff options
author | Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> | 2024-10-19 14:04:24 +0200 |
---|---|---|
committer | Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> | 2024-10-22 10:32:27 +0200 |
commit | 64e1610d8937a975087282e071f500b12d3c4171 (patch) | |
tree | b41ff83d78aa8a74e9e1854133a90883fffc18a6 /sci-physics | |
parent | sci-physics/pylhe: add 0.9.0 (diff) | |
download | sci-64e1610d8937a975087282e071f500b12d3c4171.tar.gz sci-64e1610d8937a975087282e071f500b12d3c4171.tar.bz2 sci-64e1610d8937a975087282e071f500b12d3c4171.zip |
sci-physics/mplhep-data: new package, add 0.0.4
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/mplhep-data/Manifest | 1 | ||||
-rw-r--r-- | sci-physics/mplhep-data/metadata.xml | 20 | ||||
-rw-r--r-- | sci-physics/mplhep-data/mplhep-data-0.0.4.ebuild | 17 |
3 files changed, 38 insertions, 0 deletions
diff --git a/sci-physics/mplhep-data/Manifest b/sci-physics/mplhep-data/Manifest new file mode 100644 index 000000000..d9fcba67e --- /dev/null +++ b/sci-physics/mplhep-data/Manifest @@ -0,0 +1 @@ +DIST mplhep_data-0.0.4.tar.gz 9128420 BLAKE2B f003e0fa551f2c491160d49e78fe07b8bd7411ddf180c9bb67c8f8d14db59ee44924e57fb1196257f22c25bc65d271ed35befee7f2c5c75417b226938179b2e6 SHA512 959f30c196e23b9fee0922343e121b07b4783c431d4179e14eb606a5615e3e0a773c718f6760480c2397ae39c72f1284a7e8ec74fe96146e2d63d310b1d5110c 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>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"> + 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 |