aboutsummaryrefslogtreecommitdiff
blob: ada2fad7b6dd376f9a796e3d0f83102cf375ad0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.1

EAPI="3"
SUPPORT_PYTHON_ABIS="1"

inherit distutils


DESCRIPTION="Twitter library for python"
HOMEPAGE="http://github.com/joshthecoder/tweepy"
SRC_URI="http://pypi.python.org/packages/source/t/tweepy/${P}.tar.gz"

LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""

DEPEND="dev-python/setuptools"
RDEPEND="${DEPEND}"