9 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926";
20 nativeCheckInputs = [ pytestCheckHook ];
25 # uses ctypes to find native library
26 "--deselect=test_six.py::test_move_items"
31 pythonImportsCheck = [ "six" ];
34 changelog = "https://github.com/benjaminp/six/blob/${version}/CHANGES";
35 description = "Python 2 and 3 compatibility library";
36 homepage = "https://github.com/benjaminp/six";
37 license = lib.licenses.mit;
38 maintainers = with lib.maintainers; [ dotlambda ];