From 8b0eaf4805642de3df3a3cfe737cba6876a91896 Mon Sep 17 00:00:00 2001 From: RunningDroid Date: Sun, 2 May 2021 23:49:49 -0400 Subject: [PATCH] python3-SecretStorage: update to 3.3.1. --- srcpkgs/python3-SecretStorage/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template index d1ddbfb7a8fe..a2ff3a2fc457 100644 --- a/srcpkgs/python3-SecretStorage/template +++ b/srcpkgs/python3-SecretStorage/template @@ -1,18 +1,23 @@ # Template file for 'python3-SecretStorage' pkgname=python3-SecretStorage -version=3.2.0 +version=3.3.1 revision=1 wrksrc="SecretStorage-${version}" build_style=python3-module -pycompile_module="secretstorage" hostmakedepends="python3-setuptools" depends="python3-jeepney python3-cryptography" +checkdepends="gnome-keyring dbus ${depends}" short_desc="Python3 bindings to FreeDesktop.org Secret Service API" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/mitya57/secretstorage" distfiles="${PYPI_SITE}/S/SecretStorage/SecretStorage-${version}.tar.gz" -checksum=46305c3847ee3f7252b284e0eee5590fa6341c891104a2fd2313f8798c615a82 +checksum=fd666c51a6bf200643495a04abb261f83229dcb6fd8472ec393df7ffc8b6f195 +make_check=ci-skip + +do_check() { + dbus-run-session -- python3 -m unittest discover -s tests +} post_install() { vlicense LICENSE