python-pyflakes: update to 3.4.0

This commit is contained in:
Biswapriyo Nath 2025-06-21 05:38:52 +00:00
parent 44e1ab1a51
commit 3b0ed94645

View File

@ -3,7 +3,7 @@
_realname=pyflakes
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.3.2
pkgver=3.4.0
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=('6dfd61d87b97fba5dcfaaf781171ac16be16453be6d816147989e7f6e6a9576b')
sha256sums=('b24f96fafb7d2ab0ec5075b7350b3d2d2218eab42003821c06344973d3ea2f58')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"