# Description: Brave's adblock library in Python # URL: https://github.com/arnidagur/python-adblock # Maintainer: Shokara Kou, kou at 13f0 dot net # Depends on: python3-maturin python3-toml name=python3-adblock version=0.7.0 release=1 source=(https://git.vineetk.net/vin/python-adblock/archive/0.7.0.tar.gz) build() { cd python-adblock #maturin build --release --sdist --out dist/ python3 -m build --wheel --skip-dependency-check --no-isolation python3 -m installer --destdir=$PKG dist/*.whl }