# Contributor: Paul Kilar # Maintainer: Paul Kilar pkgname=py3-bottle _pkgname=bottle pkgver=0.12.18 pkgrel=0 pkgdesc="A fast, simple and lightweight WSGI micro web-framework" options="!check" # failures=1 url="https://bottlepy.org/docs/dev" arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" replaces="py-bottle" # Backwards compatibility provides="py-bottle=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build } check() { python3 test/testall.py } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="db8a341cd80d755205518bb9eac5b79dca9e541ab3ad9d9d57f891d895f7df75a8facd16b068cbdf7c4f884f35e384449f4cbd565a43e9c5d000d3a9f5b7dcb0 bottle-0.12.18.tar.gz"