Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycountry/files: pycountry-0.15-setup.patch
Date: Sat, 29 Jun 2013 15:50:04
Message-Id: 20130629154958.5D6792171C@flycatcher.gentoo.org
1 idella4 13/06/29 15:49:58
2
3 Added: pycountry-0.15-setup.patch
4 Log:
5 bump; support for py2.5 dropped by discretion, py[3.1-2] and pypy according to changes in this version bump ex tox.ini, patch setup.patch to exclude 'optional' plugin type adjuncts to pytest which substitutes nosetests to run tests, test phase upgraded, fixes Bug #474680
6
7 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 dev-python/pycountry/files/pycountry-0.15-setup.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/files/pycountry-0.15-setup.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycountry/files/pycountry-0.15-setup.patch?rev=1.1&content-type=text/plain
14
15 Index: pycountry-0.15-setup.patch
16 ===================================================================
17 https://bitbucket.org/techtonik/pycountry/issue/9/can-pytest-extras-be-removed-015
18 diff -ur pycountry-0.15.orig/setup.py pycountry-0.15/setup.py
19 --- setup.py 2013-06-22 15:04:54.000000000 +0800
20 +++ setup.py 2013-06-29 23:27:39.566578125 +0800
21 @@ -24,7 +24,4 @@
22 include_package_data=True,
23 package_dir={'': 'src'},
24 install_requires=[
25 - 'pytest',
26 - 'pytest-capturelog',
27 - 'pytest-codecheckers',
28 - 'pytest-cov'])
29 + 'pytest'])