Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/twint/
Date: Sat, 09 Oct 2021 06:44:12
Message-Id: 1633747805.25da7e4ab76164a88032a10d42570e14a08e7aa4.arthurzam@gentoo
1 commit: 25da7e4ab76164a88032a10d42570e14a08e7aa4
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 9 02:38:02 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 02:50:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25da7e4a
7
8 www-apps/twint: EAPI 8
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 .../twint/{twint-2.1.20-r1.ebuild => twint-2.1.20-r2.ebuild} | 9 +++++----
13 1 file changed, 5 insertions(+), 4 deletions(-)
14
15 diff --git a/www-apps/twint/twint-2.1.20-r1.ebuild b/www-apps/twint/twint-2.1.20-r2.ebuild
16 similarity index 94%
17 rename from www-apps/twint/twint-2.1.20-r1.ebuild
18 rename to www-apps/twint/twint-2.1.20-r2.ebuild
19 index 323956274..e059ada66 100644
20 --- a/www-apps/twint/twint-2.1.20-r1.ebuild
21 +++ b/www-apps/twint/twint-2.1.20-r2.ebuild
22 @@ -1,10 +1,10 @@
23 # Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="7"
27 +EAPI=8
28
29 -PYTHON_COMPAT=( python3_{7,8} )
30 DISTUTILS_USE_SETUPTOOLS=rdepend
31 +PYTHON_COMPAT=( python3_{8..9} )
32
33 inherit distutils-r1
34
35 @@ -19,8 +19,6 @@ LICENSE="MIT"
36 SLOT="0"
37 KEYWORDS="~amd64"
38 IUSE="test"
39 -#tests require network
40 -RESTRICT="test"
41
42 RDEPEND="
43 dev-python/aiohttp[${PYTHON_USEDEP}]
44 @@ -38,6 +36,9 @@ RDEPEND="
45 "
46 DEPEND="${RDEPEND}"
47
48 +RESTRICT="test"
49 +PROPERTIES="test_network"
50 +
51 python_test() {
52 "${EPYTHON}" test.py -v || die
53 }