python3-decorator: update to 5.2.1.

This commit is contained in:
Andrew J. Hesford 2025-02-25 18:51:59 -05:00
parent 31a91441d2
commit f7dcf8014f

View file

@ -1,9 +1,9 @@
# Template file for 'python3-decorator' # Template file for 'python3-decorator'
pkgname=python3-decorator pkgname=python3-decorator
version=5.1.1 version=5.2.1
revision=4 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools python3-wheel"
depends="python3" depends="python3"
short_desc="Python3 decorator module" short_desc="Python3 decorator module"
maintainer="Andrew J. Hesford <ajh@sideband.org>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
@ -11,7 +11,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=637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330 checksum=65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt