commit: c396318b02081d2b2e228961377eacb1378247e5
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr 9 11:55:56 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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
-}