summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-11-26 06:20:53 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-11-26 06:20:53 +0000
commitfbfc1c355d9ca152e4635d72368a8074cf0535f1 (patch)
tree9bcd17c0ce74c10ff9bea09bb5c447b3b4850615 /dev-python/twitter
parentBump (diff)
downloadgentoo-2-fbfc1c355d9ca152e4635d72368a8074cf0535f1.tar.gz
gentoo-2-fbfc1c355d9ca152e4635d72368a8074cf0535f1.tar.bz2
gentoo-2-fbfc1c355d9ca152e4635d72368a8074cf0535f1.zip
Bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twitter')
-rw-r--r--dev-python/twitter/ChangeLog7
-rw-r--r--dev-python/twitter/twitter-1.10.2.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-python/twitter/ChangeLog b/dev-python/twitter/ChangeLog
index 7f1d81cb75b4..30f310beb0a8 100644
--- a/dev-python/twitter/ChangeLog
+++ b/dev-python/twitter/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/twitter
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/ChangeLog,v 1.9 2013/10/13 09:28:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/ChangeLog,v 1.10 2013/11/26 06:20:53 patrick Exp $
+
+*twitter-1.10.2 (26 Nov 2013)
+
+ 26 Nov 2013; Patrick Lauer <patrick@gentoo.org> +twitter-1.10.2.ebuild:
+ Bump
13 Oct 2013; Pacho Ramos <pacho@gentoo.org> twitter-1.10.0.ebuild:
Also compatible with python3_3
diff --git a/dev-python/twitter/twitter-1.10.2.ebuild b/dev-python/twitter/twitter-1.10.2.ebuild
new file mode 100644
index 000000000000..914d5b370bac
--- /dev/null
+++ b/dev-python/twitter/twitter-1.10.2.ebuild
@@ -0,0 +1,20 @@
+# 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.10.2.ebuild,v 1.1 2013/11/26 06:20:53 patrick Exp $
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+
+inherit distutils-r1
+
+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[${PYTHON_USEDEP}]"
+RDEPEND=""