summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-06 10:50:01 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 14:39:10 +0100
commit66444de6ae15a0ec4b0b3d27a2063ca7c20eb41a (patch)
treeaaacaff43bfa70d29b7daa75eb2074541135b625 /dev-python
parentdev-python/twisted: Clean old up (diff)
downloadgentoo-66444de6ae15a0ec4b0b3d27a2063ca7c20eb41a.tar.gz
gentoo-66444de6ae15a0ec4b0b3d27a2063ca7c20eb41a.tar.bz2
gentoo-66444de6ae15a0ec4b0b3d27a2063ca7c20eb41a.zip
dev-python/twython: Clean old up
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/twython/Manifest1
-rw-r--r--dev-python/twython/twython-3.2.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/twython/Manifest b/dev-python/twython/Manifest
index a042c24cc9f2..b0ff30e9fff6 100644
--- a/dev-python/twython/Manifest
+++ b/dev-python/twython/Manifest
@@ -1,3 +1,2 @@
-DIST twython-3.2.0.tar.gz 33741 BLAKE2B 0e616c733486fe86fbb133a1dd6ee55bf4b64d9cee652ff4cc5f642a59817d30a953916ded4a154e1454adde7d48dacc57760dbf50400d9bd2df744fb7dd5824 SHA512 809bc9fe3512b383b38e74929dadb4576bc9b51b0ce80ea444aadea44f95f2df0fc119bd0ea1982337e654bd5d92abb78671f20fe3b56e647f6caca00ec3791f
DIST twython-3.3.0.tar.gz 34164 BLAKE2B 82320b4fc787c97a3b1f773fdd3d5c0c636e6062eb630cc7d78625f45fb8478789e4acc3c9a7ebf600d7abb591bb6113e167a11eaa7b6afebb419652f1d9833f SHA512 888f37c37f39c603b08605d2e209afc329e079c405adbe3a03fde4dab2b76b07d2badf1956d255d4b7ff0bf2a4c308b20f2a3333a7ccd0e7b9c046e9172b1d5f
DIST twython-3.6.0.tar.gz 36268 BLAKE2B 24305d2221cf7856f5e51bc3ec0fb4c342a8ce19c248ccc680bb1847e20a262f15399b4fe904852a159fc83a85d5617bd57c3ea9de064a5a25069175ae02178d SHA512 b99ecb244598a489578e63cec8a470daca7efe019f6a5277a0fda70b3c61ba25b56688b0a383337ed1c46576e551c244da82cd808710c4b9bb8ba91c6bc29be1
diff --git a/dev-python/twython/twython-3.2.0.ebuild b/dev-python/twython/twython-3.2.0.ebuild
deleted file mode 100644
index a2e4f8ea96b6..000000000000
--- a/dev-python/twython/twython-3.2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-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-1.2.3[${PYTHON_USEDEP}]
- >=dev-python/requests-oauthlib-0.4.0[${PYTHON_USEDEP}]"