Commit f4aef938 authored by wbond's avatar wbond

Latest compatibility changes

parent 0a6a0d65
...@@ -191,7 +191,6 @@ with open(old_repositories_json_path, encoding='utf-8') as of: ...@@ -191,7 +191,6 @@ with open(old_repositories_json_path, encoding='utf-8') as of:
'SublimeGit', 'SublimeGit',
'SublimeInsertDatetime', 'SublimeInsertDatetime',
'SublimeREPL', 'SublimeREPL',
'Sublimerge',
'SublimeSBT', 'SublimeSBT',
'SublimeTmpl', 'SublimeTmpl',
'Surround', 'Surround',
...@@ -241,7 +240,10 @@ with open(old_repositories_json_path, encoding='utf-8') as of: ...@@ -241,7 +240,10 @@ with open(old_repositories_json_path, encoding='utf-8') as of:
'Diagram', 'Diagram',
'Japanize', 'Japanize',
'SimpleClone', 'SimpleClone',
'MacTerminal' 'MacTerminal',
'rsub',
'Pman',
'Gist'
] ]
# These packages have a separate branch for ST3 # These packages have a separate branch for ST3
...@@ -274,7 +276,8 @@ with open(old_repositories_json_path, encoding='utf-8') as of: ...@@ -274,7 +276,8 @@ with open(old_repositories_json_path, encoding='utf-8') as of:
'SublimeXiki': 'st3', 'SublimeXiki': 'st3',
'Tag': 'st3', 'Tag': 'st3',
'WordCount': 'st3', 'WordCount': 'st3',
'Code Runner': 'SublimeText3' 'Code Runner': 'SublimeText3',
'Sublimerge': 'sublime-text-3'
} }
no_python = [ no_python = [
...@@ -657,7 +660,8 @@ with open(old_repositories_json_path, encoding='utf-8') as of: ...@@ -657,7 +660,8 @@ with open(old_repositories_json_path, encoding='utf-8') as of:
'Zenoss', 'Zenoss',
'Zissou Color Schemes', 'Zissou Color Schemes',
'Zurb Foundation 4 Snippets', 'Zurb Foundation 4 Snippets',
'Mustang Color Scheme' 'Mustang Color Scheme',
'Kimbie Color Scheme'
] ]
st3_only = [ st3_only = [
...@@ -679,7 +683,8 @@ with open(old_repositories_json_path, encoding='utf-8') as of: ...@@ -679,7 +683,8 @@ with open(old_repositories_json_path, encoding='utf-8') as of:
'Package Bundler', 'Package Bundler',
'Koan', 'Koan',
'StickySearch', 'StickySearch',
'CodeSearch' 'CodeSearch',
'Anaconda'
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment