mid-kid
9 years ago
1 changed files with 14 additions and 0 deletions
@ -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…
Reference in new issue