# Description: Functions to compute fnctl.ioctl's opt argument # URL: http://github.com/vpelletier/python-ioctl-opt # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-ioctl-opt version=1.3.1 release=1 source=(https://github.com/vpelletier/python-ioctl-opt/archive/$version/$name-$version.tar.gz) build() { cd python-ioctl-opt-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl }