# Description: FrozenList is a list-like structure which can be made immutable # URL: https://github.com/aio-libs/frozenlist # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-cython python3-expandvars name=python3-frozenlist version=1.8.0 release=1 source=(https://github.com/aio-libs/frozenlist/archive/v$version/frozenlist-$version.tar.gz) build() { cd frozenlist-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }