diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-02-24 01:10:34 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-02-24 01:10:34 (GMT) |
commit | a1194020eb87c3dafe6c4b7b44fc0408f97ad7be (patch) | |
tree | a9ed55c3d927f3ae38bf1874cca689b0a654e043 /abs/core/python_modules/gitpython/PKGBUILD | |
parent | 55793b362bbd7f2a9379fd5cad3aaea164fca390 (diff) | |
download | linhes_pkgbuild-a1194020eb87c3dafe6c4b7b44fc0408f97ad7be.zip linhes_pkgbuild-a1194020eb87c3dafe6c4b7b44fc0408f97ad7be.tar.gz linhes_pkgbuild-a1194020eb87c3dafe6c4b7b44fc0408f97ad7be.tar.bz2 |
python-gitpython: update to 2.1.8
Diffstat (limited to 'abs/core/python_modules/gitpython/PKGBUILD')
-rw-r--r-- | abs/core/python_modules/gitpython/PKGBUILD | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/core/python_modules/gitpython/PKGBUILD b/abs/core/python_modules/gitpython/PKGBUILD deleted file mode 100644 index 9c72ac0..0000000 --- a/abs/core/python_modules/gitpython/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# Contributor: Jon Bergli Heier <snakebite@jvnv.net> -pkgname=gitpython -pkgver=0.3.2 -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') -conflicts=('gitpython-git') -source=("http://pypi.python.org/packages/source/G/GitPython/GitPython-${pkgver}.RC1.tar.gz") - -build() { - cd "$srcdir/GitPython-$pkgver.RC1" - 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: -md5sums=('849082fe29adc653a3621465213cab96') - |