28 buildPythonPackage rec {
33 disabled = pythonOlder "3.7";
36 inherit pname version;
37 hash = "sha256-/QWM7quCk0WaBGbNmw5Ks7OUYsbgiaDwrDfDB0INgro=";
41 sed -i -e '/--cov/d' -e '/--no-cov/d' pyproject.toml
55 propagatedBuildInputs = [
77 export DETERMINISTIC_TESTS=true
81 "test_create_collections" # Flaky test exceeds deadline on hydra: https://github.com/pimutils/vdirsyncer/issues/837
86 passthru.tests.version = testers.testVersion { package = vdirsyncer; };
89 description = "Synchronize calendars and contacts";
90 homepage = "https://github.com/pimutils/vdirsyncer";
91 changelog = "https://github.com/pimutils/vdirsyncer/blob/v${version}/CHANGELOG.rst";
92 license = licenses.bsd3;
93 maintainers = with maintainers; [ loewenheim ];
94 mainProgram = "vdirsyncer";