Package Details: pyinstaller 6.6.0-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: custom
Submitter: jackdroido
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 47
Popularity: 0.56
First Submitted: 2012-06-13 22:56 (UTC)
Last Updated: 2024-04-16 15:58 (UTC)

Latest Comments

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

samarthj commented on 2021-08-19 06:04 (UTC) (edited on 2021-08-19 06:05 (UTC) by samarthj)

This is now automated and tracks PyPI releases. It should update to a new release within 24-48 hours of a new release on pypi.

Also reverted to PyPI instead of git, but using whl instead of source tars. They turn out to be easier to install, with fewer make dependencies (I understand there may be more downstream dependencies, but in my opinion, if you are working with pyinstaller, you probably already have pip) and faster install times. And I can also assume they will work on the platforms they were built for since that requirement is now pushed upstream.

If anyone has issues with the switch do let me know. It works fine in my testing so far. I also have a pyinstaller-git package that I maintain which builds from the latest source directly.

samarthj commented on 2021-08-12 23:25 (UTC)

for anyone who finds this package lagging behind an official release, please try rebuilding the package.

This in particular follows github releases, as opposed to anything else, so it should be available to anyone immediately after a new release. :)

And feel free to tag out of date in the future as well if it was a week old like it was in this case. But I just wanted to let folks know that in-case they needed it sooner than I could get to it. (Still in the process of automating pyinstaller releases)

yochananmarqos commented on 2020-09-01 17:43 (UTC)

@nhrjr: I've commented out the PGP key verification since it's causing issues.

nhrjr commented on 2020-09-01 10:44 (UTC) (edited on 2020-09-01 10:44 (UTC) by nhrjr)

@yochananmarqos

I don't know exactly, what @skrupellos was referring to, but it could be related to https://keys.openpgp.org/about/faq#older-gnupg, where it is stated that the latest gpg version does not support keys without ID.

I also have the same problem as @SoleSoul and cannot import the key from keys.openpgp.org. It is possible to use pyinstaller-git though.

yochananmarqos commented on 2020-08-12 15:12 (UTC)

@skrupellos: You seem to be lost. Did you post in the wrong place?

@SoleSoul: There is no name or email attached to the key (see related issue), but that shouldn't stop you from adding it.

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.