commit:     25da7e4ab76164a88032a10d42570e14a08e7aa4
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct  9 02:38:02 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 02:50:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25da7e4a

www-apps/twint: EAPI 8

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../twint/{twint-2.1.20-r1.ebuild => twint-2.1.20-r2.ebuild}     | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/www-apps/twint/twint-2.1.20-r1.ebuild 
b/www-apps/twint/twint-2.1.20-r2.ebuild
similarity index 94%
rename from www-apps/twint/twint-2.1.20-r1.ebuild
rename to www-apps/twint/twint-2.1.20-r2.ebuild
index 323956274..e059ada66 100644
--- a/www-apps/twint/twint-2.1.20-r1.ebuild
+++ b/www-apps/twint/twint-2.1.20-r2.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -19,8 +19,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"
-#tests require network
-RESTRICT="test"
 
 RDEPEND="
        dev-python/aiohttp[${PYTHON_USEDEP}]
@@ -38,6 +36,9 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+RESTRICT="test"
+PROPERTIES="test_network"
+
 python_test() {
        "${EPYTHON}" test.py -v || die
 }

Reply via email to