void-packages/srcpkgs/python3-certifi/template
2021-10-13 14:46:05 -04:00

19 lines
578 B
Bash

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