aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew J. Hesford <ajh@sideband.org>2024-02-26 15:15:20 +0000
committerAndrew J. Hesford <ajh@sideband.org>2024-02-26 15:26:58 +0000
commit995333677f0b5ec30c23d459cc531b789f6765a1 (patch)
tree3ff827fb92984cd7e6071f2bf66ab761116c189d
parent8d60f816a52dae07955899c554fae097c69c2c02 (diff)
downloadvoid-packages-995333677f0b5ec30c23d459cc531b789f6765a1.tar
void-packages-995333677f0b5ec30c23d459cc531b789f6765a1.tar.gz
void-packages-995333677f0b5ec30c23d459cc531b789f6765a1.tar.bz2
void-packages-995333677f0b5ec30c23d459cc531b789f6765a1.tar.lz
void-packages-995333677f0b5ec30c23d459cc531b789f6765a1.tar.xz
void-packages-995333677f0b5ec30c23d459cc531b789f6765a1.tar.zst
void-packages-995333677f0b5ec30c23d459cc531b789f6765a1.zip
khal: update to 0.11.3.
-rw-r--r--srcpkgs/khal/template14
1 files changed, 10 insertions, 4 deletions
diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index d43a04bef73..92569004d9e 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,21 +1,27 @@
# Template file for 'khal'
pkgname=khal
-version=0.11.2
-revision=2
+version=0.11.3
+revision=1
build_style=python3-module
+# Tests get the path to the configuration file wrong in an xbps-src chroot
+make_check_args="
+ --deselect tests/cli_test.py::test_configure_command
+ --deselect tests/cli_test.py::test_configure_command_create_vdir
+"
_rundeps="python3-click python3-click-log python3-configobj python3-dateutil
python3-icalendar python3-pytz python3-tzlocal python3-urwid python3-xdg
python3-atomicwrites"
hostmakedepends="python3-setuptools_scm python3-Sphinx python3-sphinxcontrib $_rundeps"
depends="$_rundeps"
-checkdepends="python3-pytest python3-freezegun python3-hypothesis vdirsyncer $depends"
+checkdepends="python3-pytest-xdist python3-freezegun python3-hypothesis
+ vdirsyncer $depends"
short_desc="Command-line calendar build around CalDAV"
maintainer="Anachron <gith@cron.world>"
license="MIT"
homepage="http://lostpackets.de/khal/"
changelog="https://raw.githubusercontent.com/pimutils/khal/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
-checksum=8fb8d89371e53e2235953a0765e41b97e174848a688d63768477576d03f899ba
+checksum=a8ccbcc43fc1dbbc464e53f7f1d99cf15832be43a67f38700e535d99d9c1325e
make_check=ci-skip # some tests fail when running as root
post_install() {