15 lines
432 B
Text
15 lines
432 B
Text
# 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
|
||
|
||
name=python-gitdb
|
||
_name=gitdb
|
||
version=0.6.4
|
||
release=1
|
||
source=(https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${version}.tar.gz)
|
||
|
||
build() {
|
||
cd "${SRC}/${_name}-${version}"
|
||
python setup.py install --root=$PKG --optimize=1
|
||
}
|