GNU bug report logs -
#78204
[PATCH] gnu: xandikos: Update to 0.2.12.
Previous Next
To reply to this bug, email your comments to 78204 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78204
; Package
guix-patches
.
(Fri, 02 May 2025 06:01:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andrew Wong <wongandj <at> icloud.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 02 May 2025 06:01:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/dav.scm (xandikos): Update to 0.2.12.
[arguments] <phases>: Fix tests by setting "XANDIKOSPATH".
[inputs]: Add python-vobject.
Change-Id: I4b5040b90e52c603dc1920cb92c3b771169940d8
---
gnu/packages/dav.scm | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 49c2b027cd..00825082b6 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -116,13 +116,12 @@ (define-public radicale
(define-public xandikos
(package
(name "xandikos")
- (version "0.2.8")
+ (version "0.2.12")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xandikos" version))
- (sha256
- (base32 "00ghmzcc37b17pp0r6d9v5vpxmz500kzxqj1k9ppcjhbbpvp9w8n"))))
+ (sha256 (base32 "0x6g5s9pkippxg429r9agp3w0xsid2vv1h45wfc3xzdfvgj6ygsr"))))
(build-system python-build-system)
(propagated-inputs
(list python-aiohttp
@@ -130,7 +129,15 @@ (define-public xandikos
python-dulwich
python-icalendar
python-jinja2
- python-multidict))
+ python-multidict
+ python-vobject))
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'check-setup
+ (lambda _
+ (setenv "XANDIKOSPATH" (mkdtemp "/tmp/xandikospath-XXXXXX")))))))
(home-page "https://www.xandikos.org/")
(synopsis "Lightweight CalDAV/CardDAV server")
(description
base-commit: 7ff20b9e94c429f1160bd8f0db86b153a03e4683
--
2.49.0
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.