8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-0bInBlVxhuYFjaiLoPhYN0AbKuneFX9ZNT3JeNglGHo=";
18 nativeBuildInputs = [ cython ];
21 description = "Parse english textual date descriptions";
22 homepage = "https://github.com/pediapress/timelib/";
23 license = licenses.zlib;