aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-cx_freeze
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 12:35:55 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 13:00:04 +0000
commitcb41de06f150c8b1ea8e9a1e801565ad48570c2e (patch)
treef4158fed1ee0a5a23b49f8a801ae86dc9de4c9af /community/py-cx_freeze
parent599b7b65890d50d14bab2838f09bf6bdb766e21a (diff)
downloadaports-cb41de06f150c8b1ea8e9a1e801565ad48570c2e.tar.bz2
aports-cb41de06f150c8b1ea8e9a1e801565ad48570c2e.tar.xz
community/py-cx_freeze: fix APKBUILD in package() function
Diffstat (limited to 'community/py-cx_freeze')
-rw-r--r--community/py-cx_freeze/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/py-cx_freeze/APKBUILD b/community/py-cx_freeze/APKBUILD
index 6b64d0856b..3b01e4a2ff 100644
--- a/community/py-cx_freeze/APKBUILD
+++ b/community/py-cx_freeze/APKBUILD
@@ -6,7 +6,7 @@ pkgver=4.3.4
pkgrel=2
pkgdesc="Set of utilities for freezing Python scripts into executables"
url="http://cx-freeze.sourceforge.net/"
-arch="all"
+arch="noarch"
license="PSF"
depends=""
depends_dev=""
@@ -24,8 +24,7 @@ build() {
package() {
cd "$builddir"
- python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1
- python3 setup.py install --root=$pkgdir/ --optimize=1 || return 1
+ mkdir -p "$pkgdir"
}
_py() {
@@ -47,7 +46,6 @@ _py3() {
}
-
md5sums="5bd662af9aa36e5432e9144da51c6378 cx_Freeze-4.3.4.tar.gz"
sha256sums="40c7bbfa107e139d105fdf79d1a7540dbb9f84aaf0fecdd03420bf37f0031be2 cx_Freeze-4.3.4.tar.gz"
sha512sums="b523322c8199757245f3af2d9e3d68397708cfc8f318761f1eec6e011bd07ec12d3b748a60d33f43f0849f68ec064a729fb3250747216b90b8dd700d0a83699f cx_Freeze-4.3.4.tar.gz"