19 lines
570 B
Bash
19 lines
570 B
Bash
# Template file for 'python-pyasn1'
|
|
pkgname=python-pyasn1
|
|
version=0.4.8
|
|
revision=5
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
short_desc="ASN.1 library for Python2"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/etingof/pyasn1"
|
|
changelog="https://raw.githubusercontent.com/etingof/pyasn1/master/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
|
|
checksum=aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|