python-cloup: update to 3.0.3

This commit is contained in:
Biswapriyo Nath
2023-11-17 16:32:36 +00:00
parent 4863672fd8
commit d6b71eb2fd

View File

@@ -4,14 +4,16 @@ _pyname=cloup
_realname=cloup
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.0.1
pkgver=3.0.3
pkgrel=1
pkgdesc='Option groups and subcommand help sections for pallets/click (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
msys2_references=(
'aur: python-cloup'
'pypi: cloup'
)
msys2_documentation_url='https://cloup.readthedocs.io/'
url="https://github.com/janLuke/cloup"
license=('spdx:BSD-3-Clause')
depends=(
@@ -29,7 +31,7 @@ checkdepends=(
"${MINGW_PACKAGE_PREFIX}-python-pytest"
)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('e08b4cc237bb9a5bd8ff81ba6ed49498e2200dac39227b1648e957882028e993')
sha256sums=('e5bd7789d17c0de97139ac5eb8af8c2f8d96a2d8363e8411224df625a6858d21')
prepare() {
rm -rf python-build-${MSYSTEM} | true