contrib/python3-itsdangerous/Pkgfile

17 lines
587 B
Plaintext
Raw Normal View History

2022-03-27 19:10:19 +02:00
# Description: Various helpers to pass trusted data to untrusted environments
2024-04-17 18:52:12 +02:00
# URL: https://github.com/pallets/itsdangerous/
2022-03-27 19:10:19 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
2024-04-17 18:52:12 +02:00
# Depends on: python3-build python3-flit-core python3-installer python3-wheel
2022-03-27 19:10:19 +02:00
name=python3-itsdangerous
2024-04-17 18:52:12 +02:00
version=2.2.0
2022-03-27 19:10:19 +02:00
release=1
2024-04-17 18:52:12 +02:00
source=(https://pypi.org/packages/source/i/itsdangerous/itsdangerous-$version.tar.gz)
2022-03-27 19:10:19 +02:00
build() {
cd itsdangerous-$version
2024-04-17 18:52:12 +02:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
2022-03-27 19:10:19 +02:00
}