From f7dcf8014f59a34694e747fcdb928f6a5583b14d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 25 Feb 2025 18:51:59 -0500 Subject: [PATCH] python3-decorator: update to 5.2.1. --- srcpkgs/python3-decorator/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-decorator/template b/srcpkgs/python3-decorator/template index 13012a72772..11a243dd528 100644 --- a/srcpkgs/python3-decorator/template +++ b/srcpkgs/python3-decorator/template @@ -1,9 +1,9 @@ # Template file for 'python3-decorator' pkgname=python3-decorator -version=5.1.1 -revision=4 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=5.2.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" depends="python3" short_desc="Python3 decorator module" maintainer="Andrew J. Hesford " @@ -11,7 +11,7 @@ license="BSD-2-Clause" homepage="https://github.com/micheles/decorator" changelog="https://raw.githubusercontent.com/micheles/decorator/master/CHANGES.md" distfiles="${PYPI_SITE}/d/decorator/decorator-${version}.tar.gz" -checksum=637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330 +checksum=65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360 post_install() { vlicense LICENSE.txt