X-Git-Url: http://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=sid%2Farchive.py;h=808e364a3f1d53b533bf788102bf727f6afc86f6;hp=b8cbfa408b22fa215f5055baf292d584671fd8e0;hb=dc4ac4f37ac6b92014ec41f6233ada96c8484adb;hpb=912b046c8bdf24a2e8a477269256ad99593f0728 diff --git a/sid/archive.py b/sid/archive.py index b8cbfa4..808e364 100644 --- a/sid/archive.py +++ b/sid/archive.py @@ -22,9 +22,11 @@ from .lib import get_pkg class Archive(Plugin): - """Fetch package info from the archive + """Fetches package info from the archive """ + #: Current stable Suite stable_codename = 'buster' + #: Pakage name regexp re_pkg = re_compile(r'(?P[0-9a-z.+-]+)$') def __init__(self, bot): @@ -32,10 +34,9 @@ class Archive(Plugin): @botcmd def archive(self, rcv, args): - """Fetch pkg versions info from the archive: - - !archive pkg-name : Returns package versions (by suite) """ + **command** ``!archive pkg-name`` : Returns package versions + (by suite)""" if not args: return if len(args) > 1: