python-progress: update to 1.6.1 (#24981)

This commit is contained in:
Dirk Stolle 2025-07-29 20:01:24 +02:00 committed by GitHub
parent 17cc26a93d
commit 048102b116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,16 @@
_realname=progress
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.6
pkgrel=5
pkgver=1.6.1
pkgrel=1
pkgdesc="Easy to use progress bars for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/verigak/progress"
msys2_references=(
'anitya: 17889'
'aur: python-progress'
'gentoo: dev-python/progress'
'purl: pkg:pypi/progress'
)
license=('spdx:ISC')
@ -18,7 +21,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=('c9c86e98b5c03fa1fe11e3b67c1feda4788b8d0fe7336c2ff7d5644ccfba34cd')
sha256sums=('c1ba719f862ce885232a759eab47971fe74dfc7bb76ab8a51ef5940bad35086c')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"