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 5ABF9158086 for ; Sun, 17 Oct 2021 05:25:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5AACE088C; Sun, 17 Oct 2021 05:25:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70AF6E088C for ; Sun, 17 Oct 2021 05:25:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86DB734341A for ; Sun, 17 Oct 2021 05:25:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCB34165 for ; Sun, 17 Oct 2021 05:24:58 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1634448158.5f4ec6d4035ec9be25c4fd08fd8e89c9a9200f47.cybertailor@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/metadata.xml www-apps/twint/twint-2.1.20-r2.ebuild X-VCS-Directories: www-apps/twint/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 5f4ec6d4035ec9be25c4fd08fd8e89c9a9200f47 X-VCS-Branch: dev Date: Sun, 17 Oct 2021 05:24:58 +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: 477f9487-75ef-4dd7-8e6a-6ef256a06069 X-Archives-Hash: 11b178646a6da497539727ae119422f5 commit: 5f4ec6d4035ec9be25c4fd08fd8e89c9a9200f47 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Oct 16 19:29:28 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Oct 17 05:22:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f4ec6d4 www-apps/twint: use geopy from ::gentoo Closes: https://bugs.gentoo.org/817248 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> www-apps/twint/metadata.xml | 3 +-- www-apps/twint/twint-2.1.20-r2.ebuild | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/www-apps/twint/metadata.xml b/www-apps/twint/metadata.xml index 1b56f8c17..050abe23f 100644 --- a/www-apps/twint/metadata.xml +++ b/www-apps/twint/metadata.xml @@ -1,6 +1,5 @@ - - + lssndrbarbieri@gmail.com diff --git a/www-apps/twint/twint-2.1.20-r2.ebuild b/www-apps/twint/twint-2.1.20-r2.ebuild index e059ada66..925735b9f 100644 --- a/www-apps/twint/twint-2.1.20-r2.ebuild +++ b/www-apps/twint/twint-2.1.20-r2.ebuild @@ -3,9 +3,7 @@ EAPI=8 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{8..9} ) - inherit distutils-r1 DESCRIPTION="Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API" @@ -28,13 +26,13 @@ RDEPEND=" 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}] + sci-geosciences/geopy[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" +BDEPEND="test? ( ${RDEPEND} )" RESTRICT="test" PROPERTIES="test_network"