void-packages/srcpkgs/python3-service_identity/template
2025-03-21 08:15:18 -04:00

19 lines
801 B
Bash

# Template file for 'python3-service_identity'
pkgname=python3-service_identity
version=24.2.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
depends="python3-attrs python3-cryptography python3-pyasn1 python3-pyasn1-modules"
checkdepends="${depends} python3-pytest python3-idna python3-openssl"
short_desc="Service identity verification for Python (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://service-identity.readthedocs.org/"
changelog="https://raw.githubusercontent.com/pyca/service-identity/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/s/service_identity/service_identity-${version}.tar.gz"
checksum=b8683ba13f0d39c6cd5d625d2c5f65421d6d707b013b375c355751557cbe8e09
post_install() {
vlicense LICENSE
}