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.9-remove-argparse.patch
Date: Fri, 02 May 2014 13:39:12
Message-Id: 20140502133907.DEAE42004C@flycatcher.gentoo.org
1 blueness 14/05/02 13:39:07
2
3 Added: obfsproxy-0.2.9-remove-argparse.patch
4 Log:
5 Version bump, remove older
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.9-remove-argparse.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/obfsproxy/files/obfsproxy-0.2.9-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.9-remove-argparse.patch?rev=1.1&content-type=text/plain
14
15 Index: obfsproxy-0.2.9-remove-argparse.patch
16 ===================================================================
17 diff -Naur obfsproxy-0.2.9.orig/setup.py obfsproxy-0.2.9/setup.py
18 --- obfsproxy-0.2.9.orig/setup.py 2014-05-01 14:37:27.000000000 -0400
19 +++ obfsproxy-0.2.9/setup.py 2014-05-02 09:28:37.278675261 -0400
20 @@ -32,7 +32,6 @@
21 'setuptools',
22 'PyCrypto',
23 'Twisted',
24 - 'argparse',
25 'pyptlib >= 0.0.6',
26 'pyyaml'
27 ],