# Maintainer: lilydjwg <lilydjwg@gmail.com>
# Contributor: Gilles Hamel <hamelg@laposte.net>
pkgname=python-whisper
pkgver=1.1.10
pkgrel=6
pkgdesc='Fixed-size database that provides fast, reliable storage of numeric data over time.'
arch=('any')
url='https://github.com/graphite-project/whisper'
license=('Apache')
depends=('python')
makedepends=('python-setuptools')
options=(!emptydirs)
source=($pkgname-$pkgver.tar.gz::"https://github.com/graphite-project/whisper/archive/$pkgver.tar.gz")
md5sums=('a45cd7bc76df9e887674b1984f83f72f')
conflicts=(python2-whisper)

package() {
  cd "$srcdir/whisper-$pkgver"
  python setup.py install --root="$pkgdir/" --optimize=1
}

# vim:set ts=2 sw=2 et:
