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/pytest-trio/
Date: Sat, 29 Aug 2020 14:14:30
Message-Id: 1598706474.8ecfa7943aa76deee8a5f646ac180cf5ecbb92e4.andrewammerlaan@gentoo
1 commit: 8ecfa7943aa76deee8a5f646ac180cf5ecbb92e4
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Aug 29 13:07:54 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Aug 29 13:07:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ecfa794
7
8 dev-python/pytest-trio: drop py3.6
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/pytest-trio/pytest-trio-0.5.2.ebuild | 2 +-
14 dev-python/pytest-trio/pytest-trio-0.6.0.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild b/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild
18 index d0b4346..fbdb667 100644
19 --- a/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild
20 +++ b/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI="7"
24
25 -PYTHON_COMPAT=( python3_{6,7} )
26 +PYTHON_COMPAT=( python3_7 )
27
28 DISTUTILS_USE_SETUPTOOLS=rdepend
29
30
31 diff --git a/dev-python/pytest-trio/pytest-trio-0.6.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.6.0.ebuild
32 index dc34ecf..55c0268 100644
33 --- a/dev-python/pytest-trio/pytest-trio-0.6.0.ebuild
34 +++ b/dev-python/pytest-trio/pytest-trio-0.6.0.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI="7"
38
39 -PYTHON_COMPAT=( python3_{6,7,8} )
40 +PYTHON_COMPAT=( python3_{7,8} )
41
42 DISTUTILS_USE_SETUPTOOLS=rdepend