# Template file for 'python-cached-property' pkgname=python-cached-property version=1.4.0 revision=1 noarch=yes wrksrc="cached-property-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="python" pycompile_module="cached_property.py" short_desc="Decorator for caching properties in classes (Python2)" maintainer="Alessio Sergi " homepage="https://github.com/pydanny/cached-property" license="3-clause-BSD" distfiles="${PYPI_SITE}/c/cached-property/cached-property-${version}.tar.gz" checksum=a2fa0f89dd422f7e5dd992a4a3e0ce209d5d1e47a4db28fd0a7b5273ec8da3f0 post_install() { vlicense LICENSE } python3-cached-property_package() { noarch=yes depends="python3" pycompile_module="cached_property.py" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* vlicense LICENSE } }