9 if pythonAtLeast "3.4" then
12 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "cce6a7477ed816bd2542d03d53db9f0db935dd013b70f336a95c73979289f248";
21 nativeCheckInputs = [ unittestCheckHook ];
24 homepage = "https://pypi.python.org/pypi/enum34";
25 description = "Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4";
26 license = licenses.bsd0;