# Template file for 'python-pyotp' pkgname=python-pyotp version=2.2.7 revision=1 noarch=yes wrksrc="pyotp-${version}" build_style=python-module pycompile_module="pyotp" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Python2 One-Time Password Library" maintainer="Rasmus Thomsen " license="MIT" homepage="https://github.com/pyotp/pyotp" distfiles="${PYPI_SITE}/p/pyotp/pyotp-${version}.tar.gz" checksum=be0ffeabddaa5ee53e7204e7740da842d070cf69168247a3d0c08541b84de602 do_check() { python2 -B setup.py test python3 -B setup.py test } post_install() { vlicense LICENSE } python3-pyotp_package() { short_desc="${short_desc/Python2/Python3}" noarch=yes pycompile_module="pyotp" depends="python3" pkg_install() { vmove usr/lib/python3* vlicense LICENSE } }