milis/talimatname/genel/p/python-gitpython/talimat

18 lines
421 B
Plaintext
Raw Normal View History

2018-07-31 15:36:20 +02:00
# Tanım: Python için Git kütüphanesi
2018-06-09 00:06:58 +02:00
# URL: http://pyyaml.org/wiki/PyYAML
# Paketçi: milisarge
2018-07-31 15:36:20 +02:00
# Gerekler: python python-setuptools
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
isim=python-gitpython
_isim=GitPython
2018-07-31 15:36:20 +02:00
_isim2=gitpython
2018-06-09 00:06:58 +02:00
surum=2.1.3
devir=1
2018-07-31 15:36:20 +02:00
kaynak=(https://files.pythonhosted.org/packages/source/g/${_isim2}/${_isim}-${surum}.tar.gz)
2018-06-09 00:06:58 +02:00
derle() {
2018-07-31 15:36:20 +02:00
cd "${SRC}/${_isim}-${surum}"
2018-06-09 00:06:58 +02:00
python setup.py install --root=$PKG --optimize=1
}