commit:     63d9a36e6f3fb05c62647305011e3dfe8eebb1a2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  9 04:35:27 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb  9 04:35:27 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d9a36e

dev-python/ubelt: Bump to 1.4.1

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

 dev-python/ubelt/Manifest           |  1 +
 dev-python/ubelt/ubelt-1.4.1.ebuild | 47 +++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/ubelt/Manifest b/dev-python/ubelt/Manifest
index d2c0d6d10fe8..7248e89f29c9 100644
--- a/dev-python/ubelt/Manifest
+++ b/dev-python/ubelt/Manifest
@@ -1 +1,2 @@
 DIST ubelt-1.4.0.gh.tar.gz 376453 BLAKE2B 
9ffafadd749757e73805e90eeea87afe50db5c379c5b6ac1f855bc12bf201eb998d54455fe812e2ffe500ff7bbbdae94b1286aa3bbb7d409d276ff9bb1e10048
 SHA512 
7d66eb69f9935f2704e2414887f671bf7d9103baf207c3c67ce741ef0471f824e922b8ac9fda9d0e4cf01a52fa09ebfba056e14d50796df61d3fd83666b1a9ab
+DIST ubelt-1.4.1.gh.tar.gz 385376 BLAKE2B 
98a60de68b04150ba48d6bc4d6eb537ceb913b6a9e60eb90a682779eb19c49b68c2f2c842758b9458445ec3c3a14941f747061228a8bfd28e37a2b7f31277a76
 SHA512 
de9156c64a3eee49ab6d1ef59e4cc9042f4f3b672581a1e99da242c2e098a6cccb1b209f5b1d9b89f98fde3e9980d6517dba14293621e1dc7cf846b43f11d84c

diff --git a/dev-python/ubelt/ubelt-1.4.1.ebuild 
b/dev-python/ubelt/ubelt-1.4.1.ebuild
new file mode 100644
index 000000000000..076db35910ff
--- /dev/null
+++ b/dev-python/ubelt/ubelt-1.4.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, 
Timing, Progress"
+HOMEPAGE="
+       https://github.com/Erotemic/ubelt/
+       https://pypi.org/project/ubelt/
+"
+SRC_URI="
+       https://github.com/Erotemic/${PN}/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND="
+       test? (
+               >=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
+               >=dev-python/pygments-2.2.0[${PYTHON_USEDEP}]
+               >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
+               >=dev-python/requests-2.25.1[${PYTHON_USEDEP}]
+               >=dev-python/xxhash-1.0.1[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=( xdoctest )
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+       tests/test_editable_modules.py::test_import_of_editable_install
+       # relies on passwd home being equal to ${HOME}
+       ubelt/util_path.py::userhome:0
+)
+
+EPYTEST_IGNORE=(
+       # asserts for running on win32 in global scope
+       ubelt/_win32_jaraco.py
+)

Reply via email to