NOTICE: This package has been removed from pkgsrc

./wip/py-bytecodeassembler, Generate Python code objects by assembling bytecode

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.5.1, Package name: py37-bytecodeassembler-0.5.1, Maintainer: kamel.derouiche

py-BytecodeAssembler is a simple bytecode assembler module that handles
most low-level bytecode generation details like jump offsets, stack size
tracking, line number table generation, constant and variable name index
tracking, etc. That way, you can focus your attention on the desired
semantics of your bytecode instead of on these mechanical issues.


Required to run:
[devel/py-setuptools] [wip/py-decoratortools] [wip/py-symboltype] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: ad9905379855c02df77ef44ad84c1ec6cfa144f4
RMD160: e6b2c9df7e87f64ead9d69a25c4cf1d774674b85
Filesize: 48.171 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-06 19:22:16 by Aleksej Saushev | Files touched by this commit (16)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-07-14 15:10:47 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py26-bytecodeassembler-0.5.1 as wip/py-bytecodeassembler.

py-BytecodeAssembler is a simple bytecode assembler module that handles
most low-level bytecode generation details like jump offsets, stack size
tracking, line number table generation, constant and variable name index
tracking, etc. That way, you can focus your attention on the desired
semantics of your bytecode instead of on these mechanical issues.