summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-05 20:49:47 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-05 20:51:57 +0200
commit221bfbe1ac29af5c557328c4b60410f4cbc56eea (patch)
tree148893edfafec5225470d4b52570b8d7fa950298 /dev-python/lazy-loader
parentRename dev-python/{lazy_loader → lazy-loader} (diff)
downloadgentoo-221bfbe1ac29af5c557328c4b60410f4cbc56eea.tar.gz
gentoo-221bfbe1ac29af5c557328c4b60410f4cbc56eea.tar.bz2
gentoo-221bfbe1ac29af5c557328c4b60410f4cbc56eea.zip
dev-python/lazy-loader: Bump to 0.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lazy-loader')
-rw-r--r--dev-python/lazy-loader/Manifest1
-rw-r--r--dev-python/lazy-loader/lazy-loader-0.4.ebuild25
-rw-r--r--dev-python/lazy-loader/metadata.xml2
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/lazy-loader/Manifest b/dev-python/lazy-loader/Manifest
index d48894649f58..5b84c0cdfed2 100644
--- a/dev-python/lazy-loader/Manifest
+++ b/dev-python/lazy-loader/Manifest
@@ -1 +1,2 @@
DIST lazy_loader-0.3.tar.gz 12268 BLAKE2B b4b38202fa5c4558934dc6e2090b0585d9245a69824fb9548f5f24c3538232ce35fc1096978c4bb385bbc19b1008487cbe5b2e5a81f672acc790bfc1ac4b1bd7 SHA512 282efef8a20321bda07be382871fa3314ebf6c59f2451b33e613a72dd5b875fe7a7b8ea1336c879d79bf78cb808e1220a68ba30cd4e948d8c10ab0ca9ec23938
+DIST lazy_loader-0.4.tar.gz 15431 BLAKE2B 6b6eee0ac8976b224cc16e09e3317197164b547b4be834711bacffefcd186fe98cdde3237d5093ca41a80ab7d5db043fc3dbbae50416bb771b27ee6b0934037d SHA512 29e3589929869351ea62cf7cbba86b581bd7935918b54cfd5ac107cbf7cc427d6d4e050ec1f9bef084587e55286d7afa31d5cdb6deb7d072d25493d19d6bbce6
diff --git a/dev-python/lazy-loader/lazy-loader-0.4.ebuild b/dev-python/lazy-loader/lazy-loader-0.4.ebuild
new file mode 100644
index 000000000000..1f89c455db85
--- /dev/null
+++ b/dev-python/lazy-loader/lazy-loader-0.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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"
+
+distutils_enable_tests pytest
+
+RDEPEND="
+ dev-python/packaging[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/lazy-loader/metadata.xml b/dev-python/lazy-loader/metadata.xml
index 55037c181b9e..be659ac63cdb 100644
--- a/dev-python/lazy-loader/metadata.xml
+++ b/dev-python/lazy-loader/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo Science Project</name>
</maintainer>
<upstream>
- <remote-id type="pypi">lazy_loader</remote-id>
+ <remote-id type="pypi">lazy-loader</remote-id>
<remote-id type="github">scientific-python/lazy_loader</remote-id>
</upstream>
</pkgmetadata>