Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sniffio/
Date: Sun, 31 Jan 2021 20:31:16
Message-Id: 1612125069.1618f337c6ea169a1518657ef59471b9a8c2c336.mgorny@gentoo
1 commit: 1618f337c6ea169a1518657ef59471b9a8c2c336
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 20:30:17 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 20:31:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618f337
7
8 dev-python/sniffio: Remove pypy3 until we switch to pypy3.7
9
10 Closes: https://bugs.gentoo.org/768111
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/sniffio/sniffio-1.2.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild b/dev-python/sniffio/sniffio-1.2.0.ebuild
17 index fb884d90810..89f3dc32585 100644
18 --- a/dev-python/sniffio/sniffio-1.2.0.ebuild
19 +++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
25 +PYTHON_COMPAT=( python3_{7..9} )
26 inherit distutils-r1
27
28 DESCRIPTION="Sniff out which async library your code is running under"