# Description: JSON Web Token implementation in Python # URL: https://github.com/jpadilla/pyjwt # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: python3-build python3-wheel python3-installer name=python3-pyjwt version=2.10.1 release=1 source=(https://github.com/jpadilla/pyjwt/archive/$version/pyjwt-$version.tar.gz) build() { cd pyjwt-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl }