# 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 python3-typing_extensions

name=python3-domdf-python-tools
version=3.10.0
release=2
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 --destdir=$PKG dist/*.whl
}
