2 , buildPythonPackage, pythonOlder
7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "02wclgiqky06y36b3q07b7ngpks5j0gmgl6n71ac2j2hscc0nsbz";
16 checkInputs = [ pytest pytestrunner ];
17 propagatedBuildInputs = [ parse six ] ++ lib.optional (pythonOlder "3.4") enum34;
24 homepage = "https://github.com/jenisys/parse_type";
25 description = "Simplifies to build parse types based on the parse module";
26 license = licenses.bsd3;
27 maintainers = with maintainers; [ alunduil ];