# Description: A decorator for caching properties in classes # URL: https://pypi.org/project/cached-property/ # Maintainer: Matt Housh, jaeger at crux dot ninja # Depends on: python3-setuptools name=python3-cached-property version=2.0.1 release=1 source=(https://files.pythonhosted.org/packages/source/c/cached-property/cached_property-$version.tar.gz) build() { cd cached_property-$version python3 setup.py build python3 setup.py install --root=$PKG }