mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
khal: update to 0.13.0.
This commit is contained in:
parent
9976c7c20c
commit
9672c35fff
2 changed files with 18 additions and 28 deletions
|
@ -1,20 +0,0 @@
|
||||||
From 593495afe97cc32ccda2427cdfb54523b807d692 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Martin Stone <martin@d7415.co.uk>
|
|
||||||
Date: Thu, 31 Oct 2024 14:43:22 +0000
|
|
||||||
Subject: [PATCH] Replace intersphinx_mapping format removed in Sphinx 8.0.0
|
|
||||||
|
|
||||||
Fixes #1356
|
|
||||||
---
|
|
||||||
doc/source/conf.py | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/doc/source/conf.py b/doc/source/conf.py
|
|
||||||
index 2809221fb..6563ea98e 100644
|
|
||||||
--- a/doc/source/conf.py
|
|
||||||
+++ b/doc/source/conf.py
|
|
||||||
@@ -309,4 +309,4 @@ def write_section(specsection, secname, key, comment, output):
|
|
||||||
|
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
|
||||||
-intersphinx_mapping = {'http://docs.python.org/': None}
|
|
||||||
+intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
|
|
|
@ -1,27 +1,37 @@
|
||||||
# Template file for 'khal'
|
# Template file for 'khal'
|
||||||
pkgname=khal
|
pkgname=khal
|
||||||
version=0.11.3
|
version=0.13.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
# Tests get the path to the configuration file wrong in an xbps-src chroot
|
# The first two tests get the path to the configuration file wrong in an
|
||||||
|
# xbps-src chroot, the last one fails only sometimes for an unknown reason.
|
||||||
make_check_args="
|
make_check_args="
|
||||||
--deselect tests/cli_test.py::test_configure_command
|
--deselect tests/cli_test.py::test_configure_command
|
||||||
--deselect tests/cli_test.py::test_configure_command_create_vdir
|
--deselect tests/cli_test.py::test_configure_command_create_vdir
|
||||||
|
--deselect tests/khalendar_utils_test.py::TestSpecial::test_recurrence_id_with_timezone
|
||||||
"
|
"
|
||||||
_rundeps="python3-click python3-click-log python3-configobj python3-dateutil
|
_rundeps="python3-click python3-click-log python3-configobj python3-dateutil
|
||||||
python3-icalendar python3-pytz python3-tzlocal python3-urwid python3-xdg
|
python3-icalendar python3-pytz python3-tzlocal python3-urwid python3-xdg"
|
||||||
python3-atomicwrites"
|
|
||||||
hostmakedepends="python3-setuptools_scm python3-Sphinx python3-sphinxcontrib $_rundeps"
|
hostmakedepends="python3-setuptools_scm python3-Sphinx python3-sphinxcontrib $_rundeps"
|
||||||
depends="$_rundeps"
|
depends="$_rundeps"
|
||||||
checkdepends="python3-pytest-xdist python3-freezegun python3-hypothesis
|
checkdepends="python3-pytest-xdist python3-freezegun python3-hypothesis
|
||||||
vdirsyncer $depends"
|
vdirsyncer $depends python3-setuptools"
|
||||||
short_desc="Command-line calendar build around CalDAV"
|
short_desc="Command-line calendar build around CalDAV"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://lostpackets.de/khal/"
|
homepage="http://lostpackets.de/khal/"
|
||||||
changelog="https://raw.githubusercontent.com/pimutils/khal/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/pimutils/khal/master/CHANGELOG.rst"
|
||||||
distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
|
||||||
checksum=a8ccbcc43fc1dbbc464e53f7f1d99cf15832be43a67f38700e535d99d9c1325e
|
checksum=68fea8cd704e387e81b669c90322a8dafb4374f5876b07170c9c6e23415a3ee0
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
# Some locale-related failures.
|
||||||
|
make_check_args+=" --deselect tests/cal_display_test.py::test_vertical_month_unicode
|
||||||
|
--deselect tests/cal_display_test.py::test_vertical_month_unicode_weekdays
|
||||||
|
--deselect tests/cal_display_test.py::test_vertical_month_unicode_weekdays_gr
|
||||||
|
--deselect tests/cal_display_test.py::test_vertical_month_abbr_fr
|
||||||
|
"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue