git: 44e23e91b7ac - main - devel/decompyle3: Update to 3.9.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Oct 2025 00:02:13 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=44e23e91b7ac73f6bf45156f2778fb28f1b249c5
commit 44e23e91b7ac73f6bf45156f2778fb28f1b249c5
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:50:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:50:30 +0000
devel/decompyle3: Update to 3.9.3
Changes: https://github.com/rocky/python-decompile3/releases
---
devel/decompyle3/Makefile | 6 +++---
devel/decompyle3/distinfo | 6 +++---
devel/decompyle3/files/patch-__pkginfo__.py | 13 -------------
devel/decompyle3/files/patch-pyproject.toml | 11 +++++++++++
4 files changed, 17 insertions(+), 19 deletions(-)
diff --git a/devel/decompyle3/Makefile b/devel/decompyle3/Makefile
index 71bfc102480c..f7c76c44c0e8 100644
--- a/devel/decompyle3/Makefile
+++ b/devel/decompyle3/Makefile
@@ -1,5 +1,5 @@
PORTNAME= decompyle3
-PORTVERSION= 3.9.2
+PORTVERSION= 3.9.3
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/rocky/python-uncompyle6/releases/download/${PORTVERSION}/
@@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}spark-parser>=1.8.9<1.9.1:devel/py-spark-parser@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}xdis>=6.1.0<6.2.0:devel/py-xdis@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}spark-parser>=1.8.9<1.9.2:devel/py-spark-parser@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}xdis>=6.1.0<6.3:devel/py-xdis@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist noflavors pep517
diff --git a/devel/decompyle3/distinfo b/devel/decompyle3/distinfo
index cb631735a457..06635067263c 100644
--- a/devel/decompyle3/distinfo
+++ b/devel/decompyle3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1722711111
-SHA256 (decompyle3-3.9.2.tar.gz) = bf4a177c5d53bd764496709fe60ea351103efc01b921c596382af9a7ee0433f3
-SIZE (decompyle3-3.9.2.tar.gz) = 869783
+TIMESTAMP = 1759774523
+SHA256 (decompyle3-3.9.3.tar.gz) = 66cedaea6b998b3711cdc9993254e91e692bc45d18da7e309acade4f3b15173f
+SIZE (decompyle3-3.9.3.tar.gz) = 873015
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 = [