Received: by mail.netbsd.org (Postfix, from userid 605) id D1DB384DCB; Fri, 3 Apr 2020 07:45:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B06E84DB5 for ; Fri, 3 Apr 2020 07:45:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5ikzWrX-PgSM for ; Fri, 3 Apr 2020 07:44:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C936E84CDF for ; Fri, 3 Apr 2020 07:44:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C31B2FB27; Fri, 3 Apr 2020 07:44:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158589989995350" MIME-Version: 1.0 Date: Fri, 3 Apr 2020 07:44:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/py-uncompyle6 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200403074459.C31B2FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158589989995350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Apr 3 07:44:59 UTC 2020 Modified Files: pkgsrc/lang/py-uncompyle6: Makefile distinfo Log Message: py-uncompyle6: updated to 3.6.5 3.6.5: Back port some of the changes in decompile3 here which mostly helps 3.7 and 3.8 decompilation, although this may also help 3.6ish versions too. Handle nested async for in for... and better async comprehension detection via xdis. Still more work is needed. include token number in listings when -g and there is a parser error remove unneeded Makefiles now that remake 4.3+1.5dbg is a thing that has -c Bug in finding annotations in functions with docstrings Fix bug found by 2.4 sre_parse.py testing Fix transform module's ifelseif bugs Fix bug in 3.0 name module detection Fix docstring detection To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/py-uncompyle6/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/py-uncompyle6/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158589989995350 Content-Disposition: inline Content-Length: 2249 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py-uncompyle6/Makefile diff -u pkgsrc/lang/py-uncompyle6/Makefile:1.19 pkgsrc/lang/py-uncompyle6/Makefile:1.20 --- pkgsrc/lang/py-uncompyle6/Makefile:1.19 Thu Feb 13 19:27:36 2020 +++ pkgsrc/lang/py-uncompyle6/Makefile Fri Apr 3 07:44:59 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2020/02/13 19:27:36 adam Exp $ +# $NetBSD: Makefile,v 1.20 2020/04/03 07:44:59 adam Exp $ -DISTNAME= uncompyle6-3.6.4 +DISTNAME= uncompyle6-3.6.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=u/uncompyle6/} @@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-spark-parser>=1.8.9:../../lang/py-spark-parser DEPENDS+= ${PYPKGPREFIX}-xdis>=4.2.2:../../devel/py-xdis +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none @@ -20,5 +21,8 @@ post-install: ${MV} pydisassemble pydisassemble-${PYVERSSUFFIX} && \ ${MV} uncompyle6 uncompyle6-${PYVERSSUFFIX} || ${TRUE} +do-test: + cd ${WRKSRC}/pytest && pytest-${PYVERSSUFFIX} + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/lang/py-uncompyle6/distinfo diff -u pkgsrc/lang/py-uncompyle6/distinfo:1.18 pkgsrc/lang/py-uncompyle6/distinfo:1.19 --- pkgsrc/lang/py-uncompyle6/distinfo:1.18 Thu Feb 13 19:27:36 2020 +++ pkgsrc/lang/py-uncompyle6/distinfo Fri Apr 3 07:44:59 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2020/02/13 19:27:36 adam Exp $ +$NetBSD: distinfo,v 1.19 2020/04/03 07:44:59 adam Exp $ -SHA1 (uncompyle6-3.6.4.tar.gz) = e139e9a28428c924003af93d0de39ffa626b5d50 -RMD160 (uncompyle6-3.6.4.tar.gz) = 14a173b8c2a5cc4d29b5ed3222a949b4c18e2884 -SHA512 (uncompyle6-3.6.4.tar.gz) = 431da503cc6fac0d5a1118f9473be36b446a821f571c47f65f5d7fd2021a68657be6babc2693091340cae3bbd635a1e302e6c74230c5f6afe4961726dcbb98a3 -Size (uncompyle6-3.6.4.tar.gz) = 2347670 bytes +SHA1 (uncompyle6-3.6.5.tar.gz) = 87c7ee13f7f1e7fa1ef503be9bb29d64e81587f7 +RMD160 (uncompyle6-3.6.5.tar.gz) = a22662d0bdf7daa8362484e4c62e5666281ff39a +SHA512 (uncompyle6-3.6.5.tar.gz) = c0cb3e30a329194cd5c0e7395752708bdd1bffd14f3afadb1e0d3231726bb4f4d43f93bce9f9929d4b27ca1a70362022893b17b76e15a3f1f06ac5c5f848032a +Size (uncompyle6-3.6.5.tar.gz) = 2365335 bytes --_----------=_158589989995350--