# Description: Helpful functions for Python # URL: https://github.com/domdfcoding/domdf_python_tools # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-hatch-requirements-txt python3-natsort name=python3-domdf-python-tools version=3.10.0 release=1 source=(https://pypi.org/packages/source/d/domdf_python_tools/domdf_python_tools-$version.tar.gz) build() { cd domdf_python_tools-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl }