# Template file for 'python-pyasn1' pkgname=python-pyasn1 version=0.4.4 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=f58f2a3d12fd754aa123e9fa74fb7345333000a035f3921dbdaa08597aa53137 post_install() { vlicense LICENSE.rst LICENSE } 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 LICENSE } }