nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.caldav: run tests, update homepage

+5 -1
+5 -1
pkgs/development/python-modules/caldav/default.nix
··· 34 34 tzlocal 35 35 ]; 36 36 37 + checkPhase = '' 38 + nosetests tests 39 + ''; 40 + 37 41 # xandikos and radicale is only a optional test dependency, not available for python3 38 42 postPatch = '' 39 43 substituteInPlace setup.py \ ··· 49 45 50 46 meta = with lib; { 51 47 description = "This project is a CalDAV (RFC4791) client library for Python."; 52 - homepage = "https://pythonhosted.org/caldav/"; 48 + homepage = "https://github.com/python-caldav/caldav"; 53 49 license = licenses.asl20; 54 50 maintainers = with maintainers; [ marenz ]; 55 51 #broken = true; # requires radicale which is not packaged yet