diff options
author | adam <adam@pkgsrc.org> | 2018-09-20 13:48:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-09-20 13:48:55 +0000 |
commit | b64d330dfcdc26f5cdfd725c27a24976cf9f9ca9 (patch) | |
tree | ce18791bcdeb924fc46c171b4ba243dca1f388eb /lang/Makefile | |
parent | 4bb4304db4968e98f2d9ae4f3a39fe0678e5eed3 (diff) | |
download | pkgsrc-b64d330dfcdc26f5cdfd725c27a24976cf9f9ca9.tar.gz |
py-uncompyle6: added version 3.2.3
A native Python cross-version decompiler and fragment decompiler. The successor
to decompyle, uncompyle, and uncompyle2.
uncompyle6 translates Python bytecode back into equivalent Python source code.
It accepts bytecodes from Python version 1.3 to version 3.7, spanning over 22
years of Python releases. We include Dropbox's Python 2.5 bytecode and some
PyPy bytecode.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 319d3754bc1..a57108afd96 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.495 2018/09/18 20:52:11 bsiegert Exp $ +# $NetBSD: Makefile,v 1.496 2018/09/20 13:48:55 adam Exp $ # COMMENT= Programming languages @@ -204,6 +204,8 @@ SUBDIR+= py-pyrex SUBDIR+= py-python-lua SUBDIR+= py-pythonz SUBDIR+= py-six +SUBDIR+= py-spark-parser +SUBDIR+= py-uncompyle6 SUBDIR+= py27-html-docs SUBDIR+= py34-html-docs SUBDIR+= py35-html-docs |