# Description: Fancy PyPI READMEs with Hatch
# URL: https://github.com/hynek/hatch-fancy-pypi-readme
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: python3-hatchling

name=python3-hatch-fancy-pypi-readme
version=25.1.0
release=1
source=(https://github.com/hynek/hatch-fancy-pypi-readme/archive/$version/$name-$version.tar.gz)

build() {
    cd hatch-fancy-pypi-readme-$version
    /usr/bin/python3 -m build --wheel --no-isolation
    /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
}
