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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 154EE158086 for ; Mon, 1 Nov 2021 17:36:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DC2CE0636; Mon, 1 Nov 2021 17:36:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3ED7DE0207 for ; Mon, 1 Nov 2021 17:36:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6001C342DF3 for ; Mon, 1 Nov 2021 17:36:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A220132 for ; Mon, 1 Nov 2021 17:36:51 +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: <1635788047.74dae006a79484a16973475c48dd11e5078000f4.sbraz@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.7-examples.patch X-VCS-Directories: dev-python/filetype/files/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 74dae006a79484a16973475c48dd11e5078000f4 X-VCS-Branch: master Date: Mon, 1 Nov 2021 17:36:51 +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: 52317c1f-015b-4965-91d8-8584d100c4b7 X-Archives-Hash: fab01eaa2655b962d80d3845f9096e42 commit: 74dae006a79484a16973475c48dd11e5078000f4 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Nov 1 16:24:54 2021 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon Nov 1 17:34:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74dae006 dev-python/filetype: remove unused patch(es) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Louis Sautier gentoo.org> .../filetype/files/filetype-1.0.7-examples.patch | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/dev-python/filetype/files/filetype-1.0.7-examples.patch b/dev-python/filetype/files/filetype-1.0.7-examples.patch deleted file mode 100644 index 04eeb8e1ee6..00000000000 --- a/dev-python/filetype/files/filetype-1.0.7-examples.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 0aa106c03d0bc7dc872edb349b4a88edd170ca05 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= -Date: Sun, 9 Aug 2020 14:55:07 +0200 -Subject: [PATCH] setup.py: Exclude 'examples' from being installed as a global - pkg - ---- - setup.py | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index 45bfd49..8a69c6a 100644 ---- a/setup.py -+++ b/setup.py -@@ -36,6 +36,7 @@ setup( - '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) --- -2.28.0 -