From 677ddb1cd47048428c9ecb7131f9361d300a4477 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 27 Mar 2012 19:02:44 +0200 Subject: gitpython: Renamed package to python2-gitpython. --- gitpython/PKGBUILD | 22 ---------------------- python2-gitpython/PKGBUILD | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 gitpython/PKGBUILD create mode 100644 python2-gitpython/PKGBUILD diff --git a/gitpython/PKGBUILD b/gitpython/PKGBUILD deleted file mode 100644 index 0a454e1..0000000 --- a/gitpython/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# Maintainer: Jon Bergli Heier - -pkgname=gitpython -pkgver=0.3.2_rc1 -_pkgver=0.3.2.RC1 -pkgrel=1 -pkgdesc="A python library used to interact with Git repositories" -arch=('any') -url="http://gitorious.org/git-python" -license=('BSD') -depends=('python2' 'git' 'python-gitdb>=0.5.1') -makedepends=('python2' 'python2-distribute') -conflicts=('gitpython-git') -source=("http://pypi.python.org/packages/source/G/GitPython/GitPython-${_pkgver}.tar.gz") -md5sums=('849082fe29adc653a3621465213cab96') - -build() { - 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: diff --git a/python2-gitpython/PKGBUILD b/python2-gitpython/PKGBUILD new file mode 100644 index 0000000..524eed6 --- /dev/null +++ b/python2-gitpython/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer: Jon Bergli Heier + +pkgname=python2-gitpython +pkgver=0.3.2_rc1 +_pkgver=0.3.2.RC1 +pkgrel=1 +pkgdesc="A python library used to interact with Git repositories" +arch=('any') +url="http://gitorious.org/git-python" +license=('BSD') +depends=('python2' 'git' 'python-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") +md5sums=('849082fe29adc653a3621465213cab96') + +build() { + 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