X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sid%2Farchive.py;h=68c841e21d0f13f34b2d1dfefd1d4d97a5e993fc;hb=HEAD;hp=808e364a3f1d53b533bf788102bf727f6afc86f6;hpb=dc4ac4f37ac6b92014ec41f6233ada96c8484adb;p=sid.git diff --git a/sid/archive.py b/sid/archive.py index 808e364..e399a59 100644 --- a/sid/archive.py +++ b/sid/archive.py @@ -1,19 +1,10 @@ # -*- coding: utf-8 -*- +# SPDX-FileCopyrightText: 2020 kaliko +# SPDX-License-Identifier: GPL-3.0-or-later +"""Fetch packages info from the archive -# Copyright (C) 2020 kaliko - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, version 3 only. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - +>>> from sid.archive import Archive +""" from re import compile as re_compile @@ -34,9 +25,9 @@ class Archive(Plugin): @botcmd def archive(self, rcv, args): - """ - **command** ``!archive pkg-name`` : Returns package versions - (by suite)""" + """Fetches package info from the archive + + ``!archive pkg-name`` : Returns package versions (by suite)""" if not args: return if len(args) > 1: