From 3e55c956891745c3fbf95f8714167b2d9e7f9c0e Mon Sep 17 00:00:00 2001 From: Alan Brown Date: Sat, 19 Nov 2022 15:52:02 +0000 Subject: [PATCH 1/2] New package: python3-zxcvbn-4.4.28 --- srcpkgs/python3-zxcvbn/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-zxcvbn/template diff --git a/srcpkgs/python3-zxcvbn/template b/srcpkgs/python3-zxcvbn/template new file mode 100644 index 000000000000..7f5355efc85c --- /dev/null +++ b/srcpkgs/python3-zxcvbn/template @@ -0,0 +1,17 @@ +# Template file for 'python3-zxcvbn' +pkgname=python3-zxcvbn +version=4.4.28 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Realistic password strength estimator" +maintainer="Alan Brown " +license="MIT" +homepage="https://github.com/dwolfhub/zxcvbn-python" +#changelog="" +distfiles=""https://github.com/dwolfhub/zxcvbn-python/archive/refs/tags/v${version}.tar.gz +checksum=b7275765acdf8028c21aa502d742e56de2252bac604c04ba5e336c39f88d5576 + +post_install() { + vlicense LICENSE.txt +} From 5937f87d82a98e6c94af988ea53090d84e7840a2 Mon Sep 17 00:00:00 2001 From: Alan Brown Date: Tue, 15 Nov 2022 18:27:00 +0000 Subject: [PATCH 2/2] pass-import: update to 3.3. --- srcpkgs/pass-import/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template index 05b93ebdd1b0..9a0c1716e8f6 100644 --- a/srcpkgs/pass-import/template +++ b/srcpkgs/pass-import/template @@ -1,17 +1,18 @@ # Template file for 'pass-import' pkgname=pass-import -version=3.2 -revision=2 +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" +hostmakedepends="python3-setuptools python3-pypandoc python3-requests python3-yaml + python3-zxcvbn" depends="pass python3-defusedxml python3-magic python3-cryptography -python3-SecretStorage python3-pykeepass python3-yaml" +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 " 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=d943df14dcfec063a6c881c315ce65813db6e105b14a9b0156a73dcf7e529b76 +checksum=f368451a559d5aebd74a03b26d902cc8b6339f2eacb31777b3c2c24ae7b6444c