19 lines
624 B
Bash
19 lines
624 B
Bash
# Template file for 'python3-lazy-object-proxy'
|
|
pkgname=python3-lazy-object-proxy
|
|
version=1.5.2
|
|
revision=1
|
|
wrksrc="lazy-object-proxy-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
makedepends="python3-devel"
|
|
short_desc="Fast and thorough lazy object proxy (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/ionelmc/python-lazy-object-proxy"
|
|
distfiles="${PYPI_SITE}/l/lazy-object-proxy/lazy-object-proxy-${version}.tar.gz"
|
|
checksum=5944a9b95e97de1980c65f03b79b356f30a43de48682b8bdd90aa5089f0ec1f4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|