From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/confuse/Manifest | 1 + dev-python/confuse/confuse-2.2.0.ebuild | 29 +++++++++++++++++++++++++++++ dev-python/confuse/metadata.xml | 22 ++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 dev-python/confuse/Manifest create mode 100644 dev-python/confuse/confuse-2.2.0.ebuild create mode 100644 dev-python/confuse/metadata.xml (limited to 'dev-python/confuse') diff --git a/dev-python/confuse/Manifest b/dev-python/confuse/Manifest new file mode 100644 index 000000000000..beca8335d0bf --- /dev/null +++ b/dev-python/confuse/Manifest @@ -0,0 +1 @@ +DIST confuse-2.2.0.gh.tar.gz 106359 BLAKE2B b5f9f7dd34366e3e00a4e1b0536fbc1bb5faa9f784645236edf7c1d1e6e4954bfdd3972506b87f2e04087e8aa9fa3b32a19bd9eeb7f38e2b49d261323fe76de5 SHA512 965dcaea51bcbf91360ac94b39cf38ff7f08772484e063b72758c8096f0bd20455fb3359ae5ca6263a3322e258712be0bcc1a7421b99441829caa88982b55751 diff --git a/dev-python/confuse/confuse-2.2.0.ebuild b/dev-python/confuse/confuse-2.2.0.ebuild new file mode 100644 index 000000000000..ab4202e7c1e5 --- /dev/null +++ b/dev-python/confuse/confuse-2.2.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{13..14} ) +DISTUTILS_USE_PEP517=poetry + +inherit distutils-r1 + +DESCRIPTION="Confuse is a configuration library for Python that uses YAML" +HOMEPAGE=" + https://github.com/beetbox/confuse/ + https://pypi.org/project/confuse/ +" +SRC_URI="https://github.com/beetbox/confuse/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~x86" + +RDEPEND=" + dev-python/pyyaml[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest +distutils_enable_sphinx docs \ + 'dev-python/sphinx-rtd-theme' diff --git a/dev-python/confuse/metadata.xml b/dev-python/confuse/metadata.xml new file mode 100644 index 000000000000..fb2edc2a3c26 --- /dev/null +++ b/dev-python/confuse/metadata.xml @@ -0,0 +1,22 @@ + + + + + stkw0@disroot.org + David Roman + + + proxy-maint@gentoo.org + Proxy Maintainers + + + python@gentoo.org + Python + + + Confuse is a configuration library for Python that uses YAML. It takes + care of defaults, overrides, type checking, command-line integration, + human-readable errors, and standard OS-specific locations. + + baldeagleos-repo + -- cgit v1.3