python-executing: update to 2.2.1

It also needs python-asttokens (and potentially python-littleutils,
but that's currently not packaged for MSYS2) during checks.
This commit is contained in:
Dirk Stolle 2025-09-01 22:12:15 +02:00
parent cf69ca447d
commit 173ebf203a

View File

@ -1,14 +1,17 @@
# Contributor: Mehdi Chinoune <mehdi.chinoune@hotmail.com> # Contributor: Mehdi Chinoune <mehdi.chinoune@hotmail.com>
# Contributor: Dirk Stolle
_realname=executing _realname=executing
pkgbase=mingw-w64-python-${_realname} pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.2.0 pkgver=2.2.1
pkgrel=1 pkgrel=1
pkgdesc="Get the currently executing AST node of a frame, and other information (mingw-w64)" pkgdesc="Get the currently executing AST node of a frame, and other information (mingw-w64)"
arch=('any') arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=( msys2_references=(
'archlinux: python-executing'
'gentoo: dev-python/executing'
'purl: pkg:pypi/executing' 'purl: pkg:pypi/executing'
) )
url='https://github.com/alexmojaki/executing' url='https://github.com/alexmojaki/executing'
@ -18,9 +21,10 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm") "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-asttokens"
"${MINGW_PACKAGE_PREFIX}-python-pytest")
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=('5d108c028108fe2551d1a7b2e8b713341e2cb4fc0aa7dcf966fa4327a5226755') sha256sums=('3632cc370565f6648cc328b32435bd120a1e4ebb20c77e3fdde9a13cd1e533c4')
prepare() { prepare() {
cd "${srcdir}/${_realname}-${pkgver}" cd "${srcdir}/${_realname}-${pkgver}"