Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytest-runner/files: pytest-runner.patch
Date: Fri, 28 Dec 2012 06:06:32
Message-Id: 20121228060622.105652171D@flycatcher.gentoo.org
1 prometheanfire 12/12/28 06:06:21
2
3 Added: pytest-runner.patch
4 Log:
5 getting rid of setup_requires in dev-python/pytest-runner
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.1 dev-python/pytest-runner/files/pytest-runner.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/files/pytest-runner.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/files/pytest-runner.patch?rev=1.1&content-type=text/plain
14
15 Index: pytest-runner.patch
16 ===================================================================
17 --- setup.py.orig 2012-12-28 01:01:07.865345417 -0500
18 +++ setup.py 2012-12-28 01:01:17.003360680 -0500
19 @@ -14,9 +14,6 @@
20 'distutils.commands':
21 ['ptr = ptr:PyTest'],
22 },
23 - setup_requires=[
24 - 'hgtools',
25 - ],
26 )
27 if __name__ == '__main__':
28 setuptools.setup(**setup_params)