From 6314b6e3f372abbee53d4072557e08cff3418c68 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Thu, 04 Apr 2024 18:45:41 +0200
Subject: [PATCH] python/PyQt-builder: update to 1.16.0

---
 components/python/PyQt-builder/Makefile |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/components/python/PyQt-builder/Makefile b/components/python/PyQt-builder/Makefile
index 0df7ca9..9b9ff80 100644
--- a/components/python/PyQt-builder/Makefile
+++ b/components/python/PyQt-builder/Makefile
@@ -19,23 +19,20 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		PyQt-builder
-HUMAN_VERSION =			1.15.4
-COMPONENT_SUMMARY =		PyQt-builder - The PEP 517 compliant PyQt build system
-COMPONENT_PROJECT_URL =		https://www.riverbankcomputing.com/software/pyqt-builder/
-COMPONENT_ARCHIVE_URL =		\
-	https://files.pythonhosted.org/packages/c0/75/a3384eea8770c17e77821368618a5140c4ae0c37f9c05a84ef55f4807172/PyQt-builder-1.15.4.tar.gz
+HUMAN_VERSION =			1.16.0
+COMPONENT_SUMMARY =		PyQt-builder - The PyQt build system
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:39f8c75db17d9ce17cb6bbf3df1650b5cebc1ea4e5bd73843d21cc96612b2ae1
-COMPONENT_LICENSE =		GPL-3.0-only
-COMPONENT_LICENSE_FILE =	LICENSE-GPL3
+	sha256:47bbd2cfa5430020108f9f40301e166cbea98b6ef3e53953350bdd4c6b31ab18
+COMPONENT_LICENSE =		BSD-2-Clause
 
-TEST_STYLE = setup.py
+TEST_STYLE = none
 
 include $(WS_MAKE_RULES)/common.mk
 
 # Auto-generated dependencies
 PYTHON_REQUIRED_PACKAGES += library/python/packaging
 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
+PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
 PYTHON_REQUIRED_PACKAGES += library/python/sip
 PYTHON_REQUIRED_PACKAGES += library/python/wheel
 PYTHON_REQUIRED_PACKAGES += runtime/python

--
Gitblit v1.9.3