Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37569551
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: pyinstaller

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin