diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-11-01 17:24:54 +0100 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-11-01 18:34:07 +0100 |
commit | 74dae006a79484a16973475c48dd11e5078000f4 (patch) | |
tree | e1d687b450d890dafc3944a25cd12d1273e5c964 /dev-python | |
parent | net-misc/frr: fix multi-instance protocols configuration handling (diff) | |
download | gentoo-74dae006a79484a16973475c48dd11e5078000f4.tar.gz gentoo-74dae006a79484a16973475c48dd11e5078000f4.tar.bz2 gentoo-74dae006a79484a16973475c48dd11e5078000f4.zip |
dev-python/filetype: remove unused patch(es)
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/filetype/files/filetype-1.0.7-examples.patch | 26 |
1 files changed, 0 insertions, 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 04eeb8e1ee68..000000000000 --- 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?= <mgorny@gentoo.org> -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 - |