diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-12 17:53:56 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-12 17:53:56 +0500 |
commit | 41008d715cc7b84056a64933f14288647f14b6fa (patch) | |
tree | 754c5319e41aa6c0a05ca29671acbdd61e6e771f /www-apps/twint | |
parent | media-fonts/twemoji: add 14.0.2 (diff) | |
download | guru-41008d715cc7b84056a64933f14288647f14b6fa.tar.gz guru-41008d715cc7b84056a64933f14288647f14b6fa.tar.bz2 guru-41008d715cc7b84056a64933f14288647f14b6fa.zip |
*/*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'www-apps/twint')
-rw-r--r-- | www-apps/twint/twint-2.1.20-r2.ebuild | 2 | ||||
-rw-r--r-- | www-apps/twint/twint-2.1.20_p20220316.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/twint/twint-2.1.20-r2.ebuild b/www-apps/twint/twint-2.1.20-r2.ebuild index 7305be162..5ab551fb4 100644 --- a/www-apps/twint/twint-2.1.20-r2.ebuild +++ b/www-apps/twint/twint-2.1.20-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_9 ) inherit distutils-r1 DESCRIPTION="Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API" diff --git a/www-apps/twint/twint-2.1.20_p20220316.ebuild b/www-apps/twint/twint-2.1.20_p20220316.ebuild index 3c4020d64..fcc49b6bc 100644 --- a/www-apps/twint/twint-2.1.20_p20220316.ebuild +++ b/www-apps/twint/twint-2.1.20_p20220316.ebuild @@ -4,7 +4,7 @@ EAPI=8 COMMIT="20dee4a397ff46e29d26545c000eb039ddb8dbd0" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_9 ) inherit distutils-r1 |