void-packages/srcpkgs/python3-lazy_loader/template

20 lines
701 B
Bash

# Template file for 'python3-lazy_loader'
pkgname=python3-lazy_loader
version=0.3
revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
checkdepends="python3-pytest-xdist"
short_desc="Populate Python namespace without incurring immediate import costs"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
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
post_install() {
vlicense LICENSE.md
}