python-cached-property: update to 1.4.3

This commit is contained in:
Alessio Sergi 2018-06-15 17:21:11 +02:00
parent f4c7433fd3
commit 32f1629d1b
1 changed files with 3 additions and 3 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'python-cached-property'
pkgname=python-cached-property
version=1.4.2
version=1.4.3
revision=1
noarch=yes
wrksrc="cached-property-${version}"
build_style=python-module
pycompile_module="cached_property.py"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
pycompile_module="cached_property.py"
short_desc="Decorator for caching properties in classes (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/pydanny/cached-property"
license="BSD-3-Clause"
distfiles="${PYPI_SITE}/c/cached-property/cached-property-${version}.tar.gz"
checksum=bf093e640b7294303c7cc7ba3212f00b7a07d0416c1d923465995c9ef860a139
checksum=f1f9028757dc40b4cb0fd2234bd7b61a302d7b84c683cb8c2c529238a24b8938
post_install() {
vlicense LICENSE