summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/tweepy/tweepy-1.11.ebuild')
-rw-r--r--dev-python/tweepy/tweepy-1.11.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/tweepy/tweepy-1.11.ebuild b/dev-python/tweepy/tweepy-1.11.ebuild
deleted file mode 100644
index 3f8b8d9..0000000
--- a/dev-python/tweepy/tweepy-1.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-PYTHON_COMPAT=( python2_{5,6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Twitter library for python"
-HOMEPAGE="http://github.com/tweepy/tweepy"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/simplejson
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools
-"
-
-DOCS=( README )