python-decorator: update to 4.4.2.

This commit is contained in:
Andrew J. Hesford 2020-10-19 09:10:14 -04:00
parent 9184017cc7
commit 8b9c726588

View file

@ -1,7 +1,7 @@
# Template file for 'python-decorator' # Template file for 'python-decorator'
pkgname=python-decorator pkgname=python-decorator
version=4.4.0 version=4.4.2
revision=4 revision=1
wrksrc="decorator-${version}" wrksrc="decorator-${version}"
build_style=python-module build_style=python-module
pycompile_module="decorator.py" pycompile_module="decorator.py"
@ -13,7 +13,7 @@ license="BSD-2-Clause"
homepage="https://github.com/micheles/decorator" homepage="https://github.com/micheles/decorator"
changelog="https://raw.githubusercontent.com/micheles/decorator/master/CHANGES.md" changelog="https://raw.githubusercontent.com/micheles/decorator/master/CHANGES.md"
distfiles="${PYPI_SITE}/d/decorator/decorator-${version}.tar.gz" distfiles="${PYPI_SITE}/d/decorator/decorator-${version}.tar.gz"
checksum=86156361c50488b84a3f148056ea716ca587df2f0de1d34750d35c21312725de checksum=e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7
post_install() { post_install() {
vlicense LICENSE.txt LICENSE vlicense LICENSE.txt LICENSE