# Description: Extensible memoizing collections and decorators # URL: https://github.com/tkem/cachetools # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-cachetools version=6.2.2 release=1 source=(https://github.com/tkem/cachetools/archive/v$version/$name-$version.tar.gz) build() { cd cachetools-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }