22 lines
804 B
Bash
22 lines
804 B
Bash
# Template file for 'python3-lazy-object-proxy'
|
|
pkgname=python3-lazy-object-proxy
|
|
version=1.7.1
|
|
revision=1
|
|
wrksrc="lazy-object-proxy-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
short_desc="Fast and thorough lazy object proxy (Python3)"
|
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|
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=d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4
|
|
make_check=no # needs pytest-testpath and pytest-benchmark
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|