Package Details: pyinstaller 5.13.0-1

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: http://www.pyinstaller.org
Licenses: GPL2, Apache, custom:PyInstaller
Submitter: jackdroido
Maintainer: samarthj
Last Packager: samarthj
Votes: 48
Popularity: 0.091276
First Submitted: 2012-06-13 22:56 (UTC)
Last Updated: 2023-06-26 02:45 (UTC)

Pinned Comments

samarthj commented on 2021-08-23 19:20 (UTC)

quickest way to reach me for changes/updates/issues/pull-requests - https://github.com/samarthj/AUR

Latest Comments

1 2 3 4 Next › Last »

yochananmarqos commented on 2023-11-29 22:58 (UTC) (edited on 2023-11-29 23:00 (UTC) by yochananmarqos)

@samarthj: This has been out of date for months. Please add me as as Co-Maintainer if you would like help updating it in a timely manner. I was a previous Maintainer, but was no longer using it. I'm now using it again with my pixelflasher package.

obayhan commented on 2023-07-18 12:01 (UTC) (edited on 2023-07-18 12:02 (UTC) by obayhan)

Build Failed:

FAILED tests/functional/test_hook_utilities.py::test_collect_entry_point - TypeError: expected str, bytes or os.PathLike object, not NoneType

FAILED tests/functional/test_basic.py::test_distutils_submod[onedir] - TypeError: expected str, bytes or os.PathLike object, not NoneType

FAILED tests/functional/test_basic.py::test_distutils_submod[onefile] - TypeError: expected str, bytes or os.PathLike object, not NoneType

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

stopping after 3 failures

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

xdist.dsession.Interrupted: stopping after 3 failures

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

===================================================

3 failed, 49 passed, 6 skipped, 6 xfailed, 1 xpassed, 302 warnings in 100.46s (0:01:40) =================================================== ==> ERROR: A failure occurred in check().

rahulmb commented on 2023-07-13 21:10 (UTC) (edited on 2023-07-13 23:35 (UTC) by rahulmb)

One of the tests in pyinstaller keeps failing. Anyone else ran into same problem? Any suggestions on how to handle this?

FAILED tests/functional/test_hook_utilities.py::test_collect_entry_point - TypeError: expected str, bytes or os.PathLike object, not NoneType

Zeioth commented on 2023-07-09 13:56 (UTC) (edited on 2023-07-09 13:58 (UTC) by Zeioth)

It would be nice having this on the main repo now that pip ask arch users to install from the official repos. Or at least linking a source that doesn't run the tests when building from the AUR so it installs at a reasonable speed.

MarsSeed commented on 2022-07-10 09:44 (UTC)

Thank you!

MarsSeed commented on 2022-07-09 09:16 (UTC)

Please at least remove the python-pycrypto optdepend.

Plus, I see you've created the python-tinyaes package on AUR. You can now add that as an optdepend here.

samarthj commented on 2022-06-25 16:21 (UTC)

I see, thanks for the update, will change it up.

MarsSeed commented on 2022-06-25 16:10 (UTC)

Hi,

This should not depend on python-pycrypto. It's been deprecated since 2013.

Instead, pyinstaller optionally uses tinyaes, not yet available in Arch/AUR repos.

samarthj commented on 2021-08-23 19:20 (UTC)

quickest way to reach me for changes/updates/issues/pull-requests - https://github.com/samarthj/AUR

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.