mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: python3-truststore-0.10.0
This commit is contained in:
parent
56bdd70926
commit
1168f11a0e
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-truststore/template
Normal file
21
srcpkgs/python3-truststore/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue