void-packages/srcpkgs/python3-lazy-object-proxy/template
Peter Bui 3ce953a3c8 python3-lazy-object-proxy: update to 1.5.1.
Also add python3-setuptools_scm to hostmakedepends and remove a broken
post_patch that caused the egg version to be set to 0.0.0 rather than
the true version, causing programs like pylint to break.

Closes: #25586 [via git-merge-pr]
2020-10-15 00:05:35 -04:00

18 lines
624 B
Bash

# Template file for 'python3-lazy-object-proxy'
pkgname=python3-lazy-object-proxy
version=1.5.1
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=9723364577b79ad9958a68851fe2acb94da6fd25170c595516a8289e6a129043
post_install() {
vlicense LICENSE
}