mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 03:57:38 +00:00
xandikos: 0.2.8 -> 0.2.10
Diff: https://github.com/jelmer/xandikos/compare/v0.2.8...v0.2.10 Changelog: https://github.com/jelmer/xandikos/blob/v0.2.10/NEWS
This commit is contained in:
parent
b52d40b867
commit
42deb69b51
@ -6,15 +6,23 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "xandikos";
|
||||
version = "0.2.8";
|
||||
version = "0.2.10";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = python3Packages.pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jelmer";
|
||||
repo = "xandikos";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-KDDk0QSOjwivJFz3vLk+g4vZMlSuX2FiOgHJfDJkpwg=";
|
||||
hash = "sha256-SqU/K3b8OML3PvFmP7L5R3Ub9vbW66xRpf79mgFZPfc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
aiohttp
|
||||
aiohttp-openmetrics
|
||||
@ -23,17 +31,12 @@ python3Packages.buildPythonApplication rec {
|
||||
icalendar
|
||||
jinja2
|
||||
multidict
|
||||
vobject
|
||||
];
|
||||
|
||||
passthru.tests.xandikos = nixosTests.xandikos;
|
||||
|
||||
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
|
||||
disabledTests = [
|
||||
# these tests are failing due to the following error:
|
||||
# TypeError: expected str, bytes or os.PathLike object, not int
|
||||
"test_iter_with_etag"
|
||||
"test_iter_with_etag_missing_uid"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Lightweight CalDAV/CardDAV server";
|
||||
|
Loading…
Reference in New Issue
Block a user