17 lines
620 B
Plaintext
17 lines
620 B
Plaintext
# Description: Django library to help interaction with Mailman
|
|
# URL: https://gitlab.com/mailman/django-mailman3
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
|
# Depends on: python3-django-allauth python3-django-gravatar2 python3-mailmanclient python3-pdm-backend
|
|
|
|
name=python3-django-mailman3
|
|
version=1.3.12
|
|
release=1
|
|
source=(https://pypi.org/packages/source/d/django_mailman3/django_mailman3-$version.tar.gz)
|
|
|
|
build() {
|
|
cd django_mailman3-$version
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
|
}
|