17 lines
544 B
Plaintext
17 lines
544 B
Plaintext
|
# Description: Email bounce detectors
|
||
|
# URL: https://fluflbounce.readthedocs.io/en/latest/
|
||
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||
|
# Depends on: python3-atpublic python3-zope-interface
|
||
|
|
||
|
name=python3-flufl-bounce
|
||
|
version=4.0
|
||
|
release=1
|
||
|
source=(https://gitlab.com/warsaw/flufl.bounce/-/archive/$version/flufl.bounce-$version.tar.bz2)
|
||
|
|
||
|
build() {
|
||
|
cd flufl.bounce-$version
|
||
|
|
||
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
||
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
||
|
}
|