16 lines
424 B
Plaintext
16 lines
424 B
Plaintext
# 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
|
||
|
||
isim=python-gitdb
|
||
_isim=gitdb
|
||
surum=0.6.4
|
||
devir=1
|
||
kaynak=(https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${surum}.tar.gz)
|
||
|
||
derle() {
|
||
cd "${SRC}/${_name}-${surum}"
|
||
python setup.py install --root=$PKG --optimize=1
|
||
}
|