# Description: An easy whitelist-based HTML-sanitizing tool
# URL: https://github.com/mozilla/bleach
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-webencodings python3-wheel
name=python3-bleach
version=6.3.0
release=1
source=(https://pypi.org/packages/source/b/bleach/bleach-$version.tar.gz)
build() {
cd bleach-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
}