grup-düzenlemeleri

This commit is contained in:
yasarciv67 2018-07-31 13:36:20 +00:00
parent e70d8ae4a1
commit 23846d7685
1 changed files with 6 additions and 5 deletions

View File

@ -1,16 +1,17 @@
# Tanım: python için Git kütüphanesi
# Tanım: Python için Git kütüphanesi
# URL: http://pyyaml.org/wiki/PyYAML
# Paketçi: milisarge
# Gerekler: python python-setuptools
# Gerekler: python python-setuptools
# Grup: kütüphane
isim=python-gitpython
_isim=GitPython
_name2=gitpython
_isim2=gitpython
surum=2.1.3
devir=1
kaynak=(https://files.pythonhosted.org/packages/source/g/${_name2}/${_name}-${surum}.tar.gz)
kaynak=(https://files.pythonhosted.org/packages/source/g/${_isim2}/${_isim}-${surum}.tar.gz)
derle() {
cd "${SRC}/${_name}-${surum}"
cd "${SRC}/${_isim}-${surum}"
python setup.py install --root=$PKG --optimize=1
}