blob: af3b73d03e32fb4bec1afaa1b0554c746ce4d47f (
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.4
revision=3
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
}
|