16 lines
605 B
Bash
16 lines
605 B
Bash
# Template file for 'python3-trustme'
|
|
pkgname=python3-trustme
|
|
version=0.9.0
|
|
revision=1
|
|
wrksrc="trustme-$version"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-cryptography python3-idna"
|
|
checkdepends="python3-pytest python3-service_identity python3-openssl $depends"
|
|
short_desc="Fake CA for testing"
|
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://trustme.rtfd.io/"
|
|
distfiles="https://github.com/python-trio/trustme/archive/refs/tags/v$version.tar.gz"
|
|
checksum=e9f2544bcc39583a62b5d39d9f0ce3da8528ee448911035a679f7ddb1edeab5e
|