# Description: Email bounce detectors
# URL: https://fluflbounce.readthedocs.io/en/latest/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-atpublic python3-zope-interface

name=python3-flufl-bounce
version=4.0
release=2
source=(https://gitlab.com/warsaw/flufl.bounce/-/archive/$version/flufl.bounce-$version.tar.bz2)

build() {
  cd flufl.bounce-$version

  /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
  /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
}
