milis/talimatname/genel/python3-setuptools/talimat

17 lines
446 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: python3
name=python3-setuptools
version=6.0.2
release=1
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-$version.tar.gz)
build() {
cd setuptools-$version
python3 setup.py build install --root=$PKG
rm $PKG/usr/bin/easy_install
}