21 lines
761 B
Bash
21 lines
761 B
Bash
# Template file for 'python3-lazy-object-proxy'
|
|
pkgname=python3-lazy-object-proxy
|
|
version=1.9.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-testpath python3-pytest-benchmark"
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/ionelmc/python-lazy-object-proxy/master/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/l/lazy-object-proxy/lazy-object-proxy-${version}.tar.gz"
|
|
checksum=659fb5809fa4629b8a1ac5106f669cfc7bef26fbb389dda53b3e010d1ac4ebae
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|