# Maintainer: Achmad Fathoni # Co-Maintainer: Mark Wagie pkgname=python-types-python-dateutil _name=${pkgname:7} pkgver=2.9.0.20240315 pkgrel=1 pkgdesc="Typing stubs for python-dateutil" arch=('any') url="https://github.com/python/typeshed" license=('Apache-2.0') depends=('python') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") sha256sums=('c1f6310088eb9585da1b9f811765b989ed2e2cdd4203c1a367e944b666507e4e') build() { cd "$_name-$pkgver" python -m build --wheel --no-isolation } package() { cd "$_name-$pkgver" python -m installer --destdir="$pkgdir" dist/*.whl }