Skip to content
Snippets Groups Projects
Commit cb4a85ed authored by Natanael Copa's avatar Natanael Copa
Browse files

community/py3-cx_freeze: rebuild against python 3.9

parent 00ebb9c5
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
pkgname=py3-cx_freeze pkgname=py3-cx_freeze
_pkgname=cx_Freeze _pkgname=cx_Freeze
pkgver=6.5.3 pkgver=6.5.3
pkgrel=0 pkgrel=1
pkgdesc="Set of utilities for freezing Python scripts into executables" pkgdesc="Set of utilities for freezing Python scripts into executables"
url="http://cx-freeze.sourceforge.net/" url="https://github.com/marcelotduarte/cx_Freeze"
arch="all" arch="all"
license="PSF" license="PSF"
makedepends="py3-setuptools python3-dev" makedepends="py3-setuptools python3-dev"
...@@ -32,7 +32,7 @@ build() { ...@@ -32,7 +32,7 @@ build() {
} }
package() { package() {
python3 setup.py install --prefix=/usr --root="$pkgdir" python3 setup.py install --skip-build --prefix=/usr --root="$pkgdir"
} }
sha512sums="37ba5c920306ff62a21ab46c1b9fd6b1780864095d00223776c308fa28e60a5473c74e7da4e7478725de14b7f5628d8d8445f42c0671bc502e5e2d8ecb5ffae5 cx_Freeze-6.5.3.tar.gz" sha512sums="37ba5c920306ff62a21ab46c1b9fd6b1780864095d00223776c308fa28e60a5473c74e7da4e7478725de14b7f5628d8d8445f42c0671bc502e5e2d8ecb5ffae5 cx_Freeze-6.5.3.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment