vp-build/srcpkgs/python3-cached-property/template

20 lines
612 B
Bash

# Template file for 'python3-cached-property'
pkgname=python3-cached-property
version=1.5.2
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Decorator for caching properties in classes (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/pydanny/cached-property"
distfiles="${PYPI_SITE}/c/cached-property/cached-property-${version}.tar.gz"
checksum=9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130
# upstream testcode use @coroutine
make_check=no
post_install() {
vlicense LICENSE
}