New package: python3-truststore-0.10.0

This commit is contained in:
Komeil Parseh 2025-07-01 23:07:26 +03:30
parent 56bdd70926
commit 1168f11a0e
No known key found for this signature in database
GPG key ID: 4D49B19F3D0D7879

View file

@ -0,0 +1,21 @@
# Template file for 'python3-truststore'
pkgname=python3-truststore
version=0.10.0
revision=1
build_style=python3-pep517
hostmakedepends="python3 python3-build python3-flit_core"
makedepends="python3-flit_core"
depends="python3"
checkdepends="python3-aiohttp python3-httpx python3-pytest python3-pytest-httpserver
python3-flaky python3-pytest-asyncio python3-requests"
short_desc="Verify certificates using OS trust stores"
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
license="MIT"
homepage="https://github.com/sethmlarson/truststore"
changelog="${homepage}/raw/refs/heads/master/CHANGELOG.md"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum=12e89641dba78a9427f782ad2d824bed93583a9465002fe59b63c3fd12cbe8f5
post_install() {
vlicense LICENSE
}