void-packages/srcpkgs/python3-lazy_loader/template

20 lines
716 B
Bash

# Template file for 'python3-lazy_loader'
pkgname=python3-lazy_loader
version=0.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
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=47c75182589b91a4e1a85a136c074285a5ad4d9f39c63e0d7fb76391c4574cd1
post_install() {
vlicense LICENSE.md
}