python-reportlab: update to 4.4.4

This commit is contained in:
Dirk Stolle 2025-09-19 22:19:33 +02:00
parent b0c54884b1
commit 6a03516609

View File

@ -4,7 +4,7 @@
_realname=reportlab
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=4.4.3
pkgver=4.4.4
pkgrel=1
pkgdesc="A proven industry-strength PDF generating solution (mingw-w64)"
arch=('any')
@ -12,6 +12,8 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://www.reportlab.com/"
msys2_repository_url="https://hg.reportlab.com/hg-public/reportlab/"
msys2_references=(
'archlinux: python-reportlab'
'gentoo: dev-python/reportlab'
'purl: pkg:pypi/reportlab'
)
license=('spdx:BSD-3-Clause')
@ -22,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('073b0975dab69536acd3251858e6b0524ed3e087e71f1d0d1895acb50acf9c7b')
sha256sums=('cb2f658b7f4a15be2cc68f7203aa67faef67213edd4f2d4bdd3eb20dab75a80d')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"