aboutsummaryrefslogtreecommitdiffhomepage
path: root/srcpkgs/python3-lazy_loader/template
blob: ecf19a769c45268f202b11e939cbc40bdc7e9c03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Template file for 'python3-lazy_loader'
pkgname=python3-lazy_loader
version=0.5
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=717f9179a0dbed357012ddad50a5ad3d5e4d9a0b8712680d4e687f5e6e6ed9b3

post_install() {
	vlicense LICENSE.md
}