python-pyflakes: update to 3.3.2

This commit is contained in:
Biswapriyo Nath
2025-04-01 04:58:16 +00:00
parent 8e7dd160d3
commit ec4648762e

View File

@@ -3,7 +3,7 @@
_realname=pyflakes
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.3.1
pkgver=3.3.2
pkgrel=1
pkgdesc="A lint-like tool for Python to identify common errors quickly without executing code (mingw-w64)"
arch=('any')
@@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('8752eee11d4ef3a4be642d774863047864b47406cba906fabf8dd892cf98d5b3')
sha256sums=('6dfd61d87b97fba5dcfaaf781171ac16be16453be6d816147989e7f6e6a9576b')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"