python3Packages.caldav: run tests, update homepage

This commit is contained in:
Martin Weinelt
2021-03-13 03:10:05 +01:00
parent ddc52d4a0d
commit f5453b91a7

View File

@@ -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