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 BA019138350 for ; Thu, 9 Apr 2020 11:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD21DE0996; Thu, 9 Apr 2020 11:56:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 670DEE0996 for ; Thu, 9 Apr 2020 11:56:09 +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 C3B7634F05B for ; Thu, 9 Apr 2020 11:56:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1DC19C for ; Thu, 9 Apr 2020 11:56:05 +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: <1586433356.c396318b02081d2b2e228961377eacb1378247e5.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/twint-2.1.18.ebuild X-VCS-Directories: www-apps/twint/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c396318b02081d2b2e228961377eacb1378247e5 X-VCS-Branch: dev Date: Thu, 9 Apr 2020 11:56:05 +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: 0d0f3cb5-c4c1-436c-af1f-7f7616e14297 X-Archives-Hash: 41d26f7d499463d71c49e7c8168d8fee Message-ID: <20200409115605.0qzluLfXI7S7wLbDL3R9wxnaMhZK-prVcNQdRKBMh3M@z> commit: c396318b02081d2b2e228961377eacb1378247e5 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 9 11:55:56 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 9 11:55:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c396318b www-apps/twint: python_test is automatically added to src_test also, shortend the description a bit to make repoman happy Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> www-apps/twint/twint-2.1.18.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/www-apps/twint/twint-2.1.18.ebuild b/www-apps/twint/twint-2.1.18.ebuild index 47aa50d..0a31141 100644 --- a/www-apps/twint/twint-2.1.18.ebuild +++ b/www-apps/twint/twint-2.1.18.ebuild @@ -8,7 +8,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 -DESCRIPTION="Advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API" +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 @@ -41,7 +41,3 @@ DEPEND="${RDEPEND}" python_test() { "${EPYTHON}" test.py -v || die } - -src_test() { - python_foreach_impl python_test -}