You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
384 B
15 lines
384 B
8 years ago
|
import 'compile/python'
|
||
|
|
||
|
name=cffi
|
||
|
version=1.10.0
|
||
|
update_url="https://pypi.python.org/pypi/$name"
|
||
|
|
||
|
dlextract "https://pypi.python.org/packages/5b/b9/790f8eafcdab455bcd3bd908161f802c9ce5adbf702a83aa7712fcc345b7/$name-$version.tar.gz" \
|
||
|
'2b5fa41182ed0edaf929a789e602a070'
|
||
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
compile_python 3
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|