Package Details: python2-gitpython 1.0.1-1

Package Base: python2-gitpython
Description: A python library used to interact with Git repositories
Upstream URL: http://gitorious.org/git-python
Category: lib
Licenses: BSD
Conflicts: gitpython, gitpython-git
Replaces: gitpython
Submitter: sn4kebite
Maintainer: sn4kebite
Last Packager: sn4kebite
Votes: 24
First Submitted: 2012-03-27 17:00
Last Updated: 2015-05-25 08:29

Latest Comments

Comment by Dragonlord

2014-12-14 17:28

pkgname=python2-gitpython
pkgver=0.3.2.1
pkgrel=1
pkgdesc="A python library used to interact with Git repositories"
arch=('any')
url="http://gitorious.org/git-python"
license=('BSD')
depends=('git' 'python2-gitdb')
makedepends=('python2-setuptools')
source=(http://pypi.python.org/packages/source/G/GitPython/GitPython-${pkgver}.tar.gz)
md5sums=('a8e8d3875d71c09993d078527d8c327e')

package() {
cd "${srcdir}"/GitPython-${pkgver}

python2 setup.py install --root="${pkgdir}" --optimize=1

install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/gitpython/LICENSE
}

Comment by sn4kebite

2014-04-04 22:32

The dependencies for this package are now properly prefixed with python2 instead of python. I didn't add replaces since that would block any python 3 package if any were to be added. The correct way to upgrade should be to remove the old dependencies, then reinstall python2-gitpython (you would get file conflicts otherwise):

# pacman -R python2-gitpython python-gitdb python-async

Then reinstall python2-gitpython using your favorite AUR tool (install python2-async and python2-gitdb first, in this order, if you're installing manually).

Sorry for the trouble.

Comment by Nothing4You

2014-04-04 20:57

==> Making package: python2-gitpython 0.3.2_rc1-1 (Fri Apr 4 22:57:00 CEST 2014)
==> WARNING: Using a PKGBUILD without a package() function is deprecated.

Anonymous comment

2011-07-03 21:26

Also requires setuptools (python2-distribute) to build.

Comment by flow

2010-11-22 19:33

http://pypi.python.org/packages/source/G/GitPython/GitPython-0.3.1.tar.gz