Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/linkchecker/files: 7.0-unbundle.patch
Date: Sat, 28 May 2011 08:04:26
Message-Id: 20110528080416.81AC320057@flycatcher.gentoo.org
1 jlec 11/05/28 08:04:16
2
3 Added: 7.0-unbundle.patch
4 Log:
5 Version Bump
6
7 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-analyzer/linkchecker/files/7.0-unbundle.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/linkchecker/files/7.0-unbundle.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/linkchecker/files/7.0-unbundle.patch?rev=1.1&content-type=text/plain
14
15 Index: 7.0-unbundle.patch
16 ===================================================================
17 setup.py | 7 -------
18 1 files changed, 0 insertions(+), 7 deletions(-)
19
20 diff --git a/setup.py b/setup.py
21 index 8eace2a..e6aaf68 100644
22 --- a/setup.py
23 +++ b/setup.py
24 @@ -754,9 +754,6 @@ o a (Fast)CGI web interface (requires HTTP server)
25 'py2app': MyPy2app,
26 'register': MyRegister,
27 },
28 - package_dir = {
29 - 'dns': 'third_party/dnspython/dns',
30 - },
31 packages = [
32 'linkcheck',
33 'linkcheck.bookmarks',
34 @@ -769,10 +766,6 @@ o a (Fast)CGI web interface (requires HTTP server)
35 'linkcheck.HtmlParser',
36 'linkcheck.logger',
37 'linkcheck.network',
38 - 'dns',
39 - 'dns.rdtypes',
40 - 'dns.rdtypes.ANY',
41 - 'dns.rdtypes.IN',
42 ],
43 ext_modules = [
44 Extension('linkcheck.HtmlParser.htmlsax',