1 { lib, buildPythonPackage, fetchPypi, isPyPy, python, python-dateutil }:
3 buildPythonPackage rec {
9 sha256 = "96512aec74b90abb71f6b53898dd7fe47300cc940104c4f79148f0671f790101";
14 propagatedBuildInputs = [ python-dateutil ];
16 checkPhase = "${python.interpreter} tests.py";
19 description = "Module for reading vCard and vCalendar files";
20 homepage = "http://eventable.github.io/vobject/";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ ];