grup-düzenlemeleri
This commit is contained in:
parent
f30b56b5e9
commit
c579920dc4
|
@ -2,15 +2,16 @@
|
|||
# URL: http://pyyaml.org/wiki/PyYAML
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: python3 python3-setuptools
|
||||
# Grup: kütüphane
|
||||
|
||||
isim=python3-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}"
|
||||
python3 setup.py install --root=$PKG --optimize=1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue