summaryrefslogtreecommitdiff
path: root/dev-python/leather
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:47:34 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:47:34 -0500
commitdda948891d3731927b821ce31f9d9a2d03ba20c5 (patch)
tree99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-python/leather
parenta3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff)
downloadbaldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz
baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz
baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip
Adding metadata
Diffstat (limited to 'dev-python/leather')
-rw-r--r--dev-python/leather/Manifest1
-rw-r--r--dev-python/leather/leather-0.4.1.ebuild35
-rw-r--r--dev-python/leather/metadata.xml13
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>