void-packages/srcpkgs/pass-import/template

21 lines
1019 B
Bash

# Template file for 'pass-import'
pkgname=pass-import
version=3.3
revision=1
build_style=python3-module
# This test requires gnome-keyring which requires running dbus
make_check_args="--deselect=tests/imports/test_parse.py"
hostmakedepends="python3-setuptools python3-requests python3-yaml python3-zxcvbn"
depends="pass python3-defusedxml python3-magic python3-cryptography
python3-SecretStorage python3-pykeepass python3-requests python3-yaml lastpass-cli python3-zxcvbn"
checkdepends="python3-pytest $depends"
short_desc="Pass extension for importing data from most password managers"
maintainer="Alan Brown <adbrown@rocketmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/roddhjav/pass-import"
distfiles="${PYPI_SITE}/p/pass-import/pass-import-${version}.tar.gz"
checksum=f4cc7c5bb493d3e8936fa6a7cc4b744d6851a0cfb51dc20b2d1d0a6c1e9f3e9c
# pypi tarball doesn't contain tests and the github release doesn't contain pre-built manpages
# https://github.com/roddhjav/pass-import/issues/192
make_check=no