diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/leather | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/leather')
| -rw-r--r-- | dev-python/leather/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/leather/leather-0.4.1.ebuild | 35 | ||||
| -rw-r--r-- | dev-python/leather/metadata.xml | 13 |
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-python/leather/Manifest b/dev-python/leather/Manifest new file mode 100644 index 000000000000..a87a63346eaa --- /dev/null +++ b/dev-python/leather/Manifest @@ -0,0 +1 @@ +DIST leather-0.4.1.gh.tar.gz 41278 BLAKE2B 66e9e74f7c4a8568d5461de31610e18bd91bad059664ad945cc5c797e3aeec22dff74de8dfbdd7629430db0c9fd3d2bb5b7e581ce452e9c615f8fbda337d2a30 SHA512 5eea62d48d8a1589b12885495a8299f8a7ae4e4622f66d9161e996e01e828acf6aca425223d561295f12cbbafc7a6b9246b49a45e9f9d40cecb555c94f7e8206 diff --git a/dev-python/leather/leather-0.4.1.ebuild b/dev-python/leather/leather-0.4.1.ebuild new file mode 100644 index 000000000000..1f8386e5d36d --- /dev/null +++ b/dev-python/leather/leather-0.4.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 2022-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +DESCRIPTION="Python charting for 80% of humans" +HOMEPAGE=" + https://github.com/wireservice/leather/ + https://pypi.org/project/leather/ +" +SRC_URI=" + https://github.com/wireservice/leather/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~arm64-macos ~x64-macos" + +BDEPEND=" + test? ( + >=dev-python/cssselect-0.9.1[${PYTHON_USEDEP}] + >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest +distutils_enable_sphinx docs \ + dev-python/furo diff --git a/dev-python/leather/metadata.xml b/dev-python/leather/metadata.xml new file mode 100644 index 000000000000..bbbff4d323be --- /dev/null +++ b/dev-python/leather/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>zmedico@gentoo.org</email> + </maintainer> + <stabilize-allarches /> + <upstream> + <bugs-to>https://github.com/wireservice/leather/issues</bugs-to> + <changelog>https://github.com/wireservice/leather/commits/master</changelog> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
