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/fs/
Date: Thu, 10 Sep 2020 21:38:37
Message-Id: 1599773892.a6de1a97879bc51c81976b73978d9dbda17a99c8.sbraz@gentoo
1 commit: a6de1a97879bc51c81976b73978d9dbda17a99c8
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 10 21:24:22 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 10 21:38:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6de1a97
7
8 dev-python/fs: remove unused pysendfile dependency
9
10 Python >= 3.3 provides os.sendfile which the package uses instead of
11 pysendfile.
12
13 The failing tests with Python 3.8 are unrelated to this change and were
14 already broken before. Version 2.4.11 has working tests with Python 3.8.
15
16 Package-Manager: Portage-3.0.6, Repoman-3.0.1
17 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
18
19 dev-python/fs/{fs-2.4.9-r1.ebuild => fs-2.4.9-r2.ebuild} | 1 -
20 1 file changed, 1 deletion(-)
21
22 diff --git a/dev-python/fs/fs-2.4.9-r1.ebuild b/dev-python/fs/fs-2.4.9-r2.ebuild
23 similarity index 96%
24 rename from dev-python/fs/fs-2.4.9-r1.ebuild
25 rename to dev-python/fs/fs-2.4.9-r2.ebuild
26 index 07b8abb1c7b..0d76f77f0a1 100644
27 --- a/dev-python/fs/fs-2.4.9-r1.ebuild
28 +++ b/dev-python/fs/fs-2.4.9-r2.ebuild
29 @@ -32,7 +32,6 @@ BDEPEND="test? (
30 dev-python/nose[${PYTHON_USEDEP}]
31 dev-python/mock[${PYTHON_USEDEP}]
32 dev-python/pyftpdlib[${PYTHON_USEDEP}]
33 - dev-python/pysendfile[${PYTHON_USEDEP}]
34 dev-python/psutil[${PYTHON_USEDEP}]
35 dev-python/unittest2[${PYTHON_USEDEP}]
36 ' -3)