Bug 135945 - [NEW PORT]devel/py-BytecodeAssembler:Generate Python code objects by "assembling" bytecode
Summary: [NEW PORT]devel/py-BytecodeAssembler:Generate Python code objects by "assembl...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-23 04:00 UTC by wenheping
Modified: 2009-07-01 10:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.26 KB, text/plain)
2009-06-23 04:00 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-06-23 04:00:03 UTC
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.

WWW:    http://pypi.python.org/pypi/BytecodeAssembler

(it was prepared for tg2)
(and it require:
http://www.freebsd.org/cgi/query-pr.cgi?pr=135940  )

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-23 04:00:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-07-01 10:01:21 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-07-01 10:01:55 UTC
miwi        2009-07-01 09:01:42 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-BytecodeAssembler Makefile distinfo pkg-descr 
  Log:
  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.
  
  WWW:    http://pypi.python.org/pypi/BytecodeAssembler
  
  PR:             ports/135945
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.3536    +1 -0      ports/devel/Makefile
  1.1       +27 -0     ports/devel/py-BytecodeAssembler/Makefile (new)
  1.1       +3 -0      ports/devel/py-BytecodeAssembler/distinfo (new)
  1.1       +7 -0      ports/devel/py-BytecodeAssembler/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"