diff --git a/satellites/pyyaml.sat b/satellites/pyyaml.sat new file mode 100644 index 0000000..976e8f8 --- /dev/null +++ b/satellites/pyyaml.sat @@ -0,0 +1,14 @@ +import "compile/python" + +name=PyYAML +version=3.11 +update_url="http://pyyaml.org/wiki/$name" + +dlextract "http://pyyaml.org/download/pyyaml/$name-$version.tar.gz" \ + "f50e08ef0fe55178479d3a618efe21db" +header_end + +cd "$name-$version" +compile_python 3 + +# vim:set tabstop=4 shiftwidth=4 syntax=sh et: