diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twitter/Manifest | 1 | ||||
-rw-r--r-- | dev-python/twitter/twitter-1.17.1.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/twitter/Manifest b/dev-python/twitter/Manifest index a536272a8cd0..6ff30cddc98a 100644 --- a/dev-python/twitter/Manifest +++ b/dev-python/twitter/Manifest @@ -1 +1,2 @@ DIST twitter-1.17.0.tar.gz 42869 SHA256 85396c4c33b9b213f3d2d805caaf6b386b9e277af9117eb51e5a782f77257376 SHA512 26acaa2d608c09d749d95d27fb51f76df4bd4358d0f49ea5afe8ca0db0d06873d265d67c23858e26d8ce513041adaa0445221b09b0353c3508328e8715d1280c WHIRLPOOL 8196ad84473d24c3c55d342deae7c2dd7c0438be03749159a0488250d9fea2e99b54a1e13c3661cd8fc17c7484308b269611ec2b6dfe4262820173bb549c8408 +DIST twitter-1.17.1.tar.gz 44023 SHA256 9e998dce881615d5c62579462ad7ed9751ddaed88072f268edf9c0e58f6d700b SHA512 17ea867d0c4183cd97aec610c8757def6c23648f18c4bfd3bceca150de6bdbeab036fefe699e976fac11d3d0b0d2c574c0f1726818576a898a92a8335d0342dd WHIRLPOOL 2dfb3a9a6751d48730e6b13b0131cd46fec71f58d379093e952ba3faa9bde027042a15fd1081f7a356e7dc94b01b606c9f2e514e928f76924eec4e830776742a diff --git a/dev-python/twitter/twitter-1.17.1.ebuild b/dev-python/twitter/twitter-1.17.1.ebuild new file mode 100644 index 000000000000..90224ffd3983 --- /dev/null +++ b/dev-python/twitter/twitter-1.17.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) + +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="" |