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
}
Search Criteria
Package Details: python2-gitpython 1.0.1-1
Package Actions
| Package Base: | python2-gitpython |
|---|---|
| Description: | A python library used to interact with Git repositories |
| Upstream URL: | http://gitorious.org/git-python |
| Category: | lib |
| Licenses: | |
| Conflicts: | |
| Replaces: | |
| Submitter: | sn4kebite |
| Maintainer: | sn4kebite |
| Last Packager: | sn4kebite |
| Votes: | 24 |
| First Submitted: | 2012-03-27 17:00 |
| Last Updated: | 2015-05-25 08:29 |
Dependencies (5)
- git
- python2
- python2-gitdb>=0.6.4
- python2 (make)
- python2-distribute (make)
Required by (9)
Sources
Latest Comments
Comment by Dragonlord
Comment by sn4kebite
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
==> 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
Also requires setuptools (python2-distribute) to build.