gitpython.paketlendi

This commit is contained in:
milisarge 2017-06-18 02:16:00 +03:00
parent 0b706414a4
commit a4683c5c1d
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Description: python için Git kütüphanesi
# URL: http://pyyaml.org/wiki/PyYAML
# Packager: milisarge
# Depends on: python python-setuptools
name=python-gitpython
_name=GitPython
_name2=gitpython
version=2.1.3
release=1
source=(https://files.pythonhosted.org/packages/source/g/${_name2}/${_name}-${version}.tar.gz)
build() {
cd "${SRC}/${_name}-${version}"
python setup.py install --root=$PKG --optimize=1
}