10 buildPythonPackage rec {
11 pname = "parsedatetime";
13 disabled = isPy27; # no longer compatible with icu package
16 inherit pname version;
17 sha256 = "4cb368fbb18a0b7231f4d76119165451c8d2e35951455dfee97c62a87b04d455";
20 buildInputs = [ pytest pytestrunner ];
21 propagatedBuildInputs = [ future ];
24 description = "Parse human-readable date/time text";
25 homepage = "https://github.com/bear/parsedatetime";
26 license = licenses.asl20;