Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aionotify/
Date: Sat, 17 Apr 2021 20:00:37
Message-Id: 1618647808.5fda8b3496c6c269c616f6df24926979e78622f4.andrewammerlaan@gentoo
1 commit: 5fda8b3496c6c269c616f6df24926979e78622f4
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Sat Apr 17 08:23:28 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Apr 17 08:23:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fda8b34
7
8 dev-python/aionotify: add python_compat 3_{8,9}
9
10 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
11
12 dev-python/aionotify/aionotify-0.2.0.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild b/dev-python/aionotify/aionotify-0.2.0.ebuild
16 index 165840580..bfcd6b918 100644
17 --- a/dev-python/aionotify/aionotify-0.2.0.ebuild
18 +++ b/dev-python/aionotify/aionotify-0.2.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_7 )
24 +PYTHON_COMPAT=( python3_{7..9} )
25
26 inherit distutils-r1
27
28 @@ -15,6 +15,6 @@ LICENSE="BSD"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31
32 -#DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )"
33 -#
34 -#distutils_enable_tests pytest
35 +DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )"
36 +
37 +distutils_enable_tests pytest