1 # Contributor: Tomas Schertel<tschertel@gmail.com>
7 pkgdesc="logging sytem for Python that replaces the standard library’s logging module"
9 url="http://packages.python.org/Logbook/index.html"
11 depends=('python>=2.6')
12 makedepends=('setuptools')
13 source=("http://pypi.python.org/packages/source/L/Logbook/${_dlpkgname}-${pkgver}.tar.gz")
14 md5sums=('d83d3dc7353668c01119f3b50cde2005')
17 cd ${srcdir}/${_dlpkgname}-${pkgver}
18 python setup.py install --root=${pkgdir} || return 1