Package Details: python-cx-freeze 6.15.10-2

Git Clone URL: https://aur.archlinux.org/python-cx-freeze.git (read-only, click to copy)
Package Base: python-cx-freeze
Description: Create standalone executables from Python scripts
Upstream URL: https://marcelotduarte.github.io/cx_Freeze
Licenses: PSF
Conflicts: python-cx_freeze
Provides: python-cx_freeze
Replaces: python-cx_freeze
Submitter: gromit
Maintainer: None
Last Packager: gromit
Votes: 0
Popularity: 0.000000
First Submitted: 2024-03-19 21:31 (UTC)
Last Updated: 2024-03-19 21:31 (UTC)

Latest Comments

jose1711 commented on 2024-05-03 05:32 (UTC)

--- PKGBUILD.orig   2024-05-03 07:30:08.182471049 +0200
+++ PKGBUILD    2024-05-03 07:30:23.772538822 +0200
@@ -7,8 +7,8 @@
 # Contributor: Julien Duponchelle <julien@gns3.net>

 pkgname=python-cx-freeze
-pkgver=6.15.10
-pkgrel=2
+pkgver=7.0.0
+pkgrel=1
 pkgdesc='Create standalone executables from Python scripts'
 arch=('x86_64')
 url='https://marcelotduarte.github.io/cx_Freeze'
@@ -21,7 +21,7 @@
 provides=('python-cx_freeze')
 conflicts=('python-cx_freeze')
 source=("https://github.com/marcelotduarte/cx_Freeze/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e18823c106049a72180d99b7910986fc727f1301426a90028e39700b183436ffd3c8d060eef0587c7a07c5a67c54f2a8bf62764426e840d7dcd6e9fed7030b26')
+sha512sums=('55abbcb7d9fbdd430941cf780d25ab8c00238e841df70ff0f476395d37260e360d33ab6b4d83f9276a06f043eec05b9ea4e60393bfaefef03474715b78414ffa')

 prepare() {
   sed -e 's|69|70|g' -i cx_Freeze-$pkgver/pyproject.toml # Support setuptools 69