python-bottle: update to 0.12.17.

This commit is contained in:
Aluísio Augusto Silva Gonçalves 2019-06-24 12:05:30 -03:00 committed by Helmut Pozimski
parent 40e8780000
commit 270721e851

View file

@ -1,6 +1,6 @@
# Template file for 'python-bottle' # Template file for 'python-bottle'
pkgname=python-bottle pkgname=python-bottle
version=0.12.16 version=0.12.17
revision=1 revision=1
archs=noarch archs=noarch
wrksrc="bottle-${version}" wrksrc="bottle-${version}"
@ -11,8 +11,8 @@ short_desc="Fast and simple WSGI-framework for small web-applications (Python2)"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>" maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="MIT" license="MIT"
homepage="http://bottlepy.org" homepage="http://bottlepy.org"
distfiles="https://github.com/bottlepy/bottle/archive/${version}.tar.gz" distfiles="${PYPI_SITE}/b/bottle/bottle-${version}.tar.gz"
checksum=@71fc9dbf5159e2f37ae4a79dfa816538cb8ed7a6908f09e1086160055a2d0225 checksum=e9eaa412a60cc3d42ceb42f58d15864d9ed1b92e9d630b8130c871c5bb16107c
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE