void-packages/srcpkgs/python3-pyasn1/template

20 lines
600 B
Bash

# Template file for 'python3-pyasn1'
pkgname=python3-pyasn1
version=0.5.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="ASN.1 library for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/pyasn1/pyasn1"
changelog="https://raw.githubusercontent.com/pyasn1/pyasn1/main/CHANGES.rst"
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
checksum=6d391a96e59b23130a5cfa74d6fd7f388dbbe26cc8f1edf39fdddf08d9d6676c
post_install() {
vlicense LICENSE.rst
}