# Contributor: Carlo Landmeter # Maintainer: Francesco Colista pkgname=certbot pkgver=1.2.0 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" arch="noarch" license="Apache-2.0" depends=" py3-acme py3-configargparse py3-configobj py3-cryptography py3-distro py3-distutils-extra py3-josepy py3-mock py3-parsedatetime py3-pyrfc3339 py3-tz py3-setuptools py3-zope-component py3-zope-interface " checkdepends="py3-augeas" replaces="letsencrypt" source="https://pypi.io/packages/source/c/certbot/certbot-$pkgver.tar.gz cerbot_py3_looseversion.patch" build() { python3 setup.py build } check() { python3 setup.py check } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="e4e3855c8f3dde27554932a4db226c93b16588d91eed07415a7161776b93d1d006313ccaf10a05c5dc369843f4141dec2b0f98201967995b83ea3a036837cda7 certbot-1.2.0.tar.gz 880c462d225567047e30c91e6f0cb57d8fff53785fb99430f1505051a6eb76252ee0aa82367d1e1ecc89030b06f82d2bac79a64f5f50f759db97d32d0e0f3fa0 cerbot_py3_looseversion.patch"