contrib/postorius/Pkgfile

17 lines
534 B
Plaintext

# Description: The New Mailman Web UI
# URL: https://gitlab.com/mailman/postorius
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: mailman python3-django-mailman3 python3-readme-renderer
name=postorius
version=1.3.10
release=1
source=(https://gitlab.com/mailman/postorius/-/archive/v$version/postorius-v$version.tar.bz2)
build() {
cd $name-v$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}