commit:     e852c58684f19279060e7025fa69a3ed6b82f74e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 06:22:02 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 07:06:30 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e852c586

dev-python/lazy-loader: Bump to 0.5

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

 dev-python/lazy-loader/Manifest               |  2 ++
 dev-python/lazy-loader/lazy-loader-0.5.ebuild | 27 +++++++++++++++++++++++++++
 dev-python/lazy-loader/metadata.xml           |  2 +-
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/dev-python/lazy-loader/Manifest b/dev-python/lazy-loader/Manifest
index dd665d875a84..e5720611f461 100644
--- a/dev-python/lazy-loader/Manifest
+++ b/dev-python/lazy-loader/Manifest
@@ -1 +1,3 @@
 DIST lazy_loader-0.4.tar.gz 15431 BLAKE2B 
6b6eee0ac8976b224cc16e09e3317197164b547b4be834711bacffefcd186fe98cdde3237d5093ca41a80ab7d5db043fc3dbbae50416bb771b27ee6b0934037d
 SHA512 
29e3589929869351ea62cf7cbba86b581bd7935918b54cfd5ac107cbf7cc427d6d4e050ec1f9bef084587e55286d7afa31d5cdb6deb7d072d25493d19d6bbce6
+DIST lazy_loader-0.5.tar.gz 15294 BLAKE2B 
c3267961095633c82c768c9c20cf81e3a66f6b03fb0b17ee73bd053e1c96fd8d9f5d1faf1ce983b931d9d30137ae8ae01ee027496ed0f19fbdba7c20ebe2d244
 SHA512 
aca2a7a8901dadc2c20a5e23ae016b466dad541153c0f43ed20b57b375c6dc8279a324ea086ed2468e20655dd567a30f9275da7fd8664f6384296bdb739289b7
+DIST lazy_loader-0.5.tar.gz.provenance 9964 BLAKE2B 
f2d65ac401fc5dd79da42f599332edde7eeb4429d576e1be5a883f81aef1967aebddc44545abf4d530c0cbeefeb8f1576627d9d503474b5ce978739c5787bda0
 SHA512 
05270858cca0d98599d94d3d085277d4afd466443cd3ab502b958efa1e7cc899d5437b061dceb3d052167111d8a60eea7f65a2988bd15d057b958d175378d299

diff --git a/dev-python/lazy-loader/lazy-loader-0.5.ebuild 
b/dev-python/lazy-loader/lazy-loader-0.5.ebuild
new file mode 100644
index 000000000000..8eb1ea492c58
--- /dev/null
+++ b/dev-python/lazy-loader/lazy-loader-0.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=https://github.com/scientific-python/lazy-loader
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Populate library namespace without incurring immediate import 
costs"
+HOMEPAGE="
+       https://github.com/scientific-python/lazy-loader/
+       https://pypi.org/project/lazy-loader/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+       dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

diff --git a/dev-python/lazy-loader/metadata.xml 
b/dev-python/lazy-loader/metadata.xml
index be659ac63cdb..68d97b710374 100644
--- a/dev-python/lazy-loader/metadata.xml
+++ b/dev-python/lazy-loader/metadata.xml
@@ -7,6 +7,6 @@
   </maintainer>
   <upstream>
     <remote-id type="pypi">lazy-loader</remote-id>
-    <remote-id type="github">scientific-python/lazy_loader</remote-id>
+    <remote-id type="github">scientific-python/lazy-loader</remote-id>
   </upstream>
 </pkgmetadata>

Reply via email to