# Description: A simple wrapper around optparse for powerful command line utilities
# URL: http://click.pocoo.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-wheel

name=python3-click
version=8.2.0
release=1
source=(https://github.com/pallets/click/archive/$version/click-$version.tar.gz)

build() {
  cd click-$version

  /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
  /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}
