python-invoke: update to 2.2.1

This commit is contained in:
Dirk Stolle 2025-10-13 02:55:39 +02:00
parent 81099bf7ca
commit 287686ff0e

View File

@ -3,15 +3,17 @@
_realname=invoke
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.2.0
pkgrel=3
pkgver=2.2.1
pkgrel=1
pkgdesc="Pythonic task execution (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: python-invoke'
'purl: pkg:pypi/invoke'
)
url="https://github.com/pyinvoke/invoke"
msys2_changelog_url='https://www.pyinvoke.org/changelog.html'
license=('spdx:BSD-2-Clause')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
@ -19,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=(!strip)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5')
sha256sums=('515bf49b4a48932b79b024590348da22f39c4942dff991ad1fb8b8baea1be707')
prepare() {
rm -rf python-build-${MSYSTEM} | true