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.

20 lines
545 B

import 'compile/python'
name=setuptools
8 years ago
version=28.6.1
update_url="https://pypi.python.org/pypi/$name"
update_names="$name-$version.tar.gz#md5="
8 years ago
dlextract "https://pypi.python.org/packages/b5/9a/9ce1a45a076f977cb870bf0c9370347c9371b0e9aa9ca9859196ce58afda/$name-$version.tar.gz" \
'b8df391e7532b544e16e1e4cc35a90e5'
header_end
cd "$name-$version"
# Don't install the regular easy_install, as it conflicts with python 2
sed -i -e '/easy_install =/d' setup.py
compile_python 3
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: