milis/talimatname/genel/python-setuptools/talimat

17 lines
444 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Python paketlerini kolayca indirin, oluşturun, yükleyin, yükseltin ve kaldırın
# URL: https://bitbucket.org/pypa/setuptools
# Packager: milisarge
# Depends on: python
name=python-setuptools
version=6.0.2
release=2
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-$version.tar.gz)
build() {
cd setuptools-$version
python2 setup.py build install --root=$PKG
rm $PKG/usr/bin/easy_install
}