mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
21 lines
566 B
Bash
21 lines
566 B
Bash
# Template file for 'python3-certifi'
|
|
pkgname=python3-certifi
|
|
version=2025.1.31
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 ca-certificates"
|
|
short_desc="Curated collection of Root Certificates"
|
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|
license="MPL-2.0"
|
|
homepage="https://certifi.io"
|
|
distfiles="${PYPI_SITE}/c/certifi/certifi-${version}.tar.gz"
|
|
checksum=3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651
|
|
|
|
post_extract() {
|
|
rm -f certifi/cacert.pem
|
|
}
|
|
|
|
do_check() {
|
|
python3 -m unittest
|
|
}
|