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