From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3FACB138359 for ; Thu, 10 Sep 2020 21:38:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54C21E08FF; Thu, 10 Sep 2020 21:38:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 371F4E08FF for ; Thu, 10 Sep 2020 21:38:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEFD53404CC for ; Thu, 10 Sep 2020 21:38:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42B8832C for ; Thu, 10 Sep 2020 21:38:33 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1599773892.a6de1a97879bc51c81976b73978d9dbda17a99c8.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fs/fs-2.4.9-r1.ebuild dev-python/fs/fs-2.4.9-r2.ebuild X-VCS-Directories: dev-python/fs/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: a6de1a97879bc51c81976b73978d9dbda17a99c8 X-VCS-Branch: master Date: Thu, 10 Sep 2020 21:38:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d97f0e27-9092-4069-a933-12dc13f3c364 X-Archives-Hash: 8c6ef132db880a06f47d54f3423707b6 commit: a6de1a97879bc51c81976b73978d9dbda17a99c8 Author: Louis Sautier gentoo org> AuthorDate: Thu Sep 10 21:24:22 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Thu Sep 10 21:38:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6de1a97 dev-python/fs: remove unused pysendfile dependency Python >= 3.3 provides os.sendfile which the package uses instead of pysendfile. The failing tests with Python 3.8 are unrelated to this change and were already broken before. Version 2.4.11 has working tests with Python 3.8. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier gentoo.org> dev-python/fs/{fs-2.4.9-r1.ebuild => fs-2.4.9-r2.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/fs/fs-2.4.9-r1.ebuild b/dev-python/fs/fs-2.4.9-r2.ebuild similarity index 96% rename from dev-python/fs/fs-2.4.9-r1.ebuild rename to dev-python/fs/fs-2.4.9-r2.ebuild index 07b8abb1c7b..0d76f77f0a1 100644 --- a/dev-python/fs/fs-2.4.9-r1.ebuild +++ b/dev-python/fs/fs-2.4.9-r2.ebuild @@ -32,7 +32,6 @@ BDEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pyftpdlib[${PYTHON_USEDEP}] - dev-python/pysendfile[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] dev-python/unittest2[${PYTHON_USEDEP}] ' -3)