mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-lazy_loader: update to 0.4.
This commit is contained in:
parent
c35a362c24
commit
c8618e50af
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-lazy_loader'
|
# Template file for 'python3-lazy_loader'
|
||||||
pkgname=python3-lazy_loader
|
pkgname=python3-lazy_loader
|
||||||
version=0.3
|
version=0.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-flit_core"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest-xdist"
|
checkdepends="python3-pytest-xdist"
|
||||||
short_desc="Populate Python namespace without incurring immediate import costs"
|
short_desc="Populate Python namespace without incurring immediate import costs"
|
||||||
|
@ -12,7 +12,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/scientific-python/lazy_loader"
|
homepage="https://github.com/scientific-python/lazy_loader"
|
||||||
changelog="https://raw.githubusercontent.com/scientific-python/lazy_loader/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/scientific-python/lazy_loader/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/l/lazy_loader/lazy_loader-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/l/lazy_loader/lazy_loader-${version}.tar.gz"
|
||||||
checksum=3b68898e34f5b2a29daaaac172c6555512d0f32074f147e2254e4a6d9d838f37
|
checksum=47c75182589b91a4e1a85a136c074285a5ad4d9f39c63e0d7fb76391c4574cd1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue