Fri, 29 Mar 2024 10:29:56 EDT

Information for build python-peak-util-assembler-0.5-5.ru

ID1928
Package Namepython-peak-util-assembler
Version0.5
Release5.ru
Epoch
SummaryGenerate Python code objects by "assembling" bytecode
Descriptionpeak.util.assembler 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. In addition to a low-level opcode-oriented API for directly generating specific Python bytecodes, this module also offers an extensible mini-AST framework for generating code from high-level specifications. This framework does most of the work needed to transform tree-like structures into linear bytecode instructions, and includes the ability to do compile-time constant folding.
Built bysjlu
State complete
StartedThu, 13 May 2010 15:35:07 EDT
CompletedThu, 13 May 2010 15:38:19 EDT
Taskbuild (centos5-rutgers-staging, python-peak-util-assembler-0.5-5.ru.src.rpm)
Tags
centos5-rutgers
centos5-rutgers-staging
RPMs
src
python-peak-util-assembler-0.5-5.ru.src.rpm (info) (download)
noarch (build logs)
python-peak-util-assembler-0.5-5.ru.noarch.rpm (info) (download)
Changelog * Thu May 13 2010 Steven Lu <sjlu@nbcs.rutgers.edu> - 0.5-5 - CentOS port * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.5-2 - Rebuild for Python 2.6 * Sun Aug 03 2008 Luke Macken <lmacken@redhat.com> - 0.5-1 - Initial package for Fedora