Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/cloud-init/files: cloud-init-0.7.5-tests-exclude.patch
Date: Thu, 01 May 2014 16:12:55
Message-Id: 20140501161252.0D3492004E@flycatcher.gentoo.org
1 idella4 14/05/01 16:12:51
2
3 Added: cloud-init-0.7.5-tests-exclude.patch
4 Log:
5 bump; patch to exclude tests effectively, upgrade deps, add IUSE test, test phase
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 app-emulation/cloud-init/files/cloud-init-0.7.5-tests-exclude.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/files/cloud-init-0.7.5-tests-exclude.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/files/cloud-init-0.7.5-tests-exclude.patch?rev=1.1&content-type=text/plain
14
15 Index: cloud-init-0.7.5-tests-exclude.patch
16 ===================================================================
17 diff -ur cloud-init-0.7.5.orig/setup.py cloud-init-0.7.5/setup.py
18 --- setup.py 2014-04-02 02:26:07.000000000 +0800
19 +++ setup.py 2014-05-01 23:38:15.848225975 +0800
20 @@ -114,7 +114,7 @@
21 author='Scott Moser',
22 author_email='scott.moser@×××××××××.com',
23 url='http://launchpad.net/cloud-init/',
24 - packages=setuptools.find_packages(exclude=['tests']),
25 + packages=setuptools.find_packages(exclude=['tests','tests.*']),
26 scripts=['bin/cloud-init',
27 'tools/cloud-init-per',
28 ],