nixpkgs/pkgs/development/embedded/platformio/core.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

168 lines
5.3 KiB
Nix
Raw Normal View History

{ stdenv, lib, python3
, fetchFromGitHub
2021-08-27 20:39:43 +01:00
, fetchPypi
2021-03-18 09:47:35 +00:00
, git
, spdx-license-list-data
, version, src
}:
2018-10-30 13:38:57 +00:00
let
python = python3.override {
packageOverrides = self: super: {
2022-02-10 20:38:06 +00:00
semantic-version = super.semantic-version.overridePythonAttrs (oldAttrs: rec {
version = "2.9.0";
src = fetchPypi {
pname = "semantic_version";
version = version;
sha256 = "1chjd8019wnwb5mnd4x4jw9f8nhzg0xnapsdznk0fpiyamrlixdb";
};
});
starlette = super.starlette.overridePythonAttrs (oldAttrs: rec {
2022-02-10 20:38:06 +00:00
version = "0.18.0";
src = fetchFromGitHub {
owner = "encode";
repo = "starlette";
rev = version;
2022-02-10 20:38:06 +00:00
sha256 = "1dpj33cggjjvpd3qdf6hv04z5ckcn9f5dfn98p5a8hx262kgsr9p";
};
});
uvicorn = super.uvicorn.overridePythonAttrs (oldAttrs: rec {
2022-02-10 20:38:06 +00:00
version = "0.17.0";
src = fetchFromGitHub {
owner = "encode";
repo = "uvicorn";
rev = version;
2022-02-10 20:38:06 +00:00
sha256 = "142x8skb1yfys6gndfaay2r240j56dkr006p49pw4y9i0v85kynp";
2021-11-25 09:49:51 +00:00
};
});
};
};
in
with python.pkgs; buildPythonApplication rec {
pname = "platformio";
inherit version src;
propagatedBuildInputs = [
2021-10-18 14:57:26 +01:00
aiofiles
ajsonrpc
bottle
click
click-completion
colorama
git
lockfile
marshmallow
pyelftools
pyserial
requests
semantic-version
spdx-license-list-data.json
starlette
tabulate
uvicorn
wsproto
zeroconf
];
HOME = "/tmp";
checkInputs = [
jsondiff
pytestCheckHook
tox
];
pytestFlagsArray = (map (e: "--deselect tests/${e}") [
2018-10-30 13:38:57 +00:00
"commands/test_ci.py::test_ci_boards"
2019-04-05 09:15:13 +01:00
"commands/test_ci.py::test_ci_build_dir"
"commands/test_ci.py::test_ci_keep_build_dir"
2020-09-12 16:27:02 +01:00
"commands/test_ci.py::test_ci_lib_and_board"
"commands/test_ci.py::test_ci_project_conf"
2018-10-30 13:38:57 +00:00
"commands/test_init.py::test_init_custom_framework"
2020-09-12 16:27:02 +01:00
"commands/test_init.py::test_init_duplicated_boards"
"commands/test_init.py::test_init_enable_auto_uploading"
2018-10-30 13:38:57 +00:00
"commands/test_init.py::test_init_ide_atom"
"commands/test_init.py::test_init_ide_eclipse"
2020-09-12 16:27:02 +01:00
"commands/test_init.py::test_init_ide_vscode"
"commands/test_init.py::test_init_incorrect_board"
2018-10-30 13:38:57 +00:00
"commands/test_init.py::test_init_special_board"
"commands/test_lib.py::test_global_install_archive"
2020-09-12 16:27:02 +01:00
"commands/test_lib.py::test_global_install_registry"
2018-10-30 13:38:57 +00:00
"commands/test_lib.py::test_global_install_repository"
"commands/test_lib.py::test_global_lib_list"
2020-09-12 16:27:02 +01:00
"commands/test_lib.py::test_global_lib_uninstall"
"commands/test_lib.py::test_global_lib_update"
"commands/test_lib.py::test_global_lib_update_check"
"commands/test_lib.py::test_install_duplicates"
"commands/test_lib.py::test_lib_show"
"commands/test_lib.py::test_lib_stats"
"commands/test_lib.py::test_saving_deps"
"commands/test_lib.py::test_search"
"commands/test_lib.py::test_update"
"commands/test_lib_complex.py::test_global_install_archive"
"commands/test_lib_complex.py::test_global_install_registry"
"commands/test_lib_complex.py::test_global_install_repository"
"commands/test_lib_complex.py::test_global_lib_list"
"commands/test_lib_complex.py::test_global_lib_uninstall"
"commands/test_lib_complex.py::test_global_lib_update"
"commands/test_lib_complex.py::test_global_lib_update_check"
"commands/test_lib_complex.py::test_install_duplicates"
"commands/test_lib_complex.py::test_lib_show"
"commands/test_lib_complex.py::test_lib_stats"
"commands/test_lib_complex.py::test_search"
2018-10-30 13:38:57 +00:00
"commands/test_test.py::test_local_env"
2020-09-12 16:27:02 +01:00
"commands/test_test.py::test_multiple_env_build"
"commands/test_test.py::test_setup_teardown_are_compilable"
"package/test_manager.py::test_download"
"package/test_manager.py::test_install_force"
"package/test_manager.py::test_install_from_registry"
"package/test_manager.py::test_install_lib_depndencies"
"package/test_manager.py::test_registry"
"package/test_manager.py::test_uninstall"
"package/test_manager.py::test_update_with_metadata"
"package/test_manager.py::test_update_without_metadata"
2018-10-30 13:38:57 +00:00
"test_builder.py::test_build_flags"
"test_builder.py::test_build_unflags"
2020-04-03 14:58:16 +01:00
"test_builder.py::test_debug_custom_build_flags"
2020-09-12 16:27:02 +01:00
"test_builder.py::test_debug_default_build_flags"
2018-10-30 13:38:57 +00:00
"test_misc.py::test_api_cache"
"test_misc.py::test_ping_internet_ips"
2019-09-04 06:59:22 +01:00
"test_misc.py::test_platformio_cli"
2018-10-30 13:38:57 +00:00
"test_pkgmanifest.py::test_packages"
]) ++ (map (e: "--ignore=tests/${e}") [
"commands/test_boards.py"
2020-01-19 22:51:45 +00:00
"commands/test_check.py"
2018-10-30 13:38:57 +00:00
"commands/test_platform.py"
"commands/test_update.py"
"test_maintenance.py"
"test_ino2cpp.py"
]) ++ [
"tests"
];
2020-01-19 22:51:45 +00:00
patches = [
./fix-searchpath.patch
./use-local-spdx-license-list.patch
./missing-udev-rules-nixos.patch
2020-01-19 22:51:45 +00:00
];
postPatch = ''
substitute platformio/package/manifest/schema.py platformio/package/manifest/schema.py \
--subst-var-by SPDX_LICENSE_LIST_DATA '${spdx-license-list-data.json}'
substituteInPlace setup.py \
--replace "wsproto==1.0.*" "wsproto" \
--replace "zeroconf==0.38.*" "zeroconf"
2020-01-19 22:51:45 +00:00
'';
meta = with lib; {
2018-10-30 13:38:57 +00:00
broken = stdenv.isAarch64;
description = "An open source ecosystem for IoT development";
homepage = "https://platformio.org";
license = licenses.asl20;
2018-10-30 13:38:57 +00:00
maintainers = with maintainers; [ mog makefu ];
};
}