python-svglib: update to 1.6.0

This commit is contained in:
Dirk Stolle 2025-10-06 02:03:13 +02:00
parent 4e66b8fba3
commit f6b79a90c2

View File

@ -3,8 +3,8 @@
_realname=svglib
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.5.1
pkgrel=2
pkgver=1.6.0
pkgrel=1
pkgdesc="Read SVG files and convert them to other formats (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -16,19 +16,20 @@ url='https://github.com/deeplook/svglib'
license=('spdx:LGPL-3.0-only')
depends=(
"${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-cssselect2"
"${MINGW_PACKAGE_PREFIX}-python-lxml"
"${MINGW_PACKAGE_PREFIX}-python-reportlab"
"${MINGW_PACKAGE_PREFIX}-python-rlpycairo"
"${MINGW_PACKAGE_PREFIX}-python-tinycss2"
"${MINGW_PACKAGE_PREFIX}-python-cssselect2"
)
makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatchling"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
)
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('3ae765d3a9409ee60c0fb4d24c2deb6a80617aa927054f5bcd7fc98f0695e587')
sha256sums=('4c38a274a744ef0d1677f55d5d62fc0fb798819f813e52872a796e615741733d')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"