mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 05:23:02 +02:00
18 lines
702 B
Bash
18 lines
702 B
Bash
# Template file for 'python3-itsdangerous'
|
|
pkgname=python3-itsdangerous
|
|
version=2.2.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
checkdepends="python3-freezegun python3-pytest"
|
|
short_desc="Various helpers to pass trusted data to untrusted enviroments and back"
|
|
maintainer="Markus Berger <pulux@pf4sh.de>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://palletsprojects.com/projects/itsdangerous"
|
|
changelog="https://raw.githubusercontent.com/pallets/itsdangerous/refs/heads/main/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
|
|
checksum=e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|