# Template file for 'python3-truststore'
pkgname=python3-truststore
version=0.10.4
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="lissine <lissine@ellini.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=206df24198a4a1257e3f9d9a02bbf09a526211d59fcc5f9f7e9b71b5079a9aa9

post_install() {
	vlicense LICENSE
}
