summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2017-10-01 07:05:26 +0000
committerPatrick Lauer <patrick@gentoo.org>2017-10-01 08:57:32 +0000
commita1b17ce4215ad2bcbc8b69be28910b703707f8d9 (patch)
treeb654813f3742205f364f55d063b75283c8dca1de /dev-python/twython/twython-3.6.0.ebuild
parentdev-python/ipdb: Bump (diff)
downloadgentoo-a1b17ce4215ad2bcbc8b69be28910b703707f8d9.tar.gz
gentoo-a1b17ce4215ad2bcbc8b69be28910b703707f8d9.tar.bz2
gentoo-a1b17ce4215ad2bcbc8b69be28910b703707f8d9.zip
dev-python/twython: Bump
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-python/twython/twython-3.6.0.ebuild')
-rw-r--r--dev-python/twython/twython-3.6.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/twython/twython-3.6.0.ebuild b/dev-python/twython/twython-3.6.0.ebuild
new file mode 100644
index 000000000000..54482359fa6d
--- /dev/null
+++ b/dev-python/twython/twython-3.6.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="An easy (and up to date) way to access Twitter data with Python"
+HOMEPAGE="https://github.com/ryanmcgrath/twython"
+SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=dev-python/requests-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-oauthlib-0.4.0[${PYTHON_USEDEP}]"