pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/py-uncompyle6 py-uncompyle6: updated to 3.6.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ffe99646328
branches: trunk
changeset: 345386:3ffe99646328
user: adam <adam%pkgsrc.org@localhost>
date: Wed Dec 11 13:19:20 2019 +0000
description:
py-uncompyle6: updated to 3.6.0
3.6.0:
The main focus in this release was more accurate decompilation especially for 3.7 and 3.8. However there are some improvments to Python 2.x as well, including one of the long-standing problems of
detecting the difference between try ... and try else ....
With this release we now rebase Python 3.7 on off of a 3.7 base; This is also as it is (now) in decompyle3. This facilitates removing some of the cruft in control-flow detection in the 2.7 uncompyle2
base.
Alas, decompilation speed for 3.7 on is greatly increased. Hopefull this is temporary (cough, cough) until we can do a static control flow pass.
Finally, runing in 3.9-dev is tolerated. We can disassemble, but no parse tables yet.
diffstat:
lang/py-uncompyle6/Makefile | 6 +++---
lang/py-uncompyle6/PLIST | 11 ++++++++++-
lang/py-uncompyle6/distinfo | 10 +++++-----
3 files changed, 18 insertions(+), 9 deletions(-)
diffs (71 lines):
diff -r 497b73d5bf88 -r 3ffe99646328 lang/py-uncompyle6/Makefile
--- a/lang/py-uncompyle6/Makefile Wed Dec 11 13:18:47 2019 +0000
+++ b/lang/py-uncompyle6/Makefile Wed Dec 11 13:19:20 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/11/20 09:30:21 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/12/11 13:19:20 adam Exp $
-DISTNAME= uncompyle6-3.5.1
+DISTNAME= uncompyle6-3.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uncompyle6/}
@@ -11,7 +11,7 @@
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-spark-parser>=1.8.9:../../lang/py-spark-parser
-DEPENDS+= ${PYPKGPREFIX}-xdis>=4.1.3:../../devel/py-xdis
+DEPENDS+= ${PYPKGPREFIX}-xdis>=4.2.0:../../devel/py-xdis
USE_LANGUAGES= # none
diff -r 497b73d5bf88 -r 3ffe99646328 lang/py-uncompyle6/PLIST
--- a/lang/py-uncompyle6/PLIST Wed Dec 11 13:18:47 2019 +0000
+++ b/lang/py-uncompyle6/PLIST Wed Dec 11 13:19:20 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/11/20 09:30:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/12/11 13:19:20 adam Exp $
bin/pydisassemble-${PYVERSSUFFIX}
bin/uncompyle6-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -107,6 +107,9 @@
${PYSITELIB}/uncompyle6/parsers/parse37.py
${PYSITELIB}/uncompyle6/parsers/parse37.pyc
${PYSITELIB}/uncompyle6/parsers/parse37.pyo
+${PYSITELIB}/uncompyle6/parsers/parse37base.py
+${PYSITELIB}/uncompyle6/parsers/parse37base.pyc
+${PYSITELIB}/uncompyle6/parsers/parse37base.pyo
${PYSITELIB}/uncompyle6/parsers/parse38.py
${PYSITELIB}/uncompyle6/parsers/parse38.pyc
${PYSITELIB}/uncompyle6/parsers/parse38.pyo
@@ -206,9 +209,15 @@
${PYSITELIB}/uncompyle6/scanners/scanner37.py
${PYSITELIB}/uncompyle6/scanners/scanner37.pyc
${PYSITELIB}/uncompyle6/scanners/scanner37.pyo
+${PYSITELIB}/uncompyle6/scanners/scanner37base.py
+${PYSITELIB}/uncompyle6/scanners/scanner37base.pyc
+${PYSITELIB}/uncompyle6/scanners/scanner37base.pyo
${PYSITELIB}/uncompyle6/scanners/scanner38.py
${PYSITELIB}/uncompyle6/scanners/scanner38.pyc
${PYSITELIB}/uncompyle6/scanners/scanner38.pyo
+${PYSITELIB}/uncompyle6/scanners/scanner39.py
+${PYSITELIB}/uncompyle6/scanners/scanner39.pyc
+${PYSITELIB}/uncompyle6/scanners/scanner39.pyo
${PYSITELIB}/uncompyle6/scanners/tok.py
${PYSITELIB}/uncompyle6/scanners/tok.pyc
${PYSITELIB}/uncompyle6/scanners/tok.pyo
diff -r 497b73d5bf88 -r 3ffe99646328 lang/py-uncompyle6/distinfo
--- a/lang/py-uncompyle6/distinfo Wed Dec 11 13:18:47 2019 +0000
+++ b/lang/py-uncompyle6/distinfo Wed Dec 11 13:19:20 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/11/20 09:30:21 adam Exp $
+$NetBSD: distinfo,v 1.15 2019/12/11 13:19:20 adam Exp $
-SHA1 (uncompyle6-3.5.1.tar.gz) = 34e28dc0af43ea1ba65a20daa4ea06deabf21230
-RMD160 (uncompyle6-3.5.1.tar.gz) = 4aac254c3305c88e2018cbd93dc91606dcfcb59b
-SHA512 (uncompyle6-3.5.1.tar.gz) = 370d74fa5c9dca45da526cad20839df758dd55e85aaa746dab59a6789d474bd69ed56f236a6dd951e7dee372409336f717d3f84cfd065752bf1cbeafd1e5845f
-Size (uncompyle6-3.5.1.tar.gz) = 2220977 bytes
+SHA1 (uncompyle6-3.6.0.tar.gz) = aeb942efce43946bf03f414676b3911f95ee20ac
+RMD160 (uncompyle6-3.6.0.tar.gz) = 02bfd528a1d7a5266b0016d174e8968e3b327c37
+SHA512 (uncompyle6-3.6.0.tar.gz) = 365bed4e99ff65636f04f6013af9b1642d9484ba49c2a71e9177b62352d985b827d6bc207256013eee94e80b17fc4349de46cf8472a8c7b1772ac260c0919313
+Size (uncompyle6-3.6.0.tar.gz) = 2245853 bytes
Home |
Main Index |
Thread Index |
Old Index