mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
PluginDownloader: drop legacy Python 2-only repos
Most of these haven't been updated in ~10 years and are unlikely to work out of the box today (obsolete web APIs, etc.)
This commit is contained in:
parent
b3443a5a4c
commit
8ccf2c7175
@ -201,65 +201,11 @@ repositories = utils.InsensitivePreservingDict({
|
|||||||
'progval',
|
'progval',
|
||||||
'Supybot-plugins'
|
'Supybot-plugins'
|
||||||
),
|
),
|
||||||
'quantumlemur': GithubRepository(
|
|
||||||
'quantumlemur',
|
|
||||||
'Supybot-plugins',
|
|
||||||
),
|
|
||||||
'stepnem': GithubRepository(
|
|
||||||
'stepnem',
|
|
||||||
'supybot-plugins',
|
|
||||||
),
|
|
||||||
'code4lib-snapshot':GithubRepository(
|
|
||||||
'code4lib',
|
|
||||||
'supybot-plugins',
|
|
||||||
'Supybot-plugins-20060723',
|
|
||||||
),
|
|
||||||
'code4lib-edsu': GithubRepository(
|
|
||||||
'code4lib',
|
|
||||||
'supybot-plugins',
|
|
||||||
'edsu-plugins',
|
|
||||||
),
|
|
||||||
'code4lib': GithubRepository(
|
|
||||||
'code4lib',
|
|
||||||
'supybot-plugins',
|
|
||||||
'plugins',
|
|
||||||
),
|
|
||||||
'nanotube-bitcoin': GithubRepository(
|
|
||||||
'nanotube',
|
|
||||||
'supybot-bitcoin-'
|
|
||||||
'marketmonitor',
|
|
||||||
),
|
|
||||||
'mtughan-weather': GithubRepository(
|
|
||||||
'mtughan',
|
|
||||||
'Supybot-Weather',
|
|
||||||
),
|
|
||||||
'SpiderDave': GithubRepository(
|
'SpiderDave': GithubRepository(
|
||||||
'SpiderDave',
|
'SpiderDave',
|
||||||
'spidey-supybot-plugins',
|
'spidey-supybot-plugins',
|
||||||
'Plugins',
|
'Plugins',
|
||||||
),
|
),
|
||||||
'doorbot': GithubRepository(
|
|
||||||
'hacklab',
|
|
||||||
'doorbot',
|
|
||||||
),
|
|
||||||
'boombot': GithubRepository(
|
|
||||||
'nod',
|
|
||||||
'boombot',
|
|
||||||
'plugins',
|
|
||||||
),
|
|
||||||
'mailed-notifier': GithubRepository(
|
|
||||||
'tbielawa',
|
|
||||||
'supybot-mailed-notifier',
|
|
||||||
),
|
|
||||||
'pingdom': GithubRepository(
|
|
||||||
'rynop',
|
|
||||||
'supyPingdom',
|
|
||||||
'plugins',
|
|
||||||
),
|
|
||||||
'scrum': GithubRepository(
|
|
||||||
'amscanne',
|
|
||||||
'supybot-scrum',
|
|
||||||
),
|
|
||||||
'Hoaas': GithubRepository(
|
'Hoaas': GithubRepository(
|
||||||
'Hoaas',
|
'Hoaas',
|
||||||
'Supybot-plugins'
|
'Supybot-plugins'
|
||||||
@ -268,23 +214,11 @@ repositories = utils.InsensitivePreservingDict({
|
|||||||
'nyuszika7h',
|
'nyuszika7h',
|
||||||
'limnoria-plugins'
|
'limnoria-plugins'
|
||||||
),
|
),
|
||||||
'nyuszika7h-old': GithubRepository(
|
|
||||||
'nyuszika7h',
|
|
||||||
'Supybot-plugins'
|
|
||||||
),
|
|
||||||
'resistivecorpse': GithubRepository(
|
|
||||||
'resistivecorpse',
|
|
||||||
'supybot-plugins'
|
|
||||||
),
|
|
||||||
'frumious': GithubRepository(
|
'frumious': GithubRepository(
|
||||||
'frumiousbandersnatch',
|
'frumiousbandersnatch',
|
||||||
'sobrieti-plugins',
|
'sobrieti-plugins',
|
||||||
'plugins',
|
'plugins',
|
||||||
),
|
),
|
||||||
'jonimoose': GithubRepository(
|
|
||||||
'Jonimoose',
|
|
||||||
'Supybot-plugins',
|
|
||||||
),
|
|
||||||
'skgsergio': GithubRepository(
|
'skgsergio': GithubRepository(
|
||||||
'skgsergio',
|
'skgsergio',
|
||||||
'Limnoria-plugins',
|
'Limnoria-plugins',
|
||||||
|
@ -62,7 +62,7 @@ class PluginDownloaderTestCase(PluginTestCase):
|
|||||||
|
|
||||||
def testRepolist(self):
|
def testRepolist(self):
|
||||||
self.assertRegexp('repolist', '(.*, )?progval(, .*)?')
|
self.assertRegexp('repolist', '(.*, )?progval(, .*)?')
|
||||||
self.assertRegexp('repolist', '(.*, )?quantumlemur(, .*)?')
|
self.assertRegexp('repolist', '(.*, )?jlu5(, .*)?')
|
||||||
self.assertRegexp('repolist progval', '(.*, )?AttackProtector(, .*)?')
|
self.assertRegexp('repolist progval', '(.*, )?AttackProtector(, .*)?')
|
||||||
|
|
||||||
def testInstallprogval(self):
|
def testInstallprogval(self):
|
||||||
@ -76,29 +76,6 @@ class PluginDownloaderTestCase(PluginTestCase):
|
|||||||
self.assertRegexp('plugindownloader install progval Darcs',
|
self.assertRegexp('plugindownloader install progval Darcs',
|
||||||
'Error:.*not available.*supybot.commands.allowShell')
|
'Error:.*not available.*supybot.commands.allowShell')
|
||||||
|
|
||||||
def testInstallQuantumlemur(self):
|
|
||||||
self.assertError('plugindownloader install quantumlemur AttackProtector')
|
|
||||||
self.assertNotError('plugindownloader install quantumlemur Listener')
|
|
||||||
self.assertError('plugindownloader install quantumlemur AttackProtector')
|
|
||||||
self._testPluginInstalled('Listener')
|
|
||||||
|
|
||||||
def testInstallStepnem(self):
|
|
||||||
self.assertNotError('plugindownloader install stepnem Freenode')
|
|
||||||
self._testPluginInstalled('Freenode')
|
|
||||||
|
|
||||||
def testInstallNanotubeBitcoin(self):
|
|
||||||
self.assertNotError('plugindownloader install nanotube-bitcoin GPG')
|
|
||||||
self._testPluginInstalled('GPG')
|
|
||||||
|
|
||||||
def testInstallMtughanWeather(self):
|
|
||||||
self.assertNotError('plugindownloader install mtughan-weather '
|
|
||||||
'WunderWeather')
|
|
||||||
self._testPluginInstalled('WunderWeather')
|
|
||||||
|
|
||||||
def testInstallSpiderDave(self):
|
|
||||||
self.assertNotError('plugindownloader install SpiderDave Pastebin')
|
|
||||||
self._testPluginInstalled('Pastebin')
|
|
||||||
|
|
||||||
def testInstallNonAsciiInit(self):
|
def testInstallNonAsciiInit(self):
|
||||||
self.assertNotError('plugindownloader install Hoaas DuckDuckGo')
|
self.assertNotError('plugindownloader install Hoaas DuckDuckGo')
|
||||||
self._testPluginInstalled('DuckDuckGo')
|
self._testPluginInstalled('DuckDuckGo')
|
||||||
|
Loading…
Reference in New Issue
Block a user