20 lines
591 B
Bash
20 lines
591 B
Bash
# Template file for 'python3-certifi'
|
|
pkgname=python3-certifi
|
|
version=2020.06.20
|
|
revision=1
|
|
archs=noarch
|
|
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=323a62f5ddfa1a4f093246b52f451aacb725b6cc8eefe647ad6f8bcbed3c9131
|
|
|
|
do_check() {
|
|
cd build/lib
|
|
python3 -c 'import certifi as m; print(m)'
|
|
}
|