From e86d91e3af742d86d8d405ad33a74c358c1aa564 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 6ba8947f0cd7c000082ce2424de6f9e09c0f25c8 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lesspass/template b/srcpkgs/lesspass/template index 03d1f0d20aa1..d833cb0b0d90 100644 --- a/srcpkgs/lesspass/template +++ b/srcpkgs/lesspass/template @@ -6,7 +6,7 @@ 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" +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"