17 lines
725 B
Bash
17 lines
725 B
Bash
# Template file for 'python3-pykeepass'
|
|
pkgname=python3-pykeepass
|
|
version=3.2.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="pykeepass-${version}"
|
|
build_style=python3-module
|
|
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="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/libkeepass/pykeepass"
|
|
changelog="https://raw.githubusercontent.com/libkeepass/pykeepass/master/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/p/pykeepass/pykeepass-${version}.tar.gz"
|
|
checksum=a1eefe0a6f7f368b0e297a1e69a9c50041f09394192e0af9e408f7b844b252fb
|