diff options
author | Andrew J. Hesford <ajh@sideband.org> | 2025-02-25 23:51:59 +0000 |
---|---|---|
committer | Andrew J. Hesford <ajh@sideband.org> | 2025-02-26 11:55:23 +0000 |
commit | f7dcf8014f59a34694e747fcdb928f6a5583b14d (patch) | |
tree | 6613fd30e49f7378c9b81fef43559cb6fec53e34 | |
parent | 31a91441d265943e302c24bc03c1ad18e0314768 (diff) | |
download | void-packages-f7dcf8014f59a34694e747fcdb928f6a5583b14d.tar void-packages-f7dcf8014f59a34694e747fcdb928f6a5583b14d.tar.gz void-packages-f7dcf8014f59a34694e747fcdb928f6a5583b14d.tar.bz2 void-packages-f7dcf8014f59a34694e747fcdb928f6a5583b14d.tar.lz void-packages-f7dcf8014f59a34694e747fcdb928f6a5583b14d.tar.xz void-packages-f7dcf8014f59a34694e747fcdb928f6a5583b14d.tar.zst void-packages-f7dcf8014f59a34694e747fcdb928f6a5583b14d.zip |
python3-decorator: update to 5.2.1.
-rw-r--r-- | srcpkgs/python3-decorator/template | 10 |
1 files 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 <ajh@sideband.org>" @@ -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 |