New package: python-pykeepass 3.0.2.

This commit is contained in:
Rasmus Thomsen 2018-09-28 21:18:16 +02:00 committed by maxice8
parent b7adfa03c2
commit 7762760b88
2 changed files with 28 additions and 0 deletions

View file

@ -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 <rasmus.thomsen@protonmail.com>"
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*
}
}

1
srcpkgs/python3-pykeepass Symbolic link
View file

@ -0,0 +1 @@
python-pykeepass