7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-G2c2Psd5cyjKkpqYQOLVWSeLIWdoxYm45KLT0q7cTzQ=";
19 pythonRelaxDeps = [ "semver" ];
21 build-system = with python3.pkgs; [ setuptools-scm ];
23 dependencies = with python3.pkgs; [
34 nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ];
37 export HOME=$(mktemp -d);
40 pythonImportsCheck = [ "circup" ];
43 # Test requires network access
44 "test_libraries_from_imports_bad"
48 description = "CircuitPython library updater";
49 homepage = "https://github.com/adafruit/circup";
50 changelog = "https://github.com/adafruit/circup/releases/tag/${version}";
51 license = with licenses; [ mit ];
52 maintainers = with maintainers; [ fab ];
53 mainProgram = "circup";