Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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.
|
|
|
import 'compile/python'
|
|
|
|
|
|
|
|
name=MarkupSafe
|
|
|
|
version=0.23
|
|
|
|
update_url="https://pypi.python.org/pypi/$name"
|
|
|
|
|
|
|
|
dlextract "https://pypi.python.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/$name-$version.tar.gz" \
|
|
|
|
'f5ab3deee4c37cd6a922fb81e730da6e'
|
|
|
|
header_end
|
|
|
|
|
|
|
|
cd "$name-$version"
|
|
|
|
compile_python 3
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|