20 lines
596 B
Bash
20 lines
596 B
Bash
# Template file for 'python3-certifi'
|
|
pkgname=python3-certifi
|
|
version=2022.06.15
|
|
revision=1
|
|
wrksrc="python-certifi-${version}"
|
|
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=3ece28ce4177241cd9f752ef5161cd2c67060b80c73c6bcbdab48e504f9df966
|
|
|
|
do_check() {
|
|
cd build/lib
|
|
python3 -c 'import certifi as m; print(m)'
|
|
}
|