mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: python3-lazy_loader-0.2
This commit is contained in:
parent
85a63f402a
commit
f76459fbfa
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-lazy_loader/template
Normal file
19
srcpkgs/python3-lazy_loader/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-lazy_loader'
|
||||||
|
pkgname=python3-lazy_loader
|
||||||
|
version=0.2
|
||||||
|
revision=1
|
||||||
|
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=0edc7a5175c400acb108f283749951fefdadedeb00adcec6e88b974a9254f18a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue