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/watchgod/
Date: Fri, 14 Aug 2020 18:35:12
Message-Id: 1597427680.8f3f9ca34190b66b691ec3590eabd3559d6c5d32.andrewammerlaan@gentoo
1 commit: 8f3f9ca34190b66b691ec3590eabd3559d6c5d32
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri Aug 14 17:54:40 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Aug 14 17:54:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f3f9ca3
7
8 dev-python/watchgod: add py3.8
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/watchgod/watchgod-0.6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/watchgod/watchgod-0.6.ebuild b/dev-python/watchgod/watchgod-0.6.ebuild
17 index 7148f41..cd6373c 100644
18 --- a/dev-python/watchgod/watchgod-0.6.ebuild
19 +++ b/dev-python/watchgod/watchgod-0.6.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{7,8} )
26
27 DISTUTILS_USE_SETUPTOOLS=rdepend