12 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "sha256-NskgGS9EXdV/CRpjYpvdpaknTUdROjOsLvrRJzc5S3o=";
21 propagatedBuildInputs = [
33 pythonImportsCheck = [ "stl" ];
36 description = "Library to make reading, writing and modifying both binary and ascii STL files easy";
37 homepage = "https://github.com/WoLpH/numpy-stl/";
38 license = licenses.bsd3;
39 maintainers = with maintainers; [ ];