dev-python/confuse: add 2.1.0

Signed-off-by: David Roman <droman@ifae.es>
Part-of: https://github.com/gentoo/gentoo/pull/45304
Closes: https://github.com/gentoo/gentoo/pull/45304
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
David Roman
2026-01-09 12:24:38 +01:00
committed by Nowa Ammerlaan
parent 88154da288
commit f703ec3d0d
2 changed files with 30 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST confuse-2.0.1.tar.gz 50872 BLAKE2B fc28d6109abec7a233ade85de35ba10264261eb37367fbfa7b6719399cedffc87da3c0bb563b8d9524551cf11ff679896e0a8cc123e08f5291c40d04ffcfe314 SHA512 fe9e17d3b321079290fa2c7db64cd5664db11f1277fe608cf5a1419254b83eee9bc169e34631a429ab1bf47779ea709156b8310a97e65fae32a20802b379fa76
DIST confuse-2.1.0.gh.tar.gz 78608 BLAKE2B c828cbb16ebd7b2a03de39ce0690d442de0844cdf73be294dc338a2883f6a497cd7e2f1800d157a4bb35d75046e7f02658523a1f298257bdc4c7aaa39e55b0bb SHA512 132d27682666b61dbdb8682334f757689f60dc03abf26b3a8356da1fd29d3056de0df253fdb0b8ec82fb8c1ed24c10529760c1d8f7f3b3144c77cd3ca89f1315

View File

@@ -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_{12..14} pypy3 pypy3_11 )
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'