19 lines
597 B
Bash
19 lines
597 B
Bash
# Template file for 'python3-itsdangerous'
|
|
pkgname=python3-itsdangerous
|
|
version=2.1.2
|
|
revision=3
|
|
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=5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|