contrib/python3-automat/Pkgfile

17 lines
540 B
Plaintext

# Description: Self-service finite-state machines for the programmer on the go.
# URL: https://pypi.python.org/pypi/automat
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-attrs python3-m2r python3-six
name=python3-automat
version=24.8.1
release=1
source=(https://pypi.org/packages/source/a/automat/automat-$version.tar.gz)
build() {
cd automat-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}