mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python3-SecretStorage: update to 3.3.3.
This commit is contained in:
parent
de0da20d1e
commit
9b2b08205e
1 changed files with 6 additions and 9 deletions
|
@ -1,22 +1,19 @@
|
||||||
# Template file for 'python3-SecretStorage'
|
# Template file for 'python3-SecretStorage'
|
||||||
pkgname=python3-SecretStorage
|
pkgname=python3-SecretStorage
|
||||||
version=3.3.1
|
version=3.3.3
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-jeepney python3-cryptography"
|
depends="python3-jeepney python3-cryptography"
|
||||||
checkdepends="gnome-keyring dbus ${depends}"
|
checkdepends="gnome-keyring dbus python3-pytest ${depends}"
|
||||||
short_desc="Python3 bindings to FreeDesktop.org Secret Service API"
|
short_desc="Python3 bindings to FreeDesktop.org Secret Service API"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/mitya57/secretstorage"
|
homepage="https://github.com/mitya57/secretstorage"
|
||||||
|
changelog="https://raw.githubusercontent.com/mitya57/secretstorage/master/changelog"
|
||||||
distfiles="${PYPI_SITE}/S/SecretStorage/SecretStorage-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/S/SecretStorage/SecretStorage-${version}.tar.gz"
|
||||||
checksum=fd666c51a6bf200643495a04abb261f83229dcb6fd8472ec393df7ffc8b6f195
|
checksum=2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77
|
||||||
make_check=ci-skip
|
make_check_pre="dbus-run-session"
|
||||||
|
|
||||||
do_check() {
|
|
||||||
dbus-run-session -- python3 -m unittest discover -s tests
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue