Commit graph

35 commits

Author SHA1 Message Date
Martin Weinelt 50c201f1aa
platformio: fix build by pinning dependencies
Pins the packages aiofiles, click and uvicorn.

Also migrates the package to pytestCheckHook.
2021-07-11 01:15:40 +02:00
Martin Weinelt 0dca82b857
platformio: relax zeroconf dependency pin 2021-05-18 06:23:43 +02:00
Alvar Penning 734790006a platformio: 5.0.4 -> 5.1.1 2021-05-17 18:02:21 +09:00
Sandro 5e4a4e0c32
Merge pull request #107137 from kneitinger/platformio_add_click_completion
platformio: Enable shell completion generation
2021-03-21 17:47:30 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Justin Charette 8bcb2fc800 platformio: 5.0.3 -> 5.0.4
Signed-off-by: Justin Charette <charetjc@gmail.com>
2020-12-31 13:20:24 -05:00
Kyle Kneitinger 90041a0645 platformio: Enable shell completion generation
The `platformio system completion install` command relies on the
click-completion python package to derive completions from the current
click argument logic. When this command is ran, it currently errors on
pip exceptions. If a nix-shell is used to run this command with
click-completion installed, shell completion is broken when outside
of the nix-shell.
2020-12-17 23:22:40 -08:00
Alvar Penning 160c5e9376 platformio: 5.0.2 -> 5.0.3
In addition to the version change, the source is managed in a central
location, since previously the same change had to be made in two places.
2020-11-24 14:36:19 +01:00
Alvar Penning 916c7ee66a platformio: 5.0.1 -> 5.0.2 2020-10-31 16:40:10 +01:00
Alvar 7b3cbc600f
platformio: 4.3.4 -> 5.0.1 (#97833) 2020-09-12 15:27:02 +00:00
Fabian Geiselhart 5ed47f34e4 platformio: Patch warning about missing udev rules
This adds the sentence "On NixOS add the platformio package to
services.udev.packages" to the warning.
2020-06-29 19:51:46 +02:00
Fabian Geiselhart ecb560bf47 platformio: Put udev rules into package output 2020-06-29 19:51:40 +02:00
Bernardo Meurer 110d6a8b98
platformio: 4.3.1 -> 4.3.4 2020-06-17 20:43:56 -07:00
Jörg Thalheim 61a03065fd
Merge pull request #84190 from geistesk/platformio-4.3.1 2020-04-17 11:37:07 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
geistesk 40998c81a6 platformio: 4.1.0 -> 4.3.1 2020-04-03 15:58:16 +02:00
Franz Pletz 8c6f35a607
platformio: 4.0.3 -> 4.1.0 2020-01-27 11:50:09 +01:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Peter Hoeg 501e5bd1e8 platformio: 3.6.6 -> 4.0.3 2019-09-04 13:59:22 +08:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Robert Schütz ad961fe69d platformio: 3.6.4 -> 3.6.6 2019-04-14 14:46:14 +02:00
Robert Schütz 0b87a56015 python.pkgs.click: make patch version-agnostic 2019-03-21 11:52:51 +01:00
Robert Schütz 4506266b4a platformio: 3.6.2 -> 3.6.4 2019-01-26 12:39:39 +01:00
Peter Hoeg 796d270f53 platformio: 3.6.1 -> 3.6.2
Broken on aarch64.
2018-12-11 16:37:07 +08:00
Peter Hoeg 718d3aea7c platformio: 3.5.3 -> 3.6.1 2018-11-01 17:16:02 +08:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
André-Patrick Bubel 2388a9b5a9
platformio: 3.5.2 -> 3.5.3 2018-06-19 19:01:34 +02:00
André-Patrick Bubel 9374c3f203
platformio: Fix building of overridden click package
The normal click package now applies a patch that doesn't work with the
older version used for platformio.
2018-06-19 19:00:03 +02:00
Matthew O'Gorman b79d1e8031 platformio: add git to chroot so it is usable by platformio command 2018-05-05 02:41:10 -04:00
Robert Schütz b1c6c0af87 platformio: 3.5.1 -> 3.5.2 2018-04-08 11:36:07 +02:00
Robert Schütz c664dc8d19 platformio: move out of pythonPackages 2018-04-08 11:36:07 +02:00
Luke Adams 4da3c294f6 platformio-fhs: minor changes 2018-02-11 09:19:53 +01:00
Matthew O'Gorman 27b5dbb1d0 platformio: 3.4.1 -> 3.5.0 2018-01-03 13:11:26 -05:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Matthew O'Gorman 119a9458fb
platformio: init at 2.7.0 2016-01-06 04:09:52 -05:00