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

16 lines
420 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: python için gitdb nesne kütüphanesi
# URL: http://pyyaml.org/wiki/PyYAML
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools python3-smmap
name=python3-gitdb
_name=gitdb
version=0.6.4
release=1
source=(https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${version}.tar.gz)
build() {
cd "${SRC}/${_name}-${version}"
python3 setup.py install --root=$PKG --optimize=1
}