8 buildPythonPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-+amBkwwISPyes8ABdqgCw50Zg5ioDa46WZgQsZZgl+8=";
20 nativeBuildInputs = [ setuptools ];
22 pythonImportsCheck = [ "gcodepy" ];
25 description = "G-code generator for 3D printers that use Marlin Firmware";
26 homepage = "https://github.com/rmeno12/gcodepy";
27 changelog = "https://github.com/rmeno12/gcodepy/releases/tag/v${version}";
28 license = licenses.mit;
29 maintainers = with maintainers; [ n00b0ss ];