commit:     7817eb62f86dba832081f8f3a7a02c5acdf3cfeb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 07:05:32 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 08:39:27 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7817eb62

dev-python/flatdict: Bump to 4.1.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/flatdict/Manifest              |  1 +
 dev-python/flatdict/flatdict-4.1.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/flatdict/Manifest b/dev-python/flatdict/Manifest
index 7e4877181a17..1f9de1b44fff 100644
--- a/dev-python/flatdict/Manifest
+++ b/dev-python/flatdict/Manifest
@@ -1 +1,2 @@
 DIST flatdict-4.0.1.gh.tar.gz 11923 BLAKE2B 
102ebc6220d75219b91ed7494485fa7d1447801d8276fd5e305f838f6b339b72c44151c751a53c32a5ea5b1d4876d9312af229bb8972401a2f86d6488d3f8b4f
 SHA512 
925ad8a53a4848875ff5c0df2c006ea09ff3795861cd0b8d7c26d22511d46d4ad28dee28b3e9e8f896b45c8a1b2c51cc24bce099c38c0b4d2f49174baab4de23
+DIST flatdict-4.1.0.gh.tar.gz 32704 BLAKE2B 
81257f1eba486dd7de00f2518fd59dbb0dc8c6f31e2af913fc648b2b6e0d4cca953e74f99ad579579a4f9a55028d63e3f01cac9fcd5cee9d3f640c0a8067ef30
 SHA512 
467bceaebd3391a8cf9c6dba37165070fb9cbb43f5e19fa6221a7a4f8bcfb4fb8f49758fe9f3fbc724684f067eff16998ca944cd57ecb499dbf46bf2262d94a9

diff --git a/dev-python/flatdict/flatdict-4.1.0.ebuild 
b/dev-python/flatdict/flatdict-4.1.0.ebuild
new file mode 100644
index 000000000000..372ea7f51328
--- /dev/null
+++ b/dev-python/flatdict/flatdict-4.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2023-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python module for interacting with nested dicts"
+HOMEPAGE="
+       https://github.com/gmr/flatdict/
+       https://pypi.org/project/flatdict/
+"
+SRC_URI="
+       https://github.com/gmr/flatdict/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+BDEPEND="
+       dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

Reply via email to