18 lines
676 B
Bash
18 lines
676 B
Bash
# Template file for 'python3-pykeepass'
|
|
pkgname=python3-pykeepass
|
|
version=3.0.3
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="pykeepass-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="pykeepass"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-dateutil python3-argon2 python3-construct python3-lxml
|
|
python3-pycryptodome python3-future"
|
|
short_desc="Python3 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=2c9e2ddb03ee696ed8aa72c2cddfb81280614864e003226141d68b975aa56f6f
|