diff options
author | Patrick Lauer <patrick@gentoo.org> | 2017-10-01 07:05:26 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2017-10-01 08:57:32 +0000 |
commit | a1b17ce4215ad2bcbc8b69be28910b703707f8d9 (patch) | |
tree | b654813f3742205f364f55d063b75283c8dca1de /dev-python/twython/twython-3.6.0.ebuild | |
parent | 9704387887c30d824fa39d8a72c6b6090f43b3f3 (diff) | |
download | gentoo-a1b17ce4215ad2bcbc8b69be28910b703707f8d9.tar.gz gentoo-a1b17ce4215ad2bcbc8b69be28910b703707f8d9.tar.xz |
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.ebuild | 21 |
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 00000000000..54482359fa6 --- /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}]" |