mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 12:35:10 +02:00
19 lines
599 B
Bash
19 lines
599 B
Bash
# Template file for 'python3-pyasn1'
|
|
pkgname=python3-pyasn1
|
|
version=0.6.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="ASN.1 library for Python"
|
|
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=6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|