mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
khard: update to 0.18.0.
This commit is contained in:
parent
2869bf9005
commit
355b342bf9
1 changed files with 11 additions and 7 deletions
|
@ -1,21 +1,25 @@
|
|||
# Template file for 'khard'
|
||||
pkgname=khard
|
||||
version=0.17.0
|
||||
revision=5
|
||||
version=0.18.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
# fails in CI
|
||||
make_check_args="--deselect test/test_command_line_interface.py::MiscCommands"
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
depends="python3-setuptools python3-atomicwrites python3-configobj
|
||||
depends="python3-atomicwrites python3-configobj
|
||||
python3-vobject python3-Unidecode python3-ruamel.yaml"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
short_desc="Command-line addressbook built around CardDAV"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/scheibler/khard"
|
||||
homepage="https://khard.readthedocs.io/en/latest/"
|
||||
changelog="https://raw.githubusercontent.com/lucc/khard/develop/CHANGES"
|
||||
distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
|
||||
checksum=164e1aee9264735ec0473a74a38842e6272bbb814d949a66084c6a373bd95618
|
||||
checksum=fe88d4b47fdd948610ac573c01fa13d1b7996265cbc44391085761af9a030615
|
||||
|
||||
post_install() {
|
||||
vsconf doc/source/examples/khard.conf.example
|
||||
vsconf khard/data/template.yaml
|
||||
vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
|
||||
vinstall misc/zsh/_email-khard 644 usr/share/zsh/site-functions
|
||||
vcompletion misc/zsh/_khard zsh
|
||||
vcompletion misc/zsh/_email-khard zsh email-khard
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue