# 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-wheel name=python3-pyjwt version=2.10.1 release=2 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 --destdir=$PKG dist/*.whl }