# Template file for 'python-pyasn1-modules' pkgname=python-pyasn1-modules version=0.1.5 revision=1 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python-module pycompile_module="pyasn1_modules" hostmakedepends="python-setuptools python3-setuptools" depends="python-pyasn1" short_desc="Collection of ASN.1-based protocols modules (Python2)" maintainer="Peter Bui " license="2-clause-BSD" homepage="https://github.com/etingof/pyasn1-modules" distfiles="${PYPI_SITE}/p/pyasn1-modules/pyasn1-modules-${version}.tar.gz" checksum=1d303eed5aa54cafeca209d16b8c7ea2c6064735fb61f1bee2e0ed63a0816988 post_install() { vlicense LICENSE.txt LICENSE } python3-pyasn1-modules_package() { noarch=yes depends="python3-pyasn1" pycompile_module="pyasn1_modules" replaces="python3.4-pyasn1-modules>=0" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* vlicense LICENSE.txt LICENSE } } python3.4-pyasn1-modules_package() { noarch=yes build_style=meta short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" depends="python3-pyasn1-modules>=${version}_${revision}" }