Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37594760
en ru br
Репозитории ALT
5.1: 0.83.4.1-alt1
4.1: 0.83.3-alt1.1
4.0: 0.83.2-alt1.1
www.altlinux.org/Changes

Группа :: Сети/IRC
Пакет: Supybot

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: Supybot
Version: 0.83.4.1
Release: alt1

Summary: IRC bot written in Python
License: BSD
Group: Networking/IRC

Url: http://supybot.sourceforge.net/

BuildArch: noarch

Packager: Andrey Rahmatullin <wrar at altlinux.ru>

Source0: %name-%version.tar
Patch: %name-%version-%release.patch

# some plugins were merged

Conflicts: Supybot-plugins  < 20060723-alt4
Conflicts: python-module-supybot-plugins < 20060723-alt4

%setup_python_module supybot
%add_python_req_skip _winreg
%py_requires dateutil feedparser sqlite
# NB: simplejson is not needed for py2.6
Requires: python-module-simplejson >= 2.0.9

%description
Supybot is a flexible IRC bot written in python.
It features many plugins, is easy to extend and to use.

To run it, just use supybot-wizard to create the configuration file.

%prep
%setup
%patch -p1

# simplejson

rm -rf plugins/Google/local/
# feedparser
rm -rf plugins/RSS/local/
# dateutil
rm -rf plugins/Time/local/

%build
%python_build

%install
%python_install
mkdir -p %buildroot%_man1dir
cp -a docs/man/* %buildroot%_man1dir
rm -rf docs/man/

%files
%_bindir/*
%python_sitelibdir/supybot/
%python_sitelibdir/*.egg-info
%_mandir/man?/*
%doc ACKS LICENSE README RELNOTES ChangeLog docs/
#%%doc sandbox/Debug/

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin