[packages/python3-PyQt-builder] up to 1.16.4
atler
atler at pld-linux.org
Sat Jul 20 21:42:39 CEST 2024
commit 297f02a015c68e59ffc0461180834c4c544fbca6
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Jul 20 21:33:49 2024 +0200
up to 1.16.4
python3-PyQt-builder.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/python3-PyQt-builder.spec b/python3-PyQt-builder.spec
index 0bd79cb..a0ede68 100644
--- a/python3-PyQt-builder.spec
+++ b/python3-PyQt-builder.spec
@@ -1,12 +1,12 @@
-%define pypi_name PyQt-builder
+%define pypi_name pyqt_builder
Summary: The PEP 517 compliant PyQt build system
Name: python3-PyQt-builder
-Version: 1.15.4
+Version: 1.16.4
Release: 1
License: BSD
#Source0Download: https://pypi.org/simple/PyQt-builder
Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/%{pypi_name}-%{version}.tar.gz
-# Source0-md5: c49f5a8c47a6867d16dd60e057e674d1
+# Source0-md5: 64df76f0b13ee551306c3b8a4c159ee7
URL: https://www.riverbankcomputing.com/software/pyqt/
BuildRequires: python3-devel >= 1:3.7
BuildRequires: python3-setuptools
@@ -26,6 +26,11 @@ appropriate pyproject.toml file and an optional project.py.
%{__rm} -r PyQt_builder.egg-info
+cat > setup.py <<EOF
+from setuptools import setup
+setup(version='%{version}')
+EOF
+
%build
%py3_build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-PyQt-builder.git/commitdiff/297f02a015c68e59ffc0461180834c4c544fbca6
More information about the pld-cvs-commit
mailing list