void-packages/srcpkgs/python3-bottle/template
2020-10-10 10:22:25 -04:00

18 lines
542 B
Bash

# Template file for 'python3-bottle'
pkgname=python3-bottle
version=0.12.17
revision=4
wrksrc="bottle-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
short_desc="Fast and simple WSGI-framework for small web-applications (Python3)"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="MIT"
homepage="http://bottlepy.org"
distfiles="${PYPI_SITE}/b/bottle/bottle-${version}.tar.gz"
checksum=e9eaa412a60cc3d42ceb42f58d15864d9ed1b92e9d630b8130c871c5bb16107c
post_install() {
vlicense LICENSE
}