21 lines
762 B
Bash
21 lines
762 B
Bash
# Template file for 'python3-SecretStorage'
|
|
pkgname=python3-SecretStorage
|
|
version=3.3.3
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-jeepney python3-cryptography"
|
|
checkdepends="gnome-keyring dbus python3-pytest ${depends}"
|
|
short_desc="Python3 bindings to FreeDesktop.org Secret Service API"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/mitya57/secretstorage"
|
|
changelog="https://raw.githubusercontent.com/mitya57/secretstorage/master/changelog"
|
|
distfiles="${PYPI_SITE}/S/SecretStorage/SecretStorage-${version}.tar.gz"
|
|
checksum=2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77
|
|
make_check_pre="dbus-run-session"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|