From 511fabea852a6ea0937efa8394a44783735e4274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 13 Dec 2024 14:18:43 +0700 Subject: [PATCH] python3-PyQt-builder: update to 1.17.0. --- .../python3-PyQt-builder/patches/no-packaging.patch | 11 +++++++++++ srcpkgs/python3-PyQt-builder/template | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/python3-PyQt-builder/patches/no-packaging.patch diff --git a/srcpkgs/python3-PyQt-builder/patches/no-packaging.patch b/srcpkgs/python3-PyQt-builder/patches/no-packaging.patch new file mode 100644 index 00000000000..7896d346e14 --- /dev/null +++ b/srcpkgs/python3-PyQt-builder/patches/no-packaging.patch @@ -0,0 +1,11 @@ +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -12,7 +12,7 @@ name = "PyQt-builder" + description = "The PyQt build system" + readme = "README.md" + urls.homepage = "https://github.com/Python-PyQt/PyQt-builder" +-dependencies = ["packaging", "sip >=6.7, <7"] ++dependencies = ["sip >=6.7, <7"] + requires-python = ">=3.8" + license = {file = "LICENSE"} + classifiers = ["License :: OSI Approved :: BSD License"] diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template index 80d73700905..87d46e3e6ec 100644 --- a/srcpkgs/python3-PyQt-builder/template +++ b/srcpkgs/python3-PyQt-builder/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyQt-builder' pkgname=python3-PyQt-builder -version=1.16.4 -revision=2 +version=1.17.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-setuptools_scm sip python3-wheel" depends="sip>=6.7" @@ -10,7 +10,7 @@ maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="https://www.riverbankcomputing.com/software/pyqt/" distfiles="$PYPI_SITE/P/PyQt-builder/pyqt_builder-$version.tar.gz" -checksum=4515e41ae379be2e54f88a89ecf47cd6e4cac43e862c4abfde18389c2666afdf +checksum=fce0e92346d2a4296525b7ad9f02b74ea425f26210390ae0d3e4ca08c31cf4cc post_install() { rm -rf $DESTDIR/usr/bin