diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-14 12:47:28 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-14 12:47:28 +0800 |
commit | 46284ca999f8e2d2755b0053d68bd68fd4e56b2d (patch) | |
tree | 057684c9d53e1e10093616d128ed52e7af64253b /devel/decompyle3/files/patch-__pkginfo__.py | |
parent | devel/astyle: Update to 3.6.3 (diff) |
devel/decompyle3: Allow build with py-spark-parser 1.9.0
- Bump PORTREVISION for package change
Obtained from: https://github.com/rocky/python-decompile3/commit/54f263988d315f430c140b90536b4d9418d4bd3f
Diffstat (limited to 'devel/decompyle3/files/patch-__pkginfo__.py')
-rw-r--r-- | devel/decompyle3/files/patch-__pkginfo__.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/decompyle3/files/patch-__pkginfo__.py b/devel/decompyle3/files/patch-__pkginfo__.py new file mode 100644 index 000000000000..795ec53fbded --- /dev/null +++ b/devel/decompyle3/files/patch-__pkginfo__.py @@ -0,0 +1,13 @@ +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" |