# Description: A web interface to access GNU Mailman v3 archives # URL: https://gitlab.com/mailman/hyperkitty # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: python3-django-compressor python3-django-extensions python3-django-haystack python3-django-mailman3 python3-django-q python3-django-rest-framework python3-flufl-lock python3-isort python3-mistune0 python3-networkx python3-robot-detection python3-whoosh sassc # Optional: python3-django-debug-toolbar python3-elasticsearch python3-xapian-haystack name=hyperkitty version=1.3.8 release=1 source=(https://pypi.org/packages/source/H/HyperKitty/HyperKitty-$version.tar.gz) build() { cd HyperKitty-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl }