python3-SecretStorage: turn into separate package
This commit is contained in:
parent
fb31a15fb4
commit
a1c178eee3
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-SecretStorage'
|
||||
pkgname=python3-SecretStorage
|
||||
version=3.0.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
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=819087ca89c0d6c5711692f41fb26f786af9dcc5bb89d567722a66edfbb2a689
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue