Commit 96e998f9 authored by Seblu's avatar Seblu
Browse files

Remove python2-twitter

parent b39e32fa
Loading
Loading
Loading
Loading

python2-twitter/PKGBUILD

deleted100644 → 0
+0 −20
Original line number Diff line number Diff line
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>

pkgname=python2-twitter
_srcname=python-twitter
pkgver=0.8.2
pkgrel=2
pkgdesc='Python 2 wrapper around the Twitter API'
arch=('any')
url='http://code.google.com/p/python-twitter/'
license=('APACHE')
depends=('python2' 'python2-httplib2' 'python-simplejson' 'python2-oauth')
source=("http://${_srcname}.googlecode.com/files/${_srcname}-${pkgver}.tar.gz")
md5sums=('a5d79ba7228ff00bc83a8486e7434106')

package() {
  cd $_srcname-$pkgver
  python2 setup.py install --root="$pkgdir"
}

# vim:set ts=2 sw=2 ft=sh et: