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 5B5B713835B for ; Sat, 12 Sep 2020 09:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68698E0822; Sat, 12 Sep 2020 09:55:14 +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 4FA1DE0822 for ; Sat, 12 Sep 2020 09:55:14 +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 817C83406D1 for ; Sat, 12 Sep 2020 09:55:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC7CC35A for ; Sat, 12 Sep 2020 09:55:10 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1599904453.6455baf58c32fee4ae712519a1e67da78310db6d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filetype/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/filetype/files/filetype-1.0.5-examples.patch X-VCS-Directories: dev-python/filetype/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6455baf58c32fee4ae712519a1e67da78310db6d X-VCS-Branch: master Date: Sat, 12 Sep 2020 09:55:10 +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: 13a238d8-eb12-467b-a67d-a146c553a5fd X-Archives-Hash: 97d65a747887b98f6e80eda5ef33bd8a commit: 6455baf58c32fee4ae712519a1e67da78310db6d Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Aug 28 16:53:04 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Sep 12 09:54:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6455baf5 dev-python/filetype: remove unused patch Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: David Seifert gentoo.org> dev-python/filetype/files/filetype-1.0.5-examples.patch | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dev-python/filetype/files/filetype-1.0.5-examples.patch b/dev-python/filetype/files/filetype-1.0.5-examples.patch deleted file mode 100644 index 3032c38a699..00000000000 --- a/dev-python/filetype/files/filetype-1.0.5-examples.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/setup.py 2020-02-07 15:57:33.445851327 -0000 -+++ b/setup.py 2020-02-07 15:57:50.921877837 -0000 -@@ -37,6 +37,6 @@ - 'Topic :: System :: Filesystems', - 'Topic :: Utilities'], - platforms=['any'], -- packages=find_packages(exclude=['dist', 'build', 'docs', 'tests']), -+ packages=find_packages(exclude=['dist', 'build', 'docs', 'tests', 'examples']), - package_data={'filetype': ['LICENSE', '*.md']}, - zip_safe=True)