mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 12:31:07 -05:00
Bulk add setup.py
files + repair empty __maintainer__
lines (#48)
* Add missing setup.py's Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net> * Repair __maintainer__'s Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net> * Add requirements Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net> Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
b4f11088ec
commit
bb660d5fca
8
AzuraCast/setup.py
Normal file
8
AzuraCast/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'AzuraCast',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
@ -41,7 +41,7 @@ __version__ = "2020.02.24+git"
|
|||||||
|
|
||||||
# XXX Replace this with an appropriate author or supybot.Author instance.
|
# XXX Replace this with an appropriate author or supybot.Author instance.
|
||||||
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
|
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
|
||||||
__maintainer__ = {}
|
__maintainer__ = supybot.authors.unknown
|
||||||
|
|
||||||
# This is a dictionary mapping supybot.Author instances to lists of
|
# This is a dictionary mapping supybot.Author instances to lists of
|
||||||
# contributions.
|
# contributions.
|
||||||
|
8
Azure/setup.py
Normal file
8
Azure/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Azure',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
8
BotLibre/setup.py
Normal file
8
BotLibre/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'BotLibre',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
5
CAH/setup.py
Normal file
5
CAH/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'CAH',
|
||||||
|
)
|
9
CBB/setup.py
Normal file
9
CBB/setup.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'CBB',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
10
CFB/setup.py
Normal file
10
CFB/setup.py
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'CFB',
|
||||||
|
install_requires=[
|
||||||
|
'beautifulsoup4',
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
8
Cayenne/setup.py
Normal file
8
Cayenne/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Cayenne',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
5
Cobe/setup.py
Normal file
5
Cobe/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Cobe',
|
||||||
|
)
|
@ -42,7 +42,7 @@ __version__ = "2020.02.24+git"
|
|||||||
|
|
||||||
# XXX Replace this with an appropriate author or supybot.Author instance.
|
# XXX Replace this with an appropriate author or supybot.Author instance.
|
||||||
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
|
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
|
||||||
__maintainer__ = {}
|
__maintainer__ = supybot.authors.unknown
|
||||||
|
|
||||||
# This is a dictionary mapping supybot.Author instances to lists of
|
# This is a dictionary mapping supybot.Author instances to lists of
|
||||||
# contributions.
|
# contributions.
|
||||||
|
9
Corona/setup.py
Normal file
9
Corona/setup.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Corona',
|
||||||
|
install_requires=[
|
||||||
|
'beautifulsoup4',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
@ -42,7 +42,7 @@ __version__ = "2020.02.24+git"
|
|||||||
|
|
||||||
# XXX Replace this with an appropriate author or supybot.Author instance.
|
# XXX Replace this with an appropriate author or supybot.Author instance.
|
||||||
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
|
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
|
||||||
__maintainer__ = {}
|
__maintainer__ = supybot.authors.unknown
|
||||||
|
|
||||||
# This is a dictionary mapping supybot.Author instances to lists of
|
# This is a dictionary mapping supybot.Author instances to lists of
|
||||||
# contributions.
|
# contributions.
|
||||||
|
8
CoronaLight/setup.py
Normal file
8
CoronaLight/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'CoronaLight',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
9
Dice/setup.py
Normal file
9
Dice/setup.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Dice',
|
||||||
|
install_requires=[
|
||||||
|
'pylint',
|
||||||
|
'pytest',
|
||||||
|
],
|
||||||
|
)
|
5
DuckHunt/setup.py
Normal file
5
DuckHunt/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'DuckHunt',
|
||||||
|
)
|
9
Fun/setup.py
Normal file
9
Fun/setup.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Fun',
|
||||||
|
install_requires=[
|
||||||
|
'beautifulsoup4',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
8
Geo/setup.py
Normal file
8
Geo/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Geo',
|
||||||
|
install_requires=[
|
||||||
|
'geoip2',
|
||||||
|
],
|
||||||
|
)
|
@ -41,7 +41,7 @@ __version__ = "2020.02.24+git"
|
|||||||
|
|
||||||
# XXX Replace this with an appropriate author or supybot.Author instance.
|
# XXX Replace this with an appropriate author or supybot.Author instance.
|
||||||
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
|
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
|
||||||
__maintainer__ = {}
|
__maintainer__ = supybot.authors.unknown
|
||||||
|
|
||||||
# This is a dictionary mapping supybot.Author instances to lists of
|
# This is a dictionary mapping supybot.Author instances to lists of
|
||||||
# contributions.
|
# contributions.
|
||||||
|
8
GoogleCloud/setup.py
Normal file
8
GoogleCloud/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'GoogleCloud',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
5
HuntNFish/setup.py
Normal file
5
HuntNFish/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'HuntNFish',
|
||||||
|
)
|
5
IMDb/setup.py
Normal file
5
IMDb/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'IMDb',
|
||||||
|
)
|
13
Jeopardy/setup.py
Normal file
13
Jeopardy/setup.py
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Jeopardy',
|
||||||
|
install_requires=[
|
||||||
|
'beautifulsoup4',
|
||||||
|
'ftfy',
|
||||||
|
'jinja2',
|
||||||
|
'requests',
|
||||||
|
'textdistance',
|
||||||
|
'unidecode',
|
||||||
|
],
|
||||||
|
)
|
8
Lyrics/setup.py
Normal file
8
Lyrics/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Lyrics',
|
||||||
|
install_requires=[
|
||||||
|
'plyrics3',
|
||||||
|
],
|
||||||
|
)
|
8
NBA/setup.py
Normal file
8
NBA/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'NBA',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
],
|
||||||
|
)
|
9
NFL/setup.py
Normal file
9
NFL/setup.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'NFL',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'roman_numerals',
|
||||||
|
],
|
||||||
|
)
|
9
NHL/setup.py
Normal file
9
NHL/setup.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'NHL',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
9
Odds/setup.py
Normal file
9
Odds/setup.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Odds',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
9
PGA/setup.py
Normal file
9
PGA/setup.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'PGA',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
9
Soccer/setup.py
Normal file
9
Soccer/setup.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Soccer',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
9
TVMaze/setup.py
Normal file
9
TVMaze/setup.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'TVMaze',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
8
TextAdventures/setup.py
Normal file
8
TextAdventures/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'TextAdventures',
|
||||||
|
install_requires=[
|
||||||
|
'pexpect',
|
||||||
|
],
|
||||||
|
)
|
13
TextArt/setup.py
Normal file
13
TextArt/setup.py
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'TextArt',
|
||||||
|
install_requires=[
|
||||||
|
'beautifulsoup4',
|
||||||
|
'numpy',
|
||||||
|
'pexpect',
|
||||||
|
'pillow',
|
||||||
|
'pyimgur',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
5
TimeBomb/setup.py
Normal file
5
TimeBomb/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'TimeBomb',
|
||||||
|
)
|
5
Trackers/setup.py
Normal file
5
Trackers/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Trackers',
|
||||||
|
)
|
5
TriviaTime/setup.py
Normal file
5
TriviaTime/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'TriviaTime',
|
||||||
|
)
|
9
Tweety/setup.py
Normal file
9
Tweety/setup.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Tweety',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
'requests_oauthlib',
|
||||||
|
],
|
||||||
|
)
|
5
UNO/setup.py
Normal file
5
UNO/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'UNO',
|
||||||
|
)
|
5
Undercut/setup.py
Normal file
5
Undercut/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Undercut',
|
||||||
|
)
|
5
UndernetX/setup.py
Normal file
5
UndernetX/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'UndernetX',
|
||||||
|
)
|
5
Unicode/setup.py
Normal file
5
Unicode/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Unicode',
|
||||||
|
)
|
5
UrbanDictionary/setup.py
Normal file
5
UrbanDictionary/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'UrbanDictionary',
|
||||||
|
)
|
8
Weed/setup.py
Normal file
8
Weed/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'Weed',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
|
)
|
5
WolframAlpha/setup.py
Normal file
5
WolframAlpha/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'WolframAlpha',
|
||||||
|
)
|
5
WordGames/setup.py
Normal file
5
WordGames/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'WordGames',
|
||||||
|
)
|
8
WorldTime/setup.py
Normal file
8
WorldTime/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'WorldTime',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
],
|
||||||
|
)
|
@ -41,7 +41,7 @@ __version__ = "2020.05.21+git"
|
|||||||
|
|
||||||
# XXX Replace this with an appropriate author or supybot.Author instance.
|
# XXX Replace this with an appropriate author or supybot.Author instance.
|
||||||
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
|
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
|
||||||
__maintainer__ = {}
|
__maintainer__ = supybot.authors.unknown
|
||||||
|
|
||||||
# This is a dictionary mapping supybot.Author instances to lists of
|
# This is a dictionary mapping supybot.Author instances to lists of
|
||||||
# contributions.
|
# contributions.
|
||||||
|
5
YouTube/setup.py
Normal file
5
YouTube/setup.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from supybot.setup import plugin_setup
|
||||||
|
|
||||||
|
plugin_setup(
|
||||||
|
'YouTube',
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user