Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-tempdir/
Date: Sat, 31 Oct 2020 01:36:57
Message-Id: 1604108202.56b4e13e85a7ad51b196ed2c33b06bdb6d4df477.chutzpah@gentoo
1 commit: 56b4e13e85a7ad51b196ed2c33b06bdb6d4df477
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Sat Oct 31 00:15:31 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 01:36:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b4e13e
7
8 dev-python/pytest-tempdir-2019.10.12: add py39
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild
18 index e0e8e6dbdee..80bba9e7ef5 100644
19 --- a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild
20 +++ b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6,7,8} )
26 +PYTHON_COMPAT=( python3_{6..9} )
27 inherit distutils-r1
28
29 DESCRIPTION="Pytest plugin to support for a predictable and repeatable temporary directory"