Merge pull request #9113 from marcelotduarte/new_cx_freeze

cx_Freeze 6.7
This commit is contained in:
Christoph Reiter
2021-07-09 10:26:44 +02:00
committed by GitHub

View File

@@ -12,8 +12,8 @@ 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=6.6
pkgrel=2
pkgver=6.7
pkgrel=1
pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
@@ -25,7 +25,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('staticlibs' 'strip' '!debug')
source=(cx_Freeze-${pkgver}.tar.gz::https://pypi.io/packages/source/c/cx_Freeze/cx_Freeze-${pkgver}.tar.gz)
sha256sums=('c4af8ad3f7e7d71e291c1dec5d0fb26bbe92df834b098ed35434c901fbd6762f')
sha256sums=('050f1dd133a04810bd7f38ac7ae3b290054acb2ff4f6e73f7a286266d153495d')
prepare() {
rm -Rf python-${_realname}-${CARCH}