#Packager: Frédéric Galusik <fredg~AT~salixos~dot~org>

pkgname=python-tweepy
pkgver=1.11
pkgrel=1fg
#arch=noarch
source=(http://pypi.python.org/packages/source/t/tweepy/tweepy-$pkgver.tar.gz)
sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/
docs=("readme")
url=http://pypi.python.org/pypi/tweepy

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-tweepy (Twitter library for python)"
"Tweepy is a library for accessing the Twitter.com API. Supports OAuth"
", covers the entire API, and streaming API."
)

build() {
	cd $SRC/tweepy-$pkgver
	python setup.py install --prefix=/usr --root=$PKG
}
