Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569778
en ru br
ALT Linux repos
S:1.14.1-alt1

Group :: Development/Python3
RPM: python3-module-PyQt-builder

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

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