mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
15 lines
676 B
Bash
15 lines
676 B
Bash
# Template file for 'python3-trustme'
|
|
pkgname=python3-trustme
|
|
version=1.2.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling"
|
|
depends="python3-cryptography python3-idna"
|
|
checkdepends="python3-pytest python3-service_identity python3-openssl $depends"
|
|
short_desc="Fake CA for testing"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://trustme.rtfd.io/"
|
|
changelog="https://github.com/python-trio/trustme/blob/master/docs/source/index.rst#change-history"
|
|
distfiles="https://github.com/python-trio/trustme/archive/refs/tags/v$version.tar.gz"
|
|
checksum=a668a9c96e2f2c5def167e6065afe799beb94e378203f3773f7ad18d35c9cefe
|