10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.5";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 sha256 = "sha256-x1p9dWrbDtDreXdBuzOA4Za+ZC40y4xdEU7MGb9uUec=";
24 propagatedBuildInputs = [
34 # requires geomdl dependency
35 "TestNurbsPythonCorrectness"
36 "test_rational_spline_curve_points_by_nurbs_python"
37 "test_rational_spline_derivatives_by_nurbs_python"
38 "test_from_nurbs_python_curve_to_ezdxf_bspline"
39 "test_from_ezdxf_bspline_to_nurbs_python_curve_non_rational"
40 "test_from_ezdxf_bspline_to_nurbs_python_curve_rational"
41 # AssertionError: assert 44.99999999999999 == 45
42 "test_dimension_transform_interface"
45 pythonImportsCheck = [
51 description = "Python package to read and write DXF drawings (interface to the DXF file format)";
52 homepage = "https://github.com/mozman/ezdxf/";
53 license = licenses.mit;
54 maintainers = with maintainers; [ hodapp ];
55 platforms = platforms.unix;