From 7762760b888478d023a61e4200577042c6539d42 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Fri, 28 Sep 2018 21:18:16 +0200 Subject: [PATCH] New package: python-pykeepass 3.0.2. --- srcpkgs/python-pykeepass/template | 27 +++++++++++++++++++++++++++ srcpkgs/python3-pykeepass | 1 + 2 files changed, 28 insertions(+) create mode 100644 srcpkgs/python-pykeepass/template create mode 120000 srcpkgs/python3-pykeepass diff --git a/srcpkgs/python-pykeepass/template b/srcpkgs/python-pykeepass/template new file mode 100644 index 00000000000..81e9727fef3 --- /dev/null +++ b/srcpkgs/python-pykeepass/template @@ -0,0 +1,27 @@ +# Template file for 'python-pykeepass' +pkgname=python-pykeepass +version=3.0.2 +revision=2 +noarch=yes +wrksrc="pykeepass-${version}" +build_style=python-module +pycompile_module="pykeepass" +hostmakedepends="python-setuptools python3-setuptools" +depends="python-argon2 python-construct python-lxml python-pycryptodome" +short_desc="Python2 library to interact with keepass databases" +maintainer="Rasmus Thomsen " +license="GPL-3.0-or-later" +homepage="https://github.com/pschmitt/pykeepass" +distfiles="${PYPI_SITE}/p/pykeepass/pykeepass-${version}.tar.gz" +checksum=20b53d10e9c319301929f029579623562c815c4b4c787bf96d4bd7680581d6cd + +python3-pykeepass_package() { + noarch=yes + pycompile_module="pykeepass" + depends="python3-argon2 python3-construct python3-lxml + python3-pycryptodome" + short_desc="${short_desc/Python2/Python3}" + pkg_install() { + vmove usr/lib/python3* + } +} diff --git a/srcpkgs/python3-pykeepass b/srcpkgs/python3-pykeepass new file mode 120000 index 00000000000..b81df882ec8 --- /dev/null +++ b/srcpkgs/python3-pykeepass @@ -0,0 +1 @@ +python-pykeepass \ No newline at end of file