# Template file for 'pass-import' pkgname=pass-import version=3.0 revision=4 build_style=gnu-makefile hostmakedepends="python3-setuptools python3-yaml" depends="pass>=1.7.0 python3-defusedxml python3-magic python3-cryptography python3-SecretStorage python3-pykeepass" checkdepends="pass python3-defusedxml python3-magic python3-cryptography python3-SecretStorage python3-pykeepass" short_desc="Pass extension for importing data from most existing password managers" maintainer="Alan Brown " license="GPL-3.0-or-later" homepage="https://github.com/roddhjav/pass-import" distfiles="https://github.com/roddhjav/pass-import/releases/download/v${version}/pass-import-${version}.tar.gz" checksum=14f6708df990b88c54b07e722686ed9e1a639300b33d2ff83dd87845e44779fc do_check() { python3 setup.py test }