# Template file for 'python3-certifi' pkgname=python3-certifi version=2020.12.05 revision=1 wrksrc="python-certifi-${version}" build_style=python3-module hostmakedepends="python3-setuptools" short_desc="Curated collection of Root Certificates" maintainer="Karl Nilsson " license="MPL-2.0" homepage="https://certifi.io" distfiles="https://github.com/certifi/python-certifi/archive/${version}.tar.gz" checksum=2434d33b445587b2f767fc56390589809b799fb218b5fb97697ed93989953adf do_check() { cd build/lib python3 -c 'import certifi as m; print(m)' }