# Template file for 'python3-certifi' pkgname=python3-certifi version=2025.1.31 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 ca-certificates" short_desc="Curated collection of Root Certificates" maintainer="Karl Nilsson " license="MPL-2.0" homepage="https://certifi.io" distfiles="${PYPI_SITE}/c/certifi/certifi-${version}.tar.gz" checksum=3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651 post_extract() { rm -f certifi/cacert.pem } do_check() { python3 -m unittest }