# Description: Visually (c)lean, responsive, configurable theme for Sphinx.
# URL: https://alabaster.readthedocs.io/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-wheel

name=python3-alabaster
version=1.0.0
release=2
source=(https://github.com/bitprophet/${name#*-}/archive/$version/${name#*-}-$version.tar.gz)

build() {
  cd alabaster-$version

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