You are not logged in.

#1 2005-02-07 00:28:57

bigpod
Member
Registered: 2004-04-13
Posts: 16

[new] python-irclib 0.4.3

python-irclib

This library is intended to encapsulate the IRC protocol at a quite low level. It provides an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP and DCC connections.

pkgname=python-irclib
pkgver=0.4.3
pkgrel=1
pkgdesc="This library is intended to encapsulate the IRC protocol at a quite low level. It provides an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP and DCC connections."
depends=(python)
source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
url="http://python-irclib.sourceforge.net/"
md5sums=('304fb049a102cc0220efa3e9349cab36')

build() {
  cd $startdir/src/$pkgname-$pkgver
  python setup.py install --prefix=$startdir/pkg/usr
}

Offline

Board footer

Powered by FluxBB