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/pysendfile/
Date: Sun, 02 Aug 2020 09:15:28
Message-Id: 1596358672.98b4fd0d260174da537b0bcda85da751a5963bff.mgorny@gentoo
1 commit: 98b4fd0d260174da537b0bcda85da751a5963bff
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 08:57:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 08:57:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b4fd0d
7
8 dev-python/pysendfile: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
16 index 4d916f5de6d..5d6541382f8 100644
17 --- a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
18 +++ b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
24 +PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
25
26 inherit distutils-r1