20 lines
730 B
Bash
20 lines
730 B
Bash
# Template file for 'python3-service_identity'
|
|
pkgname=python3-service_identity
|
|
version=18.1.0
|
|
revision=8
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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.rst"
|
|
distfiles="${PYPI_SITE}/s/service_identity/service_identity-${version}.tar.gz"
|
|
checksum=0858a54aabc5b459d1aafa8a518ed2081a285087f349fe3e55197989232e2e2d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|