9 buildPythonApplication rec {
10 pname = "adafruit-ampy";
14 inherit pname version;
15 sha256 = "f4cba36f564096f2aafd173f7fbabb845365cc3bb3f41c37541edf98b58d3976";
18 nativeBuildInputs = [ setuptools-scm ];
19 propagatedBuildInputs = [
29 homepage = "https://github.com/pycampers/ampy";
30 license = licenses.mit;
31 description = "Utility to interact with a MicroPython board over a serial connection";