From 27cc412b24c6d2ef2cdcfd9009e76c7a29b5850e Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 9 Sep 2022 12:15:52 +0200 Subject: [PATCH] New package: lesspass-9.5.6 --- srcpkgs/lesspass/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/lesspass/template diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template new file mode 100644 index 000000000000..f4ff354a30be --- /dev/null +++ b/srcpkgs/lesspass/template @@ -0,0 +1,19 @@ +# Template file for 'lesspass' +pkgname=lesspass +version=9.5.6 +revision=1 +build_wrksrc="cli" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-tkinter python3-requests" +checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox python3-tomli python3-iniconfig python3-tkinter python3-requests" +short_desc="Stateless password generator" +maintainer="Eloi Torrents " +license="GPL-3.0-only" +homepage="https://www.lesspass.com" +distfiles="https://github.com/lesspass/lesspass/archive/refs/tags/pure-v${version}.tar.gz" +checksum=4cbd5911c90e6aa2002a0c2d1cd217cb793709b2c6ebb01511085c8f2658f534 + +do_check() { + PYTHONPATH="$(cd build/lib* && pwd)" python -m unittest discover +}