commit:     f703ec3d0daf32056187b2c6c85f6ad2d3f21659
Author:     David Roman <droman <AT> ifae <DOT> es>
AuthorDate: Fri Jan  9 11:24:38 2026 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Fri Jan  9 16:25:12 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f703ec3d

dev-python/confuse: add 2.1.0

Signed-off-by: David Roman <droman <AT> 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 <AT> gentoo.org>

 dev-python/confuse/Manifest             |  1 +
 dev-python/confuse/confuse-2.1.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/confuse/Manifest b/dev-python/confuse/Manifest
index fbcade75648d..a23401f3d38b 100644
--- a/dev-python/confuse/Manifest
+++ b/dev-python/confuse/Manifest
@@ -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

diff --git a/dev-python/confuse/confuse-2.1.0.ebuild 
b/dev-python/confuse/confuse-2.1.0.ebuild
new file mode 100644
index 000000000000..2970487895e4
--- /dev/null
+++ b/dev-python/confuse/confuse-2.1.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_{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'

Reply via email to