From a4683c5c1d051278f84b73f2958caf55d9c7cc4f Mon Sep 17 00:00:00 2001 From: milisarge Date: Sun, 18 Jun 2017 02:16:00 +0300 Subject: [PATCH] gitpython.paketlendi --- talimatname/genel/python-gitpython/talimat | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 talimatname/genel/python-gitpython/talimat diff --git a/talimatname/genel/python-gitpython/talimat b/talimatname/genel/python-gitpython/talimat new file mode 100644 index 000000000..2e4c9b7ba --- /dev/null +++ b/talimatname/genel/python-gitpython/talimat @@ -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 +}