# Maintainer: Letu Ren # Contributor:: Ocelot <1112345@airmail.cc> pkgname=python-censys pkgver=2.2.2 pkgrel=1 pkgdesc="An easy-to-use and lightweight API wrapper for Censys APIs." arch=('any') url="https://github.com/censys/censys-python" license=('APACHE') depends=('python' 'python-requests' 'python-backoff' 'python-rich') makedepends=('python-build' 'python-installer' 'python-poetry-core') _name=${pkgname#python-} source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") sha256sums=('3099c91db4a97018a000265a2279a8e413bf40664f0cdd6c6eee1b550d4bf9d5') build() { cd "${_name}-${pkgver}" python -m build --wheel --no-isolation } package() { cd "${_name}-${pkgver}" python -m installer --destdir="$pkgdir" dist/*.whl }