python-pycodestyle: update to 2.13.0

This commit is contained in:
Biswapriyo Nath
2025-03-31 14:21:35 +00:00
parent 2a76a6c4d9
commit 0ee484234a

View File

@@ -3,8 +3,8 @@
_realname=pycodestyle
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.12.1
pkgrel=2
pkgver=2.13.0
pkgrel=1
pkgdesc="Python style guide checker (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -21,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=('6838eae08bbce4f6accd5d5572075c63626a15ee3e6f842df996bf62f6d73521')
sha256sums=('c8415bf09abe81d9c7f872502a6eee881fbe85d8763dd5b9924bb0a01d67efae')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"