Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37851093
en ru br
ALT Linux repos
S:5.6.2-alt2

Group :: Development/Python3
RPM: pyinstaller

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:    pyinstaller
Version: 5.6.2
Release: alt1

Summary: Freeze (package) Python programs into stand-alone executables
License: GPL-2.0+
Group:   Development/Python3
URL: https://pyinstaller.org
VCS: https://github.com/pyinstaller/pyinstaller

Packager: Andrey Cherepanov <cas at altlinux.org>

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel
BuildRequires: zlib-devel
BuildRequires: libcmocka-devel

Requires: python3-module-pyinstaller-hooks-contrib

Source:  %name-%version.tar

%filter_from_requires /python3(macholib.*)/d
%filter_from_requires /python3(pywintypes)/d
%filter_from_requires /python3(pefile)/d
%filter_from_requires /python3(win32com.*)/d

%add_python3_req_skip pyimod01_archive pyimod02_importers pyimod03_ctypes

%description
PyInstaller bundles a Python application and all its dependencies into a single
package. The user can run the packaged app without installing a Python
interpreter or any modules.

%prep
%setup
# Remove binary files
rm -rf PyInstaller/bootloader/*

%build
%python3_build_debug

%install
%python3_install
# Fix path for executable files
if [ "%_libexecdir" != "%_libdir" ]; then
   mv %buildroot%_libexecdir %buildroot%_libdir
fi

%files
%doc README.rst
%_bindir/*
%python3_sitelibdir/PyInstaller
%python3_sitelibdir/*.egg-info

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin