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

16 lines
424 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: python için gitdb nesne kütüphanesi
2017-06-18 01:25:10 +02:00
# URL: https://github.com/gitpython-developers/gitdb
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python python-setuptools python-smmap
2017-06-18 01:25:10 +02:00
2017-10-28 14:10:23 +02:00
isim=python-gitdb
_isim=gitdb
surum=0.6.4
devir=1
kaynak=(https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${surum}.tar.gz)
2017-06-18 01:25:10 +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 02:08:23 +02:00
python setup.py install --root=$PKG --optimize=1
2017-06-18 01:25:10 +02:00
}