generic "add LLVM_COMPAT 20 everywhere", untested
This commit is contained in:
parent
94cdac5f27
commit
2a34c396c2
917 changed files with 85031 additions and 1065 deletions
10
dev-python/pyside/files/pyside-6.8.2-no-qtexampleicons.patch
Normal file
10
dev-python/pyside/files/pyside-6.8.2-no-qtexampleicons.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
diff --git a/sources/pyside6/CMakeLists.txt b/sources/pyside6/CMakeLists.txt
|
||||
index 2e4c701..6792258 100644
|
||||
--- a/sources/pyside6/CMakeLists.txt
|
||||
+++ b/sources/pyside6/CMakeLists.txt
|
||||
@@ -41,5 +41,3 @@ if(BUILD_TESTS)
|
||||
endif()
|
||||
|
||||
add_subdirectory(doc)
|
||||
-
|
||||
-add_subdirectory(qtexampleicons)
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
diff --git a/build_scripts/wheel_override.py b/build_scripts/wheel_override.py
|
||||
index b389bb8..71de230 100644
|
||||
--- a/build_scripts/wheel_override.py
|
||||
+++ b/build_scripts/wheel_override.py
|
||||
@@ -20,9 +20,9 @@ try:
|
||||
|
||||
from packaging import tags
|
||||
from wheel import __version__ as wheel_version
|
||||
- from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
|
||||
- from wheel.bdist_wheel import get_abi_tag, get_platform
|
||||
- from wheel.bdist_wheel import safer_name as _safer_name
|
||||
+ from wheel._bdist_wheel import bdist_wheel as _bdist_wheel
|
||||
+ from wheel._bdist_wheel import get_abi_tag, get_platform
|
||||
+ from wheel._bdist_wheel import safer_name as _safer_name
|
||||
|
||||
wheel_module_exists = True
|
||||
except Exception as e:
|
||||
Loading…
Add table
Add a link
Reference in a new issue