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

Группа :: Development/Python3
Пакет: python3-module-PyQt-builder

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname PyQt-builder

Name: python3-module-PyQt-builder
Version: 1.14.1
Release: alt1

Summary: The PEP 517 compliant PyQt build system

License: BSD
Url: http://www.riverbankcomputing.co.uk/software/pyqt
Group: Development/Python3

# Source0-url: %__pypi_url %oname

Source0: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-sip6 >= 5.3


%description
PyQt-builder is the PEP 517 compliant build system for PyQt and projects that extend PyQt.
It extends the sip build system and uses Qt's qmake to perform the actual compilation
and installation of extension modules.

Projects that use PyQt-builder provide an appropriate pyproject.toml file
and an optional project.py script.
Any PEP 517 compliant frontend, for example sip-install or pip
can then be used to build and install the project.

%prep
%setup

%build
%python3_build

%install
%python3_install
rm -rfv %buildroot%python3_sitelibdir/pyqtbuild/bundle/dlls

%files
%_bindir/pyqt-bundle
%_bindir/pyqt-qt-wheel
%python3_sitelibdir/pyqtbuild/
%python3_sitelibdir/*.egg-info

%changelog

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

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