17 lines
402 B
Plaintext
17 lines
402 B
Plaintext
|
# 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
|
|||
|
}
|