mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 04:13:06 +02:00
20 lines
762 B
Bash
20 lines
762 B
Bash
# Template file for 'python3-lazy-object-proxy'
|
|
pkgname=python3-lazy-object-proxy
|
|
version=1.11.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
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=18874411864c9fbbbaa47f9fc1dd7aea754c86cfde21278ef427639d1dd78e9c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|