summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-08-26 06:55:16 +0000
committeradam <adam@pkgsrc.org>2019-08-26 06:55:16 +0000
commit59fe6bdd4b548d10e4cd8bff0287a2c8cb9812e6 (patch)
treee4f05981bac2fd9f7893713166b7c594d968e7e8 /lang
parentde4aef7dff7256b5cdd048554f3ecca7c1a56196 (diff)
downloadpkgsrc-59fe6bdd4b548d10e4cd8bff0287a2c8cb9812e6.tar.gz
py-uncompyle6: updated to 3.4.0
3.4.0: The main change is to add a tree-transformation phase. This simplifies the code a little and allows us to turn if ...: raise AssertionError into assert, and many if ..: else if ... into if ... elif .. Use options --show=before and --show=after to see the before the tree transformation phase and after the tree transformation phase.
Diffstat (limited to 'lang')
-rw-r--r--lang/py-uncompyle6/Makefile8
-rw-r--r--lang/py-uncompyle6/PLIST5
-rw-r--r--lang/py-uncompyle6/distinfo10
3 files changed, 13 insertions, 10 deletions
diff --git a/lang/py-uncompyle6/Makefile b/lang/py-uncompyle6/Makefile
index 592016c6891..c8027d4a3ca 100644
--- a/lang/py-uncompyle6/Makefile
+++ b/lang/py-uncompyle6/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/07/04 11:59:34 adam Exp $
+# $NetBSD: Makefile,v 1.12 2019/08/26 06:55:16 adam Exp $
-DISTNAME= uncompyle6-3.3.5
+DISTNAME= uncompyle6-3.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uncompyle6/}
@@ -10,8 +10,8 @@ HOMEPAGE= https://github.com/rocky/python-uncompyle6
COMMENT= Python cross-version byte-code decompiler
LICENSE= gnu-gpl-v3
-DEPENDS+= ${PYPKGPREFIX}-spark-parser>=1.8.7:../../lang/py-spark-parser
-DEPENDS+= ${PYPKGPREFIX}-xdis>=4.0.2:../../devel/py-xdis
+DEPENDS+= ${PYPKGPREFIX}-spark-parser>=1.8.9:../../lang/py-spark-parser
+DEPENDS+= ${PYPKGPREFIX}-xdis>=4.0.3:../../devel/py-xdis
USE_LANGUAGES= # none
diff --git a/lang/py-uncompyle6/PLIST b/lang/py-uncompyle6/PLIST
index 6f74758546e..ef5546e49b7 100644
--- a/lang/py-uncompyle6/PLIST
+++ b/lang/py-uncompyle6/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/05/04 07:57:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/08/26 06:55:16 adam Exp $
bin/pydisassemble-${PYVERSSUFFIX}
bin/uncompyle6-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -239,6 +239,9 @@ ${PYSITELIB}/uncompyle6/semantics/parser_error.pyo
${PYSITELIB}/uncompyle6/semantics/pysource.py
${PYSITELIB}/uncompyle6/semantics/pysource.pyc
${PYSITELIB}/uncompyle6/semantics/pysource.pyo
+${PYSITELIB}/uncompyle6/semantics/transform.py
+${PYSITELIB}/uncompyle6/semantics/transform.pyc
+${PYSITELIB}/uncompyle6/semantics/transform.pyo
${PYSITELIB}/uncompyle6/show.py
${PYSITELIB}/uncompyle6/show.pyc
${PYSITELIB}/uncompyle6/show.pyo
diff --git a/lang/py-uncompyle6/distinfo b/lang/py-uncompyle6/distinfo
index 1c68dac3a34..8dda9179ff6 100644
--- a/lang/py-uncompyle6/distinfo
+++ b/lang/py-uncompyle6/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/07/04 11:59:34 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/08/26 06:55:16 adam Exp $
-SHA1 (uncompyle6-3.3.5.tar.gz) = e1737e37f99044a45b861d198fb5b98ba5c577b3
-RMD160 (uncompyle6-3.3.5.tar.gz) = 874f2a1d23ba0e8b468d3c514544a74d610741a1
-SHA512 (uncompyle6-3.3.5.tar.gz) = cce3e06ccedd8412848c5c3c0d8ae0a519385a934459a13d0ecd4b8269912a5a9070ba4381e71ea15b38c296b88aa4282e65c65aad467767eacd28e3d32b761a
-Size (uncompyle6-3.3.5.tar.gz) = 1697034 bytes
+SHA1 (uncompyle6-3.4.0.tar.gz) = 406b8df1478a589cd5ac1337cb03fc33908243fb
+RMD160 (uncompyle6-3.4.0.tar.gz) = 1c9ead3f0be9bbbf8af81030df099e737a71eb52
+SHA512 (uncompyle6-3.4.0.tar.gz) = ac397366a9e9636b839aec832453897f5fe0b2a7366f87cc83d32d07b0a55e92b85d2204799fa231060fee750d8c66767eda369ff07b4218381198f1ac0321c1
+Size (uncompyle6-3.4.0.tar.gz) = 2252711 bytes