From 3c320350625fe7329c138724fe3b6d41cb36bf53 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Tue, 29 Mar 2016 18:26:41 +0200 Subject: [PATCH] New satellite: pyyaml --- satellites/pyyaml.sat | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 satellites/pyyaml.sat 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: