2017-10-27 21:46:27 +03:00
|
|
|
|
# Tanım: python için Git kütüphanesi
|
2017-06-18 02:16:00 +03:00
|
|
|
|
# URL: http://pyyaml.org/wiki/PyYAML
|
2017-10-27 21:46:27 +03:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python python-setuptools
|
2017-06-18 02:16:00 +03:00
|
|
|
|
|
2017-10-28 15:10:23 +03:00
|
|
|
|
isim=python-gitpython
|
|
|
|
|
_isim=GitPython
|
2017-06-18 02:16:00 +03:00
|
|
|
|
_name2=gitpython
|
2017-10-28 15:10:23 +03:00
|
|
|
|
surum=2.1.3
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://files.pythonhosted.org/packages/source/g/${_name2}/${_name}-${surum}.tar.gz)
|
2017-06-18 02:16:00 +03:00
|
|
|
|
|
2017-10-28 00:59:41 +03:00
|
|
|
|
derle() {
|
2017-10-28 15:10:23 +03:00
|
|
|
|
cd "${SRC}/${_name}-${surum}"
|
2017-06-18 02:16:00 +03:00
|
|
|
|
python setup.py install --root=$PKG --optimize=1
|
|
|
|
|
}
|