summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-06-26 14:10:06 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-06-26 14:10:06 -0500
commitf3f7e74c8d94704fa403f0896799724960452594 (patch)
tree5425ca9d1d906aafeafd01c526fe9316dcd705b9
parenteadf4bc0ce36b26714a7e948e2acb9f07f6960ed (diff)
Removing python2-gitdb: This package is in [community] repo
-rw-r--r--pcr/python2-gitdb/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/pcr/python2-gitdb/PKGBUILD b/pcr/python2-gitdb/PKGBUILD
deleted file mode 100644
index 3734bd016..000000000
--- a/pcr/python2-gitdb/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer (Arch): Jon Bergli Heier <snakebite@jvnv.net>
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=python2-gitdb
-pkgver=0.6.4
-pkgrel=1
-pkgdesc="IO of git-style object databases"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/gitdb"
-license=('BSD')
-makedepends=('python2' 'python2-distribute')
-depends=('python2' 'python2-smmap>=0.8.5')
-source=("http://pypi.python.org/packages/source/g/gitdb/gitdb-${pkgver}.tar.gz")
-
-md5sums=('44e4366b8bdfd306b075c3a52c96ae1a')
-
-package() {
- cd "$srcdir/gitdb-$pkgver"
- python2 setup.py install --root="$pkgdir/" || return 1
- install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-# vim:set ts=2 sw=2 et: