# Description: Platform-independent file locking module # URL:https://github.com/openstack/pylockfile # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-pbr name=python3-lockfile version=0.12.2 release=2 source=(https://files.pythonhosted.org/packages/source/l/lockfile/lockfile-$version.tar.gz) build() { cd lockfile-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }