# Description: Tzinfo object for the local timezone
# URL: https://github.com/regebro/tzlocal
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-wheel

name=python3-tzlocal
version=5.4.3
release=1
source=(https://files.pythonhosted.org/packages/source/t/tzlocal/tzlocal-$version.tar.gz)

build() {
  cd tzlocal-$version

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