# Description: Python package for providing Mozilla's CA Bundle # URL: https://pypi.python.org/pypi/certifi # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-certifi version=2025.11.12 release=1 source=(https://pypi.io/packages/source/c/certifi/certifi-$version.tar.gz) build() { cd certifi-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }