From c8618e50afe993b8a710161a7b95a4684eccaaeb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 5 Apr 2024 14:45:30 -0400 Subject: [PATCH] python3-lazy_loader: update to 0.4. --- srcpkgs/python3-lazy_loader/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-lazy_loader/template b/srcpkgs/python3-lazy_loader/template index a89e33aaa5b..dc33e65c50c 100644 --- a/srcpkgs/python3-lazy_loader/template +++ b/srcpkgs/python3-lazy_loader/template @@ -1,9 +1,9 @@ # Template file for 'python3-lazy_loader' pkgname=python3-lazy_loader -version=0.3 -revision=2 +version=0.4 +revision=1 build_style=python3-pep517 -hostmakedepends="python3-flit_core" +hostmakedepends="python3-setuptools python3-wheel" depends="python3" checkdepends="python3-pytest-xdist" 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" changelog="https://raw.githubusercontent.com/scientific-python/lazy_loader/main/CHANGELOG.md" distfiles="${PYPI_SITE}/l/lazy_loader/lazy_loader-${version}.tar.gz" -checksum=3b68898e34f5b2a29daaaac172c6555512d0f32074f147e2254e4a6d9d838f37 +checksum=47c75182589b91a4e1a85a136c074285a5ad4d9f39c63e0d7fb76391c4574cd1 post_install() { vlicense LICENSE.md