20 buildPythonPackage rec {
26 disabled = pythonOlder "3.5";
28 src = fetchFromGitHub {
32 hash = "sha256-BzdLl2GjLh2ABJzJ6bhdbic9jlSABIVR3XGrYiLJHa0=";
42 optional-dependencies = {
62 checkInputs = [ pillow ];
64 nativeCheckInputs = [ pytestCheckHook ];
66 pythonImportsCheck = [
72 description = "Python package to read and write DXF drawings (interface to the DXF file format)";
73 mainProgram = "ezdxf";
74 homepage = "https://github.com/mozman/ezdxf/";
75 license = licenses.mit;
76 maintainers = with maintainers; [ hodapp ];
77 platforms = platforms.unix;