aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-04-13 14:35:26 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-04-13 14:35:26 +0200
commit06579c2c7818de4cca02d81ffd7df8a0018acea6 (patch)
tree199ef11e05732cd0e9064e7959ebce2bb1315616 /www-apps
parentdev-python/hypercorn: drop x86 (diff)
downloadguru-06579c2c7818de4cca02d81ffd7df8a0018acea6.tar.gz
guru-06579c2c7818de4cca02d81ffd7df8a0018acea6.tar.bz2
guru-06579c2c7818de4cca02d81ffd7df8a0018acea6.zip
www-apps/twint: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/twint/twint-2.1.20.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/www-apps/twint/twint-2.1.20.ebuild b/www-apps/twint/twint-2.1.20.ebuild
deleted file mode 100644
index 39b14054e..000000000
--- a/www-apps/twint/twint-2.1.20.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_7 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API"
-HOMEPAGE="
- https://github.com/twintproject/twint
- https://pypi.org/project/twint
-"
-SRC_URI="https://github.com/twintproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-#tests require network
-RESTRICT="test"
-
-RDEPEND="
- dev-python/aiohttp[${PYTHON_USEDEP}]
- dev-python/aiohttp-socks[${PYTHON_USEDEP}]
- dev-python/aiodns[${PYTHON_USEDEP}]
- dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
- dev-python/cchardet[${PYTHON_USEDEP}]
- dev-python/elasticsearch-py[${PYTHON_USEDEP}]
- dev-python/fake-useragent[${PYTHON_USEDEP}]
- dev-python/geopy[${PYTHON_USEDEP}]
- dev-python/googletransx[${PYTHON_USEDEP}]
- >=dev-python/pandas-0.23.0[${PYTHON_USEDEP}]
- dev-python/PySocks[${PYTHON_USEDEP}]
- dev-python/schedule[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
- "${EPYTHON}" test.py -v || die
-}