# Template file for 'python-pyasn1' pkgname=python-pyasn1 version=0.4.5 revision=1 noarch=yes wrksrc="pyasn1-${version}" build_style=python-module pycompile_module="pyasn1" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="ASN.1 library for Python2" maintainer="Alessio Sergi " homepage="https://github.com/etingof/pyasn1" license="BSD-2-Clause" distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz" checksum=da2420fe13a9452d8ae97a0e478adde1dee153b11ba832a95b223a2ba01c10f7 post_install() { vlicense LICENSE.rst } python3-pyasn1_package() { noarch=yes depends="python3" pycompile_module="pyasn1" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* vlicense LICENSE.rst } }