X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=net-analyzer%2Flinkchecker%2Ffiles%2Flinkchecker-9.2-unbundle.patch;fp=net-analyzer%2Flinkchecker%2Ffiles%2Flinkchecker-9.2-unbundle.patch;h=598f856b00071d629d09b0c5614ec2cb0393d40a;hb=dc2bba3b259f780f6c7be9252e4e57c3afa2d419;hp=0000000000000000000000000000000000000000;hpb=c9a8f2a15d5157a9a774e448bd4bbef0e64f2f12;p=mjo-overlay.git diff --git a/net-analyzer/linkchecker/files/linkchecker-9.2-unbundle.patch b/net-analyzer/linkchecker/files/linkchecker-9.2-unbundle.patch new file mode 100644 index 0000000..598f856 --- /dev/null +++ b/net-analyzer/linkchecker/files/linkchecker-9.2-unbundle.patch @@ -0,0 +1,30 @@ + setup.py | 7 ------- + 1 file changed, 7 deletions(-) + +diff --git a/setup.py b/setup.py +old mode 100755 +new mode 100644 +index dc30a7d..d62622b +--- a/setup.py ++++ b/setup.py +@@ -900,9 +900,6 @@ o a command line, GUI and web interface + 'py2exe': MyPy2exe, + 'py2app': MyPy2app, + }, +- package_dir = { +- 'linkcheck_dns.dns': 'third_party/dnspython/dns', +- }, + packages = [ + 'linkcheck', + 'linkcheck.bookmarks', +@@ -917,10 +914,6 @@ o a command line, GUI and web interface + 'linkcheck.network', + 'linkcheck.parser', + 'linkcheck.plugins', +- 'linkcheck_dns.dns', +- 'linkcheck_dns.dns.rdtypes', +- 'linkcheck_dns.dns.rdtypes.ANY', +- 'linkcheck_dns.dns.rdtypes.IN', + ], + ext_modules = [ + Extension('linkcheck.HtmlParser.htmlsax',