python-cx-freeze: update to 7.2.0

This commit is contained in:
Marcelo Duarte
2024-07-16 19:08:09 -03:00
parent 932a2d3cd2
commit 2f7acb0ba0

View File

@@ -12,9 +12,15 @@ conflicts=("${MINGW_PACKAGE_PREFIX}-python3-cx_Freeze"
"${MINGW_PACKAGE_PREFIX}-python-cx_Freeze")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-cx_Freeze"
"${MINGW_PACKAGE_PREFIX}-python-cx_Freeze")
pkgver=7.1.1
pkgver=7.2.0
pkgrel=1
pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)"
source=(
https://pypi.io/packages/source/c/cx_Freeze/cx_freeze-${pkgver}.tar.gz
)
sha256sums=(
'c57f7101b4d35132464b1ec88cb8948c3b7c5b4ece4bb354c16091589cb33583'
)
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
msys2_references=(
@@ -46,12 +52,6 @@ checkdepends=(
"${MINGW_PACKAGE_PREFIX}-python-pytest-xdist"
"${MINGW_PACKAGE_PREFIX}-python-psutil"
)
source=(
https://pypi.io/packages/source/c/cx_Freeze/cx_freeze-${pkgver}.tar.gz
)
sha256sums=(
'335c30bad0e3e653655f230993308458bedc997baf5b7a995e8641deba2eb287'
)
prepare() {
cd "${srcdir}"/cx_Freeze-${pkgver}