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

17 lines
402 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: python için Git kütüphanesi
# URL: http://pyyaml.org/wiki/PyYAML
# Paketçi: milisarge
# Gerekler: python python-setuptools
isim=python-gitpython
_isim=GitPython
_name2=gitpython
surum=2.1.3
devir=1
kaynak=(https://files.pythonhosted.org/packages/source/g/${_name2}/${_name}-${surum}.tar.gz)
derle() {
cd "${SRC}/${_name}-${surum}"
python setup.py install --root=$PKG --optimize=1
}