2024-04-09 11:58:31 +02:00
|
|
|
Index: PyQt-builder-1.16.0/PKG-INFO
|
2023-01-12 19:28:38 +01:00
|
|
|
===================================================================
|
2024-04-09 11:58:31 +02:00
|
|
|
--- PyQt-builder-1.16.0.orig/PKG-INFO
|
|
|
|
+++ PyQt-builder-1.16.0/PKG-INFO
|
|
|
|
@@ -5,7 +5,7 @@ Summary: The PyQt build system
|
|
|
|
Author-email: Phil Thompson <phil@riverbankcomputing.com>
|
|
|
|
Project-URL: homepage, https://github.com/Python-PyQt/PyQt-builder
|
|
|
|
Classifier: License :: OSI Approved :: BSD License
|
|
|
|
-Requires-Python: >=3.8
|
2023-01-12 19:28:38 +01:00
|
|
|
+Requires-Python: >=3.6
|
2024-04-09 11:58:31 +02:00
|
|
|
Description-Content-Type: text/markdown
|
|
|
|
Requires-Dist: packaging
|
|
|
|
Requires-Dist: sip<7,>=6.7
|
|
|
|
Index: PyQt-builder-1.16.0/pyproject.toml
|
2023-01-12 19:28:38 +01:00
|
|
|
===================================================================
|
2024-04-09 11:58:31 +02:00
|
|
|
--- PyQt-builder-1.16.0.orig/pyproject.toml
|
|
|
|
+++ PyQt-builder-1.16.0/pyproject.toml
|
|
|
|
@@ -13,7 +13,7 @@ description = "The PyQt build system"
|
|
|
|
readme = "README.md"
|
|
|
|
urls.homepage = "https://github.com/Python-PyQt/PyQt-builder"
|
|
|
|
dependencies = ["packaging", "sip >=6.7, <7"]
|
|
|
|
-requires-python = ">=3.8"
|
|
|
|
+requires-python = ">=3.6"
|
|
|
|
classifiers = ["License :: OSI Approved :: BSD License"]
|
|
|
|
dynamic = ["version"]
|
|
|
|
|