diff options
Diffstat (limited to 'devel/decompyle3/files')
| -rw-r--r-- | devel/decompyle3/files/patch-__pkginfo__.py | 13 | ||||
| -rw-r--r-- | devel/decompyle3/files/patch-pyproject.toml | 11 |
2 files changed, 11 insertions, 13 deletions
diff --git a/devel/decompyle3/files/patch-__pkginfo__.py b/devel/decompyle3/files/patch-__pkginfo__.py deleted file mode 100644 index 795ec53fbded..000000000000 --- a/devel/decompyle3/files/patch-__pkginfo__.py +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/rocky/python-decompile3/commit/54f263988d315f430c140b90536b4d9418d4bd3f - ---- __pkginfo__.py.orig 2024-07-21 17:01:58 UTC -+++ __pkginfo__.py -@@ -51,7 +51,7 @@ ftp_url = None - ] - } - ftp_url = None --install_requires = ["click", "spark-parser >= 1.8.9, < 1.9.0", "xdis >= 6.1.1,<6.2.0"] -+install_requires = ["click", "spark-parser >= 1.8.9, < 1.9.1", "xdis >= 6.1.1,<6.2.0"] - - license = "GPL3" - mailing_list = "python-debugger@googlegroups.com" diff --git a/devel/decompyle3/files/patch-pyproject.toml b/devel/decompyle3/files/patch-pyproject.toml new file mode 100644 index 000000000000..66bf18f3c97c --- /dev/null +++ b/devel/decompyle3/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-10-01 22:52:42 UTC ++++ pyproject.toml +@@ -15,7 +15,7 @@ readme = "README.rst" + "xdis >= 6.1.0, < 6.3", + ] + readme = "README.rst" +-license = "GPL-3.0-or-later" ++license = {text = "GPL-3.0-or-later"} + + keywords = ["Python bytecode", "bytecode", "disassembler"] + classifiers = [ |
