diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2009-10-23 08:18:59 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2009-10-23 08:18:59 +0000 |
commit | 265b42fab6cf7edc176602b371240af7359cf19c (patch) | |
tree | 40902434d32f7b1792e3d3efd8d8e3446f02a018 /dev-python/python-twitter/python-twitter-0.6.ebuild | |
parent | Fix udev rule syntax. (diff) | |
download | historical-265b42fab6cf7edc176602b371240af7359cf19c.tar.gz historical-265b42fab6cf7edc176602b371240af7359cf19c.tar.bz2 historical-265b42fab6cf7edc176602b371240af7359cf19c.zip |
Copy python-twitter (0.6) from sunrise.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-python/python-twitter/python-twitter-0.6.ebuild')
-rw-r--r-- | dev-python/python-twitter/python-twitter-0.6.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/python-twitter/python-twitter-0.6.ebuild b/dev-python/python-twitter/python-twitter-0.6.ebuild new file mode 100644 index 000000000000..6a4bb5d3aa25 --- /dev/null +++ b/dev-python/python-twitter/python-twitter-0.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-twitter/python-twitter-0.6.ebuild,v 1.1 2009/10/23 08:18:59 djc Exp $ + +inherit distutils + +DESCRIPTION="This library provides a pure python interface for the Twitter API" +HOMEPAGE="http://code.google.com/p/python-twitter/" +SRC_URI="http://python-twitter.googlecode.com/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="dev-python/simplejson" + +pkg_postinst() { + python_version + python_mod_optimize $(python_get_sitedir)/python_twitter-${PV}-py${PYVER}.egg/ +} + +pkg_postrm() { + python_mod_cleanup +} |