rustpython 0.1.1

A python interpreter written in rust.
1
2
3
4
5
6
7
8
9
10
GIT=https://github.com/RustPython/RustPython
BRANCH=redox-release
CARGOFLAGS=--no-default-features
export BUILDTIME_RUSTPYTHONPATH=/lib/rustpython/

function recipe_stage() {
  dest="$(realpath "$1")"
  mkdir -pv "$dest/lib/"
  cp -r Lib "$dest/lib/rustpython"
}