21 lines
668 B
Bash
21 lines
668 B
Bash
# Template file for 'python3-SecretStorage'
|
|
pkgname=python3-SecretStorage
|
|
version=3.1.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="SecretStorage-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="secretstorage"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-jeepney python3-cryptography"
|
|
short_desc="Python3 bindings to FreeDesktop.org Secret Service API"
|
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/mitya57/secretstorage"
|
|
distfiles="${PYPI_SITE}/S/SecretStorage/SecretStorage-${version}.tar.gz"
|
|
checksum=20c797ae48a4419f66f8d28fc221623f11fc45b6828f96bdb1ad9990acb59f92
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|