19 lines
599 B
Bash
19 lines
599 B
Bash
# Template file for 'python3-cached-property'
|
|
pkgname=python3-cached-property
|
|
version=1.5.1
|
|
revision=5
|
|
wrksrc="cached-property-${version}"
|
|
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=9217a59f14a5682da7c4b8829deadbfc194ac22e9908ccf7c8820234e80a1504
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|