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

20 lines
543 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python-pip (pypi python paketlerini yüklemek için kolay kurulum değiştirme)
2016-05-31 02:30:13 +02:00
# URL: http://www.pip-installer.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python python-setuptools
2017-04-13 09:28:14 +02:00
2016-02-24 01:27:23 +01:00
name=python-pip
2017-07-01 17:00:27 +02:00
version=9.0.1
2016-02-24 01:27:23 +01:00
release=1
2017-07-01 17:00:27 +02:00
source=(https://pypi.python.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd pip-$version
python2 setup.py install --prefix=/usr --root=$PKG
mkdir -p $PKG/usr/share/doc/$name-$version
cp -Rf docs/* $PKG/usr/share/doc/$name-$version
}