python-comtypes: update to 1.4.13

This commit is contained in:
Dirk Stolle 2025-10-12 23:22:38 +02:00
parent 29bf29a445
commit 4cb4ac0117

View File

@ -3,15 +3,17 @@
_realname=comtypes
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.4.12
pkgver=1.4.13
pkgrel=1
pkgdesc="A pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'anitya: 179143'
'purl: pkg:pypi/comtypes'
)
url='https://github.com/enthought/comtypes'
msys2_changelog_url='https://github.com/enthought/comtypes/blob/main/CHANGES.txt'
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
@ -19,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}.zip")
sha256sums=('3ff06c442c2de8a2b25785407f244eb5b6f809d21cf068a855071ba80a76876f')
sha256sums=('fc573997ae32b374891cfa8d79ebb8289809ed3a4a3f789d5348371099c7788a')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"