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.3.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eff4217f12a8
branches:  trunk
changeset: 396952:eff4217f12a8
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 13 07:55:07 2019 +0000

description:
py-uncompyle6: updated to 3.3.4

3.3.4:
Major work was done by x0ret to correct function signatures and include annotation types
Handle Python 3.6 STORE_ANNOTATION
Friendlier assembly output
LOAD_CONST replaced by LOAD_STR where appropriate to simplify parsing and improve clarity
remove unneeded parenthesis in a generator expression when it is the single argument to the function
Bug in noting an async function
Handle unicode docstrings and fix docstring bugs
Add uncompyle6 command-line short option -T as an alternate for --tree+
Some grammar cleanup

diffstat:

 lang/py-uncompyle6/Makefile |  10 +++++-----
 lang/py-uncompyle6/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (45 lines):

diff -r 7fa7f16c2d75 -r eff4217f12a8 lang/py-uncompyle6/Makefile
--- a/lang/py-uncompyle6/Makefile       Thu Jun 13 07:52:45 2019 +0000
+++ b/lang/py-uncompyle6/Makefile       Thu Jun 13 07:55:07 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/05/20 07:47:05 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/06/13 07:55:07 adam Exp $
 
-DISTNAME=      uncompyle6-3.3.3
+DISTNAME=      uncompyle6-3.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uncompyle6/}
@@ -11,14 +11,14 @@
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      ${PYPKGPREFIX}-spark-parser>=1.8.7:../../lang/py-spark-parser
-DEPENDS+=      ${PYPKGPREFIX}-xdis>=4.0.0:../../devel/py-xdis
+DEPENDS+=      ${PYPKGPREFIX}-xdis>=4.0.2:../../devel/py-xdis
 
 USE_LANGUAGES= # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} pydisassemble pydisassemble-${PYVERSSUFFIX} && \
-               ${MV} uncompyle6 uncompyle6-${PYVERSSUFFIX} || ${TRUE}
+       ${MV} pydisassemble pydisassemble-${PYVERSSUFFIX} && \
+       ${MV} uncompyle6 uncompyle6-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7fa7f16c2d75 -r eff4217f12a8 lang/py-uncompyle6/distinfo
--- a/lang/py-uncompyle6/distinfo       Thu Jun 13 07:52:45 2019 +0000
+++ b/lang/py-uncompyle6/distinfo       Thu Jun 13 07:55:07 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/05/20 07:47:05 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/06/13 07:55:07 adam Exp $
 
-SHA1 (uncompyle6-3.3.3.tar.gz) = 0c9a0d557e9def7f89612abea0bb39dfcb59671a
-RMD160 (uncompyle6-3.3.3.tar.gz) = 374de87c711cc63e2e099ac077449c2202f8ddae
-SHA512 (uncompyle6-3.3.3.tar.gz) = e373479de14172851583c624d0d50bfdd8a771abf38c43345b3d33abf5d50b23a0c7d6d20013a44d985a50bba000f0a763e67c535213b16dde5202d80d505918
-Size (uncompyle6-3.3.3.tar.gz) = 1659506 bytes
+SHA1 (uncompyle6-3.3.4.tar.gz) = 46943f364be995b7f0288dfd0394b0a9eae0cfae
+RMD160 (uncompyle6-3.3.4.tar.gz) = 316fa52f09d3d2d44c2c0431725f6331284748a6
+SHA512 (uncompyle6-3.3.4.tar.gz) = e7a6f26b1b7777a8b9f9948dfd51e940b36a740a5084b46287a14ed763efa4644127cce532c239560ed48ca1874ca47b17d411945c291fd05c91f94378ee6d03
+Size (uncompyle6-3.3.4.tar.gz) = 1682316 bytes



Home | Main Index | Thread Index | Old Index