contrib/python3-werkzeug/Pkgfile

17 lines
544 B
Plaintext
Raw Normal View History

2022-03-27 19:08:11 +02:00
# Description: Swiss Army knife of Python web development
# URL: http://werkzeug.pocoo.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
2024-05-06 23:11:22 +02:00
# Depends on: python3-build python3-installer python3-markupsafe python3-wheel
2022-03-27 19:08:11 +02:00
name=python3-werkzeug
2024-05-06 23:11:22 +02:00
version=3.0.3
2022-03-27 19:08:11 +02:00
release=1
source=(https://github.com/pallets/werkzeug/archive/$version/$name-$version.tar.gz)
build() {
cd werkzeug-$version
2023-04-28 16:02:57 +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:08:11 +02:00
}