# Description: Simple, fast, extensible JSON encoder/decoder for Python # URL: https://github.com/simplejson/simplejson # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-simplejson version=4.1.1 release=1 source=(https://github.com/simplejson/simplejson/archive/v$version/$name-$version.tar.gz) build() { cd simplejson-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }