From f396e698dc998db52b4b0afed5ef8657b86b34b1 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 7 Sep 2022 14:45:59 +0530 Subject: [PATCH] python3-bottle: update to 0.12.23. --- srcpkgs/python3-bottle/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template index fd54b47fde51..8916f7042e24 100644 --- a/srcpkgs/python3-bottle/template +++ b/srcpkgs/python3-bottle/template @@ -1,17 +1,19 @@ # Template file for 'python3-bottle' pkgname=python3-bottle -version=0.12.19 -revision=2 +version=0.12.23 +revision=1 wrksrc="bottle-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" +checkdepends="${depends} python3-Mako python3-Jinja2 python3-pytest-xdist" short_desc="Fast and simple WSGI-framework for small web-applications (Python3)" maintainer="Aluísio Augusto Silva Gonçalves " license="MIT" -homepage="http://bottlepy.org" +homepage="https://bottlepy.org" +changelog="https://raw.githubusercontent.com/bottlepy/bottle/master/docs/changelog.rst" distfiles="${PYPI_SITE}/b/bottle/bottle-${version}.tar.gz" -checksum=a9d73ffcbc6a1345ca2d7949638db46349f5b2b77dac65d6494d45c23628da2c +checksum=683de3aa399fb26e87b274dbcf70b1a651385d459131716387abdc3792e04167 post_install() { vlicense LICENSE