summary refs log tree commit diff
path: root/pkgs/development/python-modules/caldav
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-03-13 03:10:05 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-03-13 03:10:05 +0100
commitf5453b91a7edda14211c529e9d1e5412369cbd35 (patch)
treef5d47ab2d9d2f1d80f18b65a0d856d1085cf5737 /pkgs/development/python-modules/caldav
parentddc52d4a0d37240bf8b06570a4720bdbc943dd55 (diff)
downloadnixpkgs-f5453b91a7edda14211c529e9d1e5412369cbd35.tar
nixpkgs-f5453b91a7edda14211c529e9d1e5412369cbd35.tar.gz
nixpkgs-f5453b91a7edda14211c529e9d1e5412369cbd35.tar.bz2
nixpkgs-f5453b91a7edda14211c529e9d1e5412369cbd35.tar.lz
nixpkgs-f5453b91a7edda14211c529e9d1e5412369cbd35.tar.xz
nixpkgs-f5453b91a7edda14211c529e9d1e5412369cbd35.tar.zst
nixpkgs-f5453b91a7edda14211c529e9d1e5412369cbd35.zip
python3Packages.caldav: run tests, update homepage
Diffstat (limited to 'pkgs/development/python-modules/caldav')
-rw-r--r--pkgs/development/python-modules/caldav/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/caldav/default.nix b/pkgs/development/python-modules/caldav/default.nix
index a8f617e7391..2b50b5f2966 100644
--- a/pkgs/development/python-modules/caldav/default.nix
+++ b/pkgs/development/python-modules/caldav/default.nix
@@ -34,6 +34,10 @@ buildPythonPackage rec {
     tzlocal
   ];
 
+  checkPhase = ''
+    nosetests tests
+  '';
+
   # xandikos and radicale is only a optional test dependency, not available for python3
   postPatch = ''
     substituteInPlace setup.py \
@@ -45,7 +49,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "This project is a CalDAV (RFC4791) client library for Python.";
-    homepage = "https://pythonhosted.org/caldav/";
+    homepage = "https://github.com/python-caldav/caldav";
     license = licenses.asl20;
     maintainers = with maintainers; [ marenz ];
     #broken = true; # requires radicale which is not packaged yet