void-packages/srcpkgs/python3-itsdangerous/template
2021-10-09 08:00:30 -04:00

20 lines
631 B
Bash

# Template file for 'python3-itsdangerous'
pkgname=python3-itsdangerous
version=2.0.1
revision=2
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
short_desc="Various helpers to pass trusted data to untrusted enviroments and back"
maintainer="Markus Berger <pulux@pf4sh.de>"
license="BSD-3-Clause"
homepage="http://github.com/mitsuhiko/itsdangerous"
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
checksum=9e724d68fc22902a1435351f84c3fb8623f303fffcc566a4cb952df8c572cff0
post_install() {
vlicense LICENSE.rst
}