void-packages/srcpkgs/python3-certifi/template

19 lines
561 B
Bash

# Template file for 'python3-certifi'
pkgname=python3-certifi
version=2022.09.24
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
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=8c1db7f2a3b272e8a90b2e1910763930fa81e2512fbb96cb7a25787d63765c78
do_check() {
cd build/lib
python3 -c 'import certifi as m; print(m)'
}