From 59e4abcbd35d6ba6d68c2eee13985147de754c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20DESBRI=C3=88RES?= Date: Fri, 6 Jun 2014 09:49:12 +0200 Subject: python2-gitpython --- pcr/python2-gitpython/PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pcr/python2-gitpython/PKGBUILD (limited to 'pcr') diff --git a/pcr/python2-gitpython/PKGBUILD b/pcr/python2-gitpython/PKGBUILD new file mode 100644 index 000000000..5051583c5 --- /dev/null +++ b/pcr/python2-gitpython/PKGBUILD @@ -0,0 +1,24 @@ +# Contributor (Arch) : Jon Bergli Heier +# Maintainer (Parabola) : Aurélien DESBRIÈRES + +pkgname=python2-gitpython +pkgver=0.3.2_rc1 +_pkgver=0.3.2.RC1 +pkgrel=2 +pkgdesc="A python library used to interact with Git repositories" +arch=('any') +url="http://gitorious.org/git-python" +license=('BSD') +depends=('python2' 'git' 'python2-gitdb>=0.5.1') +makedepends=('python2' 'python2-distribute') +conflicts=('gitpython-git' 'gitpython') +replaces=('gitpython') +source=("http://pypi.python.org/packages/source/G/GitPython/GitPython-${_pkgver}.tar.gz") + +package() { + cd "$srcdir/GitPython-${_pkgver}" + python2 setup.py install --root="$pkgdir/" --optimize=1 || return 1 + install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/gitpython/LICENSE +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-2-g168b