Merge pull request #7755 from marcelotduarte/new_cx_freeze

cx_Freeze 6.5.3
This commit is contained in:
Christoph Reiter
2021-01-24 16:24:04 +01:00
committed by GitHub

View File

@@ -9,8 +9,8 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=6.5.2
pkgrel=2
pkgver=6.5.3
pkgrel=1
pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)"
arch=('any')
license=('PSF')
@@ -20,7 +20,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('staticlibs' 'strip' '!debug')
source=(${_realname}-${pkgver}.tar.gz::https://pypi.io/packages/source/c/cx_Freeze/cx_Freeze-${pkgver}.tar.gz)
sha256sums=('869731afc624b511cdad0df2d3e8fb5433da488720838c02462a25dcdd37fcd4')
sha256sums=('e0d03cabcdf9b9c21354807ed9f06fa9481a8fd5a0838968a830f01a70820ff1')
prepare() {
rm -Rf python-cx_Freeze-${CARCH}