python-graphviz: update to 0.21

This commit is contained in:
Biswapriyo Nath 2025-06-30 08:05:13 +00:00
parent 7e4a2cc897
commit 029557c688

View File

@ -3,8 +3,8 @@
_realname=graphviz
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=0.20.3
pkgrel=2
pkgver=0.21
pkgrel=1
pkgdesc='Simple Python interface for Graphviz (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-pytest-mock")
source=("https://github.com/xflr6/${_realname}/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('6ae51c891c539a639b2db0862049979ce08214786b4beecc817b386596db428c')
sha256sums=('ecebb8275fdd3eace1c16d11a6db976877ed976e6c3a228c2cf946c34ef9001c')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"