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

17 lines
406 B
Plaintext
Raw Normal View History

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