Browse Source

New satellite: pyyaml

master
mid-kid 9 years ago
parent
commit
3c32035062
  1. 14
      satellites/pyyaml.sat

14
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:
Loading…
Cancel
Save