diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-27 21:06:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-27 21:09:53 +0100 |
commit | 39009af803eabd0fa0e0c1480996b0dcb952f2fd (patch) | |
tree | d15e8a92b2eb03a6323f0408fcc53d60872e174f /dev-python/shiboken6/files | |
parent | dev-python/serverfiles: Remove old (diff) | |
download | gentoo-39009af803eabd0fa0e0c1480996b0dcb952f2fd.tar.gz gentoo-39009af803eabd0fa0e0c1480996b0dcb952f2fd.tar.bz2 gentoo-39009af803eabd0fa0e0c1480996b0dcb952f2fd.zip |
dev-python/shiboken6: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/shiboken6/files')
-rw-r--r-- | dev-python/shiboken6/files/shiboken6-6.4.1-bug2127.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/shiboken6/files/shiboken6-6.4.1-bug2127.patch b/dev-python/shiboken6/files/shiboken6-6.4.1-bug2127.patch deleted file mode 100644 index 80007f621604..000000000000 --- a/dev-python/shiboken6/files/shiboken6-6.4.1-bug2127.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/shibokenmodule/files.dir/shibokensupport/signature/parser.py b/shibokenmodule/files.dir/shibokensupport/signature/parser.py -index be82a4f92..66d79ad27 100644 ---- a/shibokenmodule/files.dir/shibokensupport/signature/parser.py -+++ b/shibokenmodule/files.dir/shibokensupport/signature/parser.py -@@ -69,7 +69,7 @@ def _get_flag_enum_option(): - flag = getattr(sys, sysname) - if not isinstance(flag, int): - flag = True -- p = f"\n *** Python is at version {'.'.join(map(str, pyminver))} now." -+ p = f"\n *** Python is at version {'.'.join(map(str, pyminver or (0,)))} now." - # PYSIDE-1797: Emit a warning when we may remove pep384_issue33738.cpp - if pyminver and pyminver >= (3, 8): - warnings.warn(f"{p} The file pep384_issue33738.cpp should be removed ASAP! ***") --- -cgit v1.2.1 |