python-astroid: update to 3.3.9

This commit is contained in:
Biswapriyo Nath 2025-03-12 05:26:19 +00:00
parent 960ccdd4ce
commit 1feaba9902

View File

@ -3,7 +3,7 @@
_realname=astroid _realname=astroid
pkgbase=mingw-w64-python-${_realname} pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.3.8 pkgver=3.3.9
pkgrel=1 pkgrel=1
pkgdesc="A common base representation of python source code for pylint and other projects (mingw-w64)" pkgdesc="A common base representation of python source code for pylint and other projects (mingw-w64)"
arch=('any') arch=('any')
@ -27,7 +27,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-attrs"
"${MINGW_PACKAGE_PREFIX}-python-six" "${MINGW_PACKAGE_PREFIX}-python-six"
"${MINGW_PACKAGE_PREFIX}-python-sphinx") "${MINGW_PACKAGE_PREFIX}-python-sphinx")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('a88c7994f914a4ea8572fac479459f4955eeccc877be3f2d959a33273b0cf40b') sha256sums=('622cc8e3048684aa42c820d9d218978021c3c3d174fb03a9f0d615921744f550')
build() { build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}" cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"