diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-01-28 09:51:31 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-01-28 09:51:31 +0000 |
commit | ce29552ca5683fded45cd71a6d3b8cbb87b1a8d7 (patch) | |
tree | 29370cb3ddef2ff00f9cccabe24700814cc7a998 /dev-python/twitter | |
parent | Bump (diff) | |
download | gentoo-2-ce29552ca5683fded45cd71a6d3b8cbb87b1a8d7.tar.gz gentoo-2-ce29552ca5683fded45cd71a6d3b8cbb87b1a8d7.tar.bz2 gentoo-2-ce29552ca5683fded45cd71a6d3b8cbb87b1a8d7.zip |
Bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twitter')
-rw-r--r-- | dev-python/twitter/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/twitter/twitter-1.9.1.ebuild | 22 |
2 files changed, 29 insertions, 3 deletions
diff --git a/dev-python/twitter/ChangeLog b/dev-python/twitter/ChangeLog index 73b137224e8e..49576af93a30 100644 --- a/dev-python/twitter/ChangeLog +++ b/dev-python/twitter/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for dev-python/twitter -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/ChangeLog,v 1.1 2012/10/15 08:37:59 djc Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/ChangeLog,v 1.2 2013/01/28 09:51:31 patrick Exp $ + +*twitter-1.9.1 (28 Jan 2013) + + 28 Jan 2013; Patrick Lauer <patrick@gentoo.org> +twitter-1.9.1.ebuild: + Bump *twitter-1.9.0 (15 Oct 2012) 15 Oct 2012; Dirkjan Ochtman <djc@gentoo.org> +twitter-1.9.0.ebuild, +metadata.xml: Initial version. - diff --git a/dev-python/twitter/twitter-1.9.1.ebuild b/dev-python/twitter/twitter-1.9.1.ebuild new file mode 100644 index 000000000000..70c8cc64244f --- /dev/null +++ b/dev-python/twitter/twitter-1.9.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/twitter-1.9.1.ebuild,v 1.1 2013/01/28 09:51:31 patrick Exp $ + +EAPI="3" +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.5 3.*" + +inherit distutils + +DESCRIPTION="An API and command-line toolset for Twitter (twitter.com)" +HOMEPAGE="http://mike.verdone.ca/twitter/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="" |