diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-01-14 16:15:09 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-01-15 13:51:59 +0200 |
commit | 17719900dcb9d167d618c737e81554ecafe89390 (patch) | |
tree | 1f1a4e40321cc3a4511529169522b3c157203519 /mail-client/alot | |
parent | dev-python/wurlitzer: remove redundant IUSE (diff) | |
download | gentoo-17719900dcb9d167d618c737e81554ecafe89390.tar.gz gentoo-17719900dcb9d167d618c737e81554ecafe89390.tar.bz2 gentoo-17719900dcb9d167d618c737e81554ecafe89390.zip |
mail-client/alot: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14334
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-client/alot')
-rw-r--r-- | mail-client/alot/files/0.5.1-0001-Don-t-install-test-suite.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/mail-client/alot/files/0.5.1-0001-Don-t-install-test-suite.patch b/mail-client/alot/files/0.5.1-0001-Don-t-install-test-suite.patch deleted file mode 100644 index cbe0bedb4be5..000000000000 --- a/mail-client/alot/files/0.5.1-0001-Don-t-install-test-suite.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 8af6cea015eeea61a3421b4f98ee4ba12f6c9b17 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name> -Date: Mon, 29 May 2017 12:10:15 +0100 -Subject: [PATCH] Don't install test suite - -See -<http://setuptools.readthedocs.io/en/latest/setuptools.html?highlight=find_packages#using-find-packages> -for example patterns. ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index a3f6f90..b4533f7 100755 ---- a/setup.py -+++ b/setup.py -@@ -11,7 +11,7 @@ setup(name='alot', - author_email=alot.__author_email__, - url=alot.__url__, - license=alot.__copyright__, -- packages=find_packages(), -+ packages=find_packages(exclude=["tests.*", "tests"]), - package_data={'alot': [ - 'defaults/alot.rc.spec', - 'defaults/notmuch.rc.spec', --- -2.12.2 - |