mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
python3Packages.caldav: run tests, update homepage
This commit is contained in:
parent
ddc52d4a0d
commit
f5453b91a7
@ -34,6 +34,10 @@ buildPythonPackage rec {
|
|||||||
tzlocal
|
tzlocal
|
||||||
];
|
];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
nosetests tests
|
||||||
|
'';
|
||||||
|
|
||||||
# xandikos and radicale is only a optional test dependency, not available for python3
|
# xandikos and radicale is only a optional test dependency, not available for python3
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
@ -45,7 +49,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "This project is a CalDAV (RFC4791) client library for Python.";
|
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;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ marenz ];
|
maintainers = with maintainers; [ marenz ];
|
||||||
#broken = true; # requires radicale which is not packaged yet
|
#broken = true; # requires radicale which is not packaged yet
|
||||||
|
Loading…
Reference in New Issue
Block a user