Skip to content

Commit

Permalink
python-cx-freeze: update to 7.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotduarte authored Nov 12, 2024
1 parent 9834f23 commit 8d8429b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions mingw-w64-python-cx-freeze/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ 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.2.4
pkgrel=2
pkgver=7.2.5
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
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=(
'40f9f7086b918b0ee620db80da3ee61a059fd7116c78f57949a72790b73cdf80'
'63f9b745b8a84a1c3ce986d089f3d750ec65b9ff385ed64308c073a821d81eef'
)
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
Expand All @@ -31,6 +29,7 @@ url="https://github.com/marcelotduarte/cx_Freeze/"
options=(!strip)
depends=(
"${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-packaging"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-cx-logging"
"${MINGW_PACKAGE_PREFIX}-python-lief"
Expand Down

0 comments on commit 8d8429b

Please sign in to comment.