Bug 109135 - [NEW PORT] devel/py-ezpyinline: Easy embedded Inline C for Python
Summary: [NEW PORT] devel/py-ezpyinline: Easy embedded Inline C for Python
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: 2007-02-13 15:00 UTC by Li-Wen Hsu
Modified: 2007-02-14 09:22 UTC (History)
1 user (show)

See Also:


Attachments
py-ezpyinline-0.1.shar (2.20 KB, text/plain)
2007-02-13 15:00 UTC, Li-Wen Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2007-02-13 15:00:13 UTC
The ezpyinline is a pure python module which requires almost no setup to
allows you put C source code directly "inline" in a Python script or module,
then the C code is automatically compiled and then loaded for immediate access
from Python.

ezpyinline is forked from PyInline (http://pyinline.sourceforge.net/)
but aim to be as easy as possible and do all the magics for you.

WWW:	http://cheeseshop.python.org/pypi/ezpyinline

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-13 15:00:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-02-13 15:17:29 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-02-14 09:21:59 UTC
State Changed
From-To: open->closed

New port added. Thanks!