]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
pyrex: new package
authorMatt Weber <mlweber1@rockwellcollins.com>
Thu, 10 Apr 2014 15:54:55 +0000 (10:54 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 11 Apr 2014 19:48:59 +0000 (21:48 +0200)
commitd26482762ca75f04cf4cde3f5e7195d810bac9f5
treec6e2a1fb33c2af1336ea29d38df220162be72f27
parente913527b94e2e47b4ea6fcf13e281d5969f54fd6
pyrex: new package

Pyrex is a language that allows you to mix python and C code in a
single .pyx description file.  This file is then rendered into C
code by the pyrexc host tool.  That C file then can be used within
an application build or as part of the normal distutils build
process used to build a Python extension module.

Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-pyrex/python-pyrex.mk [new file with mode: 0644]