Diff lazy-loader-0.4 with a lazy-loader-0.5

/usr/portage/dev-python/lazy-loader/lazy-loader-0.5.ebuild 2026-03-11 11:46:08.213093886 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYPI_VERIFY_REPO=https://github.com/scientific-python/lazy-loader
7 8
PYTHON_COMPAT=( python3_{11..14} )
8 9

  
9 10
inherit distutils-r1 pypi
10 11

  
11 12
DESCRIPTION="Populate library namespace without incurring immediate import costs"
12 13
HOMEPAGE="
13
	https://github.com/scientific-python/lazy_loader
14
	https://github.com/scientific-python/lazy-loader/
14 15
	https://pypi.org/project/lazy-loader/
15 16
"
16 17

  
......
22 23
	dev-python/packaging[${PYTHON_USEDEP}]
23 24
"
24 25

  
26
EPYTEST_PLUGINS=()
25 27
distutils_enable_tests pytest
Thank you!