19 lines
616 B
Bash
19 lines
616 B
Bash
# Template file for 'python3-pyasn1-modules'
|
|
pkgname=python3-pyasn1-modules
|
|
version=0.2.8
|
|
revision=7
|
|
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/etingof/pyasn1-modules"
|
|
distfiles="https://github.com/etingof/pyasn1-modules/archive/v${version}.tar.gz"
|
|
checksum=c562fcf94e21b19b1b01c103a4dbe24b286356237d2b453afd75882683cf0ad7
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|