# Description: Backported and Experimental Type Hints for Python 3.5+ # URL: https://github.com/python/typing_extensions # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-build python3-flit-core python3-installer name=python3-typing_extensions version=4.10.0 release=1 source=(https://pypi.org/packages/source/t/typing_extensions/typing_extensions-$version.tar.gz) build() { cd typing_extensions-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --compile-bytecode 0 --destdir=$PKG dist/*.whl }