Index: devel/tortoisehg/files/patch-setup.py =================================================================== --- devel/tortoisehg/files/patch-setup.py +++ devel/tortoisehg/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2016-11-03 15:31:44 UTC -+++ setup.py -@@ -452,7 +452,7 @@ class build(_build_orig): +--- setup.py.orig 2016-11-03 16:31:44.000000000 +0100 ++++ setup.py 2017-01-20 20:29:41.807521000 +0100 +@@ -452,7 +452,7 @@ lambda self: 'py2app' in self.distribution.commands), ('build_ui', None), ('build_qrc', lambda self: 'py2exe' in self.distribution.commands), @@ -9,7 +9,16 @@ ] + _build_orig.sub_commands class clean(_clean_orig): -@@ -666,10 +666,10 @@ def setup_posix(): +@@ -658,7 +658,7 @@ + # Specific definitios for Posix installations + _extra = {} + _scripts = ['thg'] +- _packages = ['tortoisehg', 'tortoisehg.hgqt', 'tortoisehg.util', 'hgext3rd'] ++ _packages = ['tortoisehg', 'tortoisehg.hgqt', 'tortoisehg.util'] + _data_files = [] + # .svg and .png are loaded by thg, .ico by nautilus extension + for root, dirs, files in os.walk('icons'): +@@ -666,10 +666,10 @@ dirs.remove('svg') # drop source of .ico files _data_files.append((os.path.join('share/pixmaps/tortoisehg', root), [os.path.join(root, f) for f in files]))