milis/talimatname/genel/p/python-pip/talimat

21 lines
548 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.

# Tanım: Python-pip (pypi python paketlerini yüklemek için kolay kurulum değiştirme)
# URL: http://www.pip-installer.org
# Paketçi: milisarge
# Gerekler: python python-setuptools
# Grup: sistem
isim=python-pip
surum=9.0.1
devir=1
kaynak=(https://pypi.python.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz)
derle() {
cd pip-$surum
python2 setup.py install --prefix=/usr --root=$PKG
mkdir -p $PKG/usr/share/doc/$isim-$surum
cp -Rf docs/* $PKG/usr/share/doc/$isim-$surum
}