python3-lazy_loader: update to 0.3.

This commit is contained in:
Andrew J. Hesford 2023-07-12 10:29:15 -04:00
parent 18e63addbd
commit ef48451bfd
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-lazy_loader'
pkgname=python3-lazy_loader
version=0.2
version=0.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
@ -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=0edc7a5175c400acb108f283749951fefdadedeb00adcec6e88b974a9254f18a
checksum=3b68898e34f5b2a29daaaac172c6555512d0f32074f147e2254e4a6d9d838f37
post_install() {
vlicense LICENSE.md

View File

@ -0,0 +1 @@
ignore="*rc*"