23 lines
677 B
Bash
23 lines
677 B
Bash
# Template file for 'python3-lazy-object-proxy'
|
|
pkgname=python3-lazy-object-proxy
|
|
version=1.4.3
|
|
revision=3
|
|
wrksrc="lazy-object-proxy-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0
|
|
|
|
post_patch() {
|
|
vsed -i '/setuptools_scm/d' setup.cfg
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|