void-packages/srcpkgs/python3-Werkzeug/template
2020-10-10 10:22:23 -04:00

21 lines
635 B
Bash

# Template file for 'python3-Werkzeug'
pkgname=python3-Werkzeug
version=1.0.1
revision=3
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="
python3-pytest python3-hypothesis python3-requests"
short_desc="Swiss Army knife of Python web development (Python3)"
maintainer="Markus Berger <pulux@pf4sh.de>"
license="BSD-3-Clause"
homepage="https://palletsprojects.com/p/werkzeug/"
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
checksum=6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c
post_install() {
vlicense LICENSE.rst
}