14 Star 0 Fork 2

ocs-upgrade/PyQt-builder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
PyQt-builder.spec 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2024-10-15 15:41 . Upgrade to version 1.16.4
%global pypi_name PyQt-builder
%global srcname PyQt-builder
Summary: The PEP 517 compliant PyQt build system
Name: %{srcname}
Version: 1.16.4
Release: 1%{?dist}
License: GPLv2 or GPLv3
URL: https://www.riverbankcomputing.com/software/pyqt/
Source0: %{pypi_source}
BuildRequires: python3-devel
BuildArch: noarch
%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.
%prep
%autosetup -n %{pypi_name}-%{version}
rm -rf %{pypi_name}.egg-info
%generate_buildrequires
%pyproject_buildrequires
%build
%pyproject_wheel
%install
%pyproject_install
rm -rf %{buildroot}/%{python3_sitelib}/pyqtbuild/bundle/dlls
%check
%files
%license LICENSE-GPL2
%license LICENSE-GPL3
%{_bindir}/pyqt-bundle
%{_bindir}/pyqt-qt-wheel
%{python3_sitelib}/pyqtbuild
%{python3_sitelib}/PyQt_builder-%{version}.dist-info
%changelog
* Tue Oct 15 2024 Upgrade Robot <[email protected]> - 1.16.4-1
- Upgrade to version 1.16.4
* Thu Sep 26 2024 OpenCloudOS Release Engineering <[email protected]> - 1.15.1-5
- Rebuilt for clarifying the packages requirement in BaseOS and AppStream
* Fri Aug 16 2024 OpenCloudOS Release Engineering <[email protected]> - 1.15.1-4
- Rebuilt for loongarch release
* Tue Sep 19 2023 OpenCloudOS Release Engineering <[email protected]> - 1.15.1-3
- Rebuilt for python 3.11
* Fri Sep 08 2023 OpenCloudOS Release Engineering <[email protected]> - 1.15.1-2
- Rebuilt for OpenCloudOS Stream 23.09
* Thu Jul 20 2023 Shuo Wang <[email protected]> - 1.15.1-1
- init build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-upgrade/PyQt-builder.git
[email protected]:ocs-upgrade/PyQt-builder.git
ocs-upgrade
PyQt-builder
PyQt-builder
master

搜索帮助