Package Details: pyinstaller 6.11.1-2

Git Clone URL: https://aur.archlinux.org/pyinstaller.git (read-only, click to copy)
Package Base: pyinstaller
Description: Bundles a Python application and all its dependencies into a single package
Upstream URL: https://www.pyinstaller.org
Licenses: LicenseRef-custom
Submitter: jackdroido
Maintainer: envolution
Last Packager: envolution
Votes: 50
Popularity: 1.20
First Submitted: 2012-06-13 22:56 (UTC)
Last Updated: 2024-11-10 22:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

SoleSoul commented on 2020-08-12 09:34 (UTC)

Also, I found out in the last few days that my recently packaged binaries don't run and return 1. Is it just me?

SoleSoul commented on 2020-08-12 08:21 (UTC) (edited on 2020-08-12 08:22 (UTC) by SoleSoul)

When I try to run

gpg --keyserver keys.openpgp.org --recv-keys 634A8DFFD3F631DF

I get

gpg: key 634A8DFFD3F631DF: no user ID

What am I missing?

skruppy commented on 2020-08-12 02:58 (UTC)

Updating to version 5.0.0 seems to work after removing patch-gnustep-base-1.27.patch.

yochananmarqos commented on 2020-08-09 15:25 (UTC)

To verify the PGP key, you will need to do the following:

gpg --keyserver keys.openpgp.org --recv-keys 634A8DFFD3F631DF

yochananmarqos commented on 2020-05-11 15:42 (UTC)

@jackdroido: Thanks for the tips, I adjusted the dependencies. FYI, python-pycrypto provides python-crypto but I changed it to match the current package name.

jackdroido commented on 2020-05-10 20:12 (UTC)

Some deps can be safely removed: python-macholib (only for MacOS) and python-pefile (only for Win)

Also python-crypto optional dep does not exists (and binary encryption doesn't seems to be supported upstream)

upx dep is OK, but functionality seems broken (pyinstaller doesn't like the Arch-packaged version string)

obayhan commented on 2020-01-22 18:46 (UTC)

Due to gpg problems i abandon the package /:

JJK commented on 2020-01-21 11:02 (UTC) (edited on 2020-01-21 11:04 (UTC) by JJK)

It does not look like that issue is going to be fixed any time soon, maybe for now remove the GPG check?

(If that is even possible)

toddejohnson commented on 2019-10-13 18:28 (UTC)

Looks like there is an issue with v3.5 GPG

https://github.com/pyinstaller/pyinstaller/issues/4430

FreelancePolice commented on 2017-06-21 16:07 (UTC)

If anyone needs to build in python 3.6, use the AUR package pyinstaller-git instead.