# Description: Compatibility shim to ease adoption of importlib_metadata 3.6 # URL: https://github.com/jaraco/backports.entry_points_selectable # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-setuptools-scm name=python3-backports_entry-points-selectable version=1.3.0 release=1 source=(https://pypi.python.org/packages/source/b/backports.entry_points_selectable/backports.entry_points_selectable-$version.tar.gz) build() { cd backports.entry_points_selectable-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl }