diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-07 20:14:25 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-07 20:14:25 +0000 |
| commit | d71899efb614760f4734db759c1391ba15c6572c (patch) | |
| tree | def7a3b301c43989dbdee30750910b6516b055c4 /dev-python/lazy-loader | |
| parent | 870a647cf599ec2fbb0c57e96283801c6f51cfc0 (diff) | |
| download | baldeagleos-repo-d71899efb614760f4734db759c1391ba15c6572c.tar.gz baldeagleos-repo-d71899efb614760f4734db759c1391ba15c6572c.tar.xz baldeagleos-repo-d71899efb614760f4734db759c1391ba15c6572c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/lazy-loader')
| -rw-r--r-- | dev-python/lazy-loader/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/lazy-loader/lazy-loader-0.5.ebuild | 27 |
2 files changed, 29 insertions, 0 deletions
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..32662c9b3e49 --- /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_{10..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 |
