Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/boto/files: boto-2.2.2-no-install-tests.patch
Date: Wed, 29 Feb 2012 16:27:54
Message-Id: 20120229162743.D08702004C@flycatcher.gentoo.org
1 vapier 12/02/29 16:27:43
2
3 Added: boto-2.2.2-no-install-tests.patch
4 Log:
5 Add fix from upstream to not install tests #404979 by Patrick Lauer.
6
7 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/boto/files/boto-2.2.2-no-install-tests.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/files/boto-2.2.2-no-install-tests.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/files/boto-2.2.2-no-install-tests.patch?rev=1.1&content-type=text/plain
14
15 Index: boto-2.2.2-no-install-tests.patch
16 ===================================================================
17 https://bugs.gentoo.org/404979
18 https://github.com/boto/boto/issues/597
19 https://github.com/boto/boto/commit/f797759a2df235475cd29e67bddec51e7e8d6336
20
21 commit f797759a2df235475cd29e67bddec51e7e8d6336
22 Author: Mitch Garnaat <mitch@×××××××.com>
23 Date: Tue Feb 28 05:52:12 2012 -0800
24
25 Tests need to be in the source distro but shouldn't be installed. Also, moved some tests scattered throughout the distro to the tests directory. Fixes #597.
26
27 diff --git a/setup.py b/setup.py
28 index 3ede0a3..cc093da 100644
29 --- a/setup.py
30 +++ b/setup.py
31 @@ -59,11 +59,7 @@ setup(name = "boto",
32 "boto.mturk", "boto.mturk.test", "boto.pyami",
33 "boto.pyami.installers", "boto.pyami.installers.ubuntu",
34 "boto.mashups", "boto.contrib", "boto.manage",
35 - "tests", "tests.autoscale", "tests.cloudfront",
36 - "tests.devpay", "tests.db", "tests.dynamodb",
37 - "tests.ec2", "tests.ec2.cloudwatch", "tests.ec2.elb",
38 - "tests.s3", "tests.sdb", "tests.sqs", "tests.sts",
39 - "tests.utils", "boto.services", "boto.cloudfront",
40 + "boto.services", "boto.cloudfront",
41 "boto.roboto", "boto.rds", "boto.vpc", "boto.fps",
42 "boto.fps.test", "boto.emr", "boto.emr.tests", "boto.sns",
43 "boto.ecs", "boto.iam", "boto.route53", "boto.ses",