Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/obfsproxy/files: obfsproxy-0.2.8-remove-argparse.patch
Date: Sat, 29 Mar 2014 19:16:13
Message-Id: 20140329191607.1C0FE20054@flycatcher.gentoo.org
1 blueness 14/03/29 19:16:07
2
3 Added: obfsproxy-0.2.8-remove-argparse.patch
4 Log:
5 Version bump, fix bug #505086
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.1 net-proxy/obfsproxy/files/obfsproxy-0.2.8-remove-argparse.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/obfsproxy/files/obfsproxy-0.2.8-remove-argparse.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/obfsproxy/files/obfsproxy-0.2.8-remove-argparse.patch?rev=1.1&content-type=text/plain
14
15 Index: obfsproxy-0.2.8-remove-argparse.patch
16 ===================================================================
17 diff -Naur obfsproxy-0.2.8.orig/setup.py obfsproxy-0.2.8/setup.py
18 --- obfsproxy-0.2.8.orig/setup.py 2014-03-27 13:24:39.000000000 -0400
19 +++ obfsproxy-0.2.8/setup.py 2014-03-29 15:10:05.063283282 -0400
20 @@ -32,7 +32,6 @@
21 'setuptools',
22 'PyCrypto',
23 'Twisted',
24 - 'argparse',
25 'pyptlib >= 0.0.5',
26 'pyyaml'
27 ],