From a1c178eee320037eec46081e6e055b1e00381f70 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 25 Apr 2018 15:36:11 +0200 Subject: [PATCH] python3-SecretStorage: turn into separate package --- srcpkgs/python3-SecretStorage/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-SecretStorage/template diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template new file mode 100644 index 0000000000..17ad1316dc --- /dev/null +++ b/srcpkgs/python3-SecretStorage/template @@ -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 " +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 +}