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 6ED531382C5 for ; Tue, 2 Jun 2020 04:28:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 500FAE08D9; Tue, 2 Jun 2020 04:28:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1CF8AE08D4 for ; Tue, 2 Jun 2020 04:28:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 147B134F117 for ; Tue, 2 Jun 2020 04:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8A69287 for ; Tue, 2 Jun 2020 04:28:20 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1591072079.1cab4fd8c64188a5f706e422fd03ac5d02a618a8.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch X-VCS-Directories: dev-python/importlib_resources/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1cab4fd8c64188a5f706e422fd03ac5d02a618a8 X-VCS-Branch: master Date: Tue, 2 Jun 2020 04:28:20 +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: 141e8ee6-d7b2-42e5-add7-4231ff02a911 X-Archives-Hash: ea098f96f00ded77c7bff62ca11db470 commit: 1cab4fd8c64188a5f706e422fd03ac5d02a618a8 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 19 19:20:40 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Jun 2 04:27:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cab4fd8 dev-python/importlib_resources: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> .../files/importlib_resources-1.0.2-skip-wheel.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch b/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch deleted file mode 100644 index 1cff1fafeaf..00000000000 --- a/dev-python/importlib_resources/files/importlib_resources-1.0.2-skip-wheel.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/setup.cfg b/setup.cfg -index c9ef791..412b1a9 100644 ---- a/setup.cfg -+++ b/setup.cfg -@@ -19,7 +19,6 @@ classifiers = - python_requires = >=2.7,!=3.0,!=3.1,!=3.2,!=3.3 - setup_requires = - setuptools -- wheel - install_requires = - pathlib2; python_version < '3' - typing; python_version < '3.5'