Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stormpath/files/
Date: Thu, 29 Sep 2016 20:42:14
Message-Id: 1475181423.0c107a920bd3756bd0c8c4e14ecf92cc46c68532.monsieurp@gentoo
1 commit: 0c107a920bd3756bd0c8c4e14ecf92cc46c68532
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 14 17:08:34 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 20:37:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c107a92
7
8 dev-python/strompath: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/2326
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 dev-python/stormpath/files/drop-test-module.patch | 13 -------------
15 1 file changed, 13 deletions(-)
16
17 diff --git a/dev-python/stormpath/files/drop-test-module.patch b/dev-python/stormpath/files/drop-test-module.patch
18 deleted file mode 100644
19 index fe99f0c..00000000
20 --- a/dev-python/stormpath/files/drop-test-module.patch
21 +++ /dev/null
22 @@ -1,13 +0,0 @@
23 -diff --git a/setup.py b/setup.py
24 -index f156b33..cc6f16a 100644
25 ---- a/setup.py
26 -+++ b/setup.py
27 -@@ -87,7 +87,7 @@ setup(
28 - 'python-dateutil>=2.4.0',
29 - 'pydispatcher>=2.0.5'
30 - ],
31 -- packages = find_packages(exclude=['tests']),
32 -+ packages = find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),
33 - classifiers = [
34 - 'Development Status :: 5 - Production/Stable',
35 - 'Intended Audience :: Developers',