18 lines
542 B
Bash
18 lines
542 B
Bash
# Template file for 'python3-bottle'
|
|
pkgname=python3-bottle
|
|
version=0.12.19
|
|
revision=1
|
|
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=a9d73ffcbc6a1345ca2d7949638db46349f5b2b77dac65d6494d45c23628da2c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|