23 lines
882 B
Bash
23 lines
882 B
Bash
# Template file for 'python3-pykeepass'
|
|
pkgname=python3-pykeepass
|
|
version=4.0.1
|
|
revision=2
|
|
wrksrc="pykeepass-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-dateutil python3-argon2 python3-construct python3-lxml
|
|
python3-pycryptodomex python3-future"
|
|
checkdepends="$depends"
|
|
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="https://github.com/libkeepass/pykeepass/archive/refs/tags/${version}.tar.gz"
|
|
checksum=ac5966ede4fae1a0d3ea1997468a14b893a8f8dab136b1c14425b3b2763e68e3
|
|
|
|
post_install() {
|
|
# remove tests directory polluting site-packages
|
|
rm -r $DESTDIR/usr/lib/python*/site-packages/tests
|
|
}
|