diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-06-26 14:12:39 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-06-26 14:12:39 -0500 |
commit | 0b311095859ba5759bcc23d17788b86a60216db1 (patch) | |
tree | 7c60aa2bd65d21c380ae56695c0f09f406aab4d4 | |
parent | f3f7e74c8d94704fa403f0896799724960452594 (diff) | |
download | abslibre-0b311095859ba5759bcc23d17788b86a60216db1.tar.gz abslibre-0b311095859ba5759bcc23d17788b86a60216db1.tar.bz2 abslibre-0b311095859ba5759bcc23d17788b86a60216db1.zip |
Removing python2-gitpython: This package is in [community] repo
-rw-r--r-- | pcr/python2-gitpython/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/python2-gitpython/PKGBUILD b/pcr/python2-gitpython/PKGBUILD deleted file mode 100644 index 7ceded02f..000000000 --- a/pcr/python2-gitpython/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer (Arch): Jon Bergli Heier <snakebite@jvnv.net> -# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> - -pkgname=python2-gitpython -pkgver=1.0.1 -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' 'python2-gitdb>=0.6.4') -makedepends=('python2' 'python2-distribute') -conflicts=('gitpython-git' 'gitpython') -replaces=('gitpython') -source=("http://pypi.python.org/packages/source/G/GitPython/GitPython-${pkgver}.tar.gz") -md5sums=('4659644b42c41e5e5170c0cd83ed6422') - -package() { - cd "$srcdir/GitPython-${pkgver}" - python2 setup.py install --root="$pkgdir/" --optimize=1 || return 1 - install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -# vim:set ts=2 sw=2 et: |