Commit 800366d8 authored by Seblu's avatar Seblu
Browse files

add python2-twitter


git-svn-id: https://seblu.net/s/archpkg@142 02741741-5192-46b8-8916-7152b19231d9
parent b27fa05d
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>

pkgname=python2-twitter
_srcname=python-twitter
pkgver=0.8.2
pkgrel=1
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' 'python-oauth2')
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: