From f3f7e74c8d94704fa403f0896799724960452594 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 26 Jun 2017 14:10:06 -0500 Subject: Removing python2-gitdb: This package is in [community] repo --- pcr/python2-gitdb/PKGBUILD | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 pcr/python2-gitdb/PKGBUILD (limited to 'pcr/python2-gitdb/PKGBUILD') 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 -# Maintainer: Omar Vega Ramos - -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: -- cgit v1.2.3