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