milis/talimatname/genel/p/python-gitdb/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.

# Tanım: python için gitdb nesne kütüphanesi
# URL: https://github.com/gitpython-developers/gitdb
# Paketçi: milisarge
# Gerekler: python python-setuptools python-smmap
# Grup: kütüphane
isim=python-gitdb
_isim=gitdb
surum=0.6.4
devir=1
kaynak=(https://files.pythonhosted.org/packages/source/${_isim:0:1}/${_isim}/${_isim}-${surum}.tar.gz)
derle() {
cd "${SRC}/${_isim}-${surum}"
python setup.py install --root=$PKG --optimize=1
}