contrib/python3-tzlocal/Pkgfile

17 lines
529 B
Plaintext

# Description: Tzinfo object for the local timezone
# URL: https://github.com/regebro/tzlocal
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-build python3-installer python3-wheel
name=python3-tzlocal
version=5.2
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 --compile-bytecode 2 --destdir=$PKG dist/*.whl
}