From 4bb6a24db7d4adb2d298d0d1745114f53fc3c1ea Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 9 Sep 2022 12:15:52 +0200 Subject: [PATCH 1/2] New package: lesspass-9.5.6 --- srcpkgs/lesspass/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/lesspass/template diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template new file mode 100644 index 000000000000..03d1f0d20aa1 --- /dev/null +++ b/srcpkgs/lesspass/template @@ -0,0 +1,15 @@ +# Template file for 'lesspass' +pkgname=lesspass +version=9.5.6 +revision=1 +wrksrc="lesspass-pure-v${version}/cli" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox" +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 From d2572df3e2583eadbf44698549b74eca183256d0 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 9 Sep 2022 12:15:52 +0200 Subject: [PATCH 2/2] New package: lesspass-10.1.0 --- srcpkgs/lesspass/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template index 03d1f0d20aa1..acbf3a349ddc 100644 --- a/srcpkgs/lesspass/template +++ b/srcpkgs/lesspass/template @@ -5,8 +5,8 @@ revision=1 wrksrc="lesspass-pure-v${version}/cli" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3" -checkdepends="python3-pexpect python3-pytest python3-pytest-flake8 python3-mock python3-wheel tox" +depends="python3 python3-tkinter" +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"