makedepends=(python python-build python-installer python-packaging python-setuptools python-wheel)
run=(python)

description="Cross platform time zone library for Python"
url="https://pypi.python.org/pypi/pytz"

packager="Great-OS Team"
maintainer="Great-OS Team"

name="python-pytz"
version="2026.1"
release=1

source=(https://pypi.io/packages/source/p/pytz/pytz-$version.tar.gz)

build() { 
  cd pytz-$version
  python3 -m build --wheel --no-isolation
  python3 -m installer --destdir="$PKG" dist/*.whl
}