17 lines
414 B
Plaintext
17 lines
414 B
Plaintext
# Tanım: python için Git kütüphanesi
|
||
# URL: http://pyyaml.org/wiki/PyYAML
|
||
# Paketçi: milisarge
|
||
# Gerekler: python3 python3-setuptools
|
||
|
||
name=python3-gitpython
|
||
_name=GitPython
|
||
_name2=gitpython
|
||
version=2.1.3
|
||
release=1
|
||
source=(https://files.pythonhosted.org/packages/source/g/${_name2}/${_name}-${version}.tar.gz)
|
||
|
||
derle() {
|
||
cd "${SRC}/${_name}-${version}"
|
||
python3 setup.py install --root=$PKG --optimize=1
|
||
}
|