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/sniffio/
Date: Sat, 29 Aug 2020 14:14:26
Message-Id: 1598705723.8c563d3aef2a12388603a4fd81c9282222e6ac2f.andrewammerlaan@gentoo
1 commit: 8c563d3aef2a12388603a4fd81c9282222e6ac2f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Aug 29 12:55:23 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Aug 29 12:55:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c563d3a
7
8 dev-python/sniffio: add py3.9, rem 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/sniffio/sniffio-1.1.0.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/dev-python/sniffio/sniffio-1.1.0.ebuild b/dev-python/sniffio/sniffio-1.1.0.ebuild
17 index 98efb71..ca0f46b 100644
18 --- a/dev-python/sniffio/sniffio-1.1.0.ebuild
19 +++ b/dev-python/sniffio/sniffio-1.1.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7,8} )
25 +PYTHON_COMPAT=( python3_{7,8,9} )
26
27 inherit distutils-r1
28
29 @@ -18,8 +18,6 @@ LICENSE="|| ( Apache-2.0 MIT )"
30 KEYWORDS="~amd64 ~x86"
31 SLOT="0"
32
33 -RDEPEND="python_targets_python3_6? ( dev-python/contextvars[python_targets_python3_6] )"
34 -
35 DEPEND="test? ( dev-python/curio[${PYTHON_USEDEP}] )"
36
37 distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio