Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysendfile/
Date: Wed, 27 Nov 2019 13:30:47
Message-Id: 1574861429.115c37bc9be5313493fae4e87bc440b973a1b42b.sbraz@gentoo
1 commit: 115c37bc9be5313493fae4e87bc440b973a1b42b
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 13:27:22 2019 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 13:30:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115c37bc
7
8 dev-python/pysendfile: add Python 3.8 support
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
17 index c59bb6323fb..225861fb57e 100644
18 --- a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
19 +++ b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
25 +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} )
26
27 inherit distutils-r1