1 pkgname=python-logbook-git
4 pkgdesc="Logging system for Python that aims to replace the standard library's logging module"
6 url="http://packages.python.org/Logbook/"
12 _gitroot="git://github.com/mitsuhiko/logbook.git"
17 msg "Connecting to GIT server...."
19 if [ -d $_gitname ] ; then
20 cd $_gitname && git pull origin
21 msg "The local files are updated."
23 git clone $_gitroot $_gitname
27 python setup.py install --root=${pkgdir} || return 1