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

18 lines
426 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: python için Git kütüphanesi
# URL: http://pyyaml.org/wiki/PyYAML
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools
2018-08-01 09:08:15 +02:00
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
isim=python3-gitpython
_isim=GitPython
2018-08-01 09:08:15 +02:00
_isim2=gitpython
2018-06-09 00:06:58 +02:00
surum=2.1.3
devir=1
2018-08-01 09:08:15 +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-08-01 09:08:15 +02:00
cd "${SRC}/${_isim}-${surum}"
2018-06-09 00:06:58 +02:00
python3 setup.py install --root=$PKG --optimize=1
}