From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A0011381F3 for ; Tue, 9 Jun 2020 12:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 412E3E089A; Tue, 9 Jun 2020 12:59:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E6BBE089A for ; Tue, 9 Jun 2020 12:59:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 788E334F0C0 for ; Tue, 9 Jun 2020 12:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 434DF1DA for ; Tue, 9 Jun 2020 12:59:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1591707564.4f918908e80b5140200a0564bd95e1e6608ce614.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/twint/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/twint/Manifest www-apps/twint/twint-2.1.20.ebuild X-VCS-Directories: www-apps/twint/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4f918908e80b5140200a0564bd95e1e6608ce614 X-VCS-Branch: dev Date: Tue, 9 Jun 2020 12:59:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61d61ac8-21c4-4eca-8117-a053446086da X-Archives-Hash: 956da93f9e039a859ee81576356b2f6f Message-ID: <20200609125946.bf08tiBqCLguKVZUEaFO10FIufbyYrqOzzrespBax-U@z> commit: 4f918908e80b5140200a0564bd95e1e6608ce614 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jun 9 12:59:24 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jun 9 12:59:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f918908 www-apps/twint: add py3_7 and version bump Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> www-apps/twint/Manifest | 1 + www-apps/twint/twint-2.1.20.ebuild | 43 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/www-apps/twint/Manifest b/www-apps/twint/Manifest index 7ea75f5..4538f25 100644 --- a/www-apps/twint/Manifest +++ b/www-apps/twint/Manifest @@ -1,2 +1,3 @@ DIST twint-2.1.18.tar.gz 33213 BLAKE2B 74d8634ad178b40af726347ee144766bc5ae2480842ad617739a12ed469bf7692247bdc4dc5d979a081b88a223ce2649924cf89a6c0ff77acd10142f2290865c SHA512 0060d5f496bd19e74e72243ce83202204eacd28b57db7440ae83d112c96ea962512adf12e590e0843cf5231b1922cfcc943725aaeb2ab31127522be26e7fc9a7 DIST twint-2.1.19.tar.gz 33142 BLAKE2B aca837c3473543414f57e728b67c46394959a51ecf4fc9b4b1be6f0914a6de79f3afcd725449eb25babfbbdc9786cc3ae74744414489efc4d01b5110c39bc306 SHA512 0318ba4432401f7deace23ca45060f3d380bf28fbdbeee554684606b92c163260cfe352d1c76f1e639aaf451e883b15b09d05b867af55394987503fbcb66d95b +DIST twint-2.1.20.tar.gz 33518 BLAKE2B 6a7401357d7c08956a05d046cf5daec61c854b618c9cf647c2c014091b4be4b55337f598dccf772b146b215a740855449049600a6251cd7899a01afc82ba8dea SHA512 022c855b660d4a30eb7d4c864147a520b92b45048db2e6869df23cf9ab9b23b6812f74de6452d8b4b439ca02dd6742349a5c097f9b3d19222e7365034b21b864 diff --git a/www-apps/twint/twint-2.1.20.ebuild b/www-apps/twint/twint-2.1.20.ebuild new file mode 100644 index 0000000..1e80811 --- /dev/null +++ b/www-apps/twint/twint-2.1.20.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6,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 +}