20 lines
631 B
Bash
20 lines
631 B
Bash
# Template file for 'python3-itsdangerous'
|
|
pkgname=python3-itsdangerous
|
|
version=2.0.1
|
|
revision=1
|
|
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
|
|
}
|