22 lines
570 B
Bash
22 lines
570 B
Bash
# Template file for 'python3-certifi'
|
|
pkgname=python3-certifi
|
|
version=2022.09.24
|
|
revision=4
|
|
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
|
|
|
|
post_extract() {
|
|
rm -f certifi/cacert.pem
|
|
}
|
|
|
|
do_check() {
|
|
python3 -m unittest
|
|
}
|