updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / python2-logbook / PKGBUILD
blobc07535cce804516290a8a62ad078b4e66755be03
1 # Contributor: Tomas Schertel<tschertel@gmail.com>
3 pkgname=python2-logbook
4 _dlpkgname=Logbook
5 pkgver=0.3
6 pkgrel=1
7 pkgdesc="logging sytem for Python that replaces the standard library’s logging module"
8 arch=(any)
9 url="http://packages.python.org/Logbook/index.html"
10 license=('BSD')
11 depends=('python2>=2.6')
12 makedepends=('setuptools')
13 source=("http://pypi.python.org/packages/source/L/Logbook/${_dlpkgname}-${pkgver}.tar.gz")
14 md5sums=('f6db00f52bd4629b154c205252461719')
16 build() {
17   cd ${srcdir}/${_dlpkgname}-${pkgver}
18   python2 setup.py install --root=${pkgdir} || return 1