20 lines
709 B
Bash
20 lines
709 B
Bash
# Template file for 'python3-pyasn1-modules'
|
|
pkgname=python3-pyasn1-modules
|
|
version=0.3.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pyasn1"
|
|
checkdepends="python3-pytest ${depends}"
|
|
short_desc="Collection of ASN.1-based protocols modules (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/pyasn1/pyasn1-modules"
|
|
changelog="https://raw.githubusercontent.com/pyasn1/pyasn1-modules/main/CHANGES.txt"
|
|
distfiles="https://github.com/pyasn1/pyasn1-modules/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=c510f9d9587b77c747745cc3600ae9cc3b24520fb6652e9c010e4085e413d1f8
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|