# Description: optional static type checker for Python # URL: https://www.mypy-lang.org/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-typing_extensions python3-wheel name=python3-mypy-extensions version=1.1.0 release=1 source=(https://pypi.org/packages/source/m/mypy_extensions/mypy_extensions-$version.tar.gz) build() { cd mypy_extensions-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }