20 lines
744 B
Bash
20 lines
744 B
Bash
# Template file for 'python3-service_identity'
|
|
pkgname=python3-service_identity
|
|
version=23.1.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling hatch-vcs python3-build"
|
|
depends="python3-attrs python3-pyasn1-modules python3-cryptography python3-six"
|
|
checkdepends="${depends}"
|
|
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=ecb33cd96307755041e978ab14f8b14e13b40f1fbd525a4dc78f46d2b986431d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|