1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

18 commits

Author SHA1 Message Date
Scriptkiddi 2293669674 home-assistant: Add error output for missing deps
Print missing dependencies to the console when running the parse
requirements script. This allows to spot missing packages that could be
added to nixpkgs
2019-12-18 22:24:26 +01:00
Peter Hoeg 892fff48fd home-assistant: 0.96.2 -> 0.99.2 2019-09-25 08:07:30 +08:00
Robert Schütz 3c4ec19cb6 home-assistant: make parse-requirements.py use manifest.json
The way dependencies and requirements are specified was changed upstream
in https://github.com/home-assistant/home-assistant/pull/22699.
2019-05-03 15:47:03 +02:00
Robert Schütz dc39d02e00 home-assistant: allow beta versions in parse-requirements.py 2019-03-04 17:17:33 +01:00
Robert Schütz 9a70a1842c home-assistant: 0.84.6 -> 0.85.0 2019-01-10 11:25:16 +01:00
Robert Schütz dbceff85b9 home-assistant: 0.81.5 -> 0.82.0 2018-11-12 11:21:41 +01:00
Robert Schütz 33be3c4630 home-assistant: 0.75.2 -> 0.76.1
Also simplify the way overrides are defined for better readability
and use the opportunity to introduce a packageOverrides option.
2018-08-21 19:26:54 +02:00
Robert Schütz 0dd8ab714f home-assistant: update description of parse-requirements.py 2018-05-26 16:37:37 +02:00
Robert Schütz a29518707d home-assistant: support requirements specified by URL 2018-05-25 19:41:55 +02:00
Robert Schütz 2be9833d6a home-assistant: sort packages alphabetically 2018-05-25 19:37:12 +02:00
Robert Schütz b1aa2b7890 home-assistant: include requirements of dependencies 2018-05-25 17:31:19 +02:00
Robert Schütz 3807a0d526 home-assistant: deal with multiple packages matching requirement 2018-05-22 15:08:46 +02:00
Robert Schütz 51d1aad9f3 home-assistant: treat "-" and "_" equally in parse-requirements.py 2018-04-09 16:45:28 +02:00
Robert Schütz f198ca19d9 home-assistant: support requirements that are commented out 2018-04-05 10:16:16 +02:00
Peter Hoeg 749d280c2c home-assistant: support requirements specified by url 2018-04-05 10:16:16 +02:00
Peter Hoeg ec4575f7c1 home-assistant: sort components when writing them out 2018-02-27 17:15:26 +08:00
Robert Schütz b1603e951e home-assistant: make parse-requirements.py detect more packages 2018-02-10 23:18:41 +01:00
Robert Schütz 78c2ca326e home-assistant: compute extraComponents from config 2018-02-02 09:48:50 +01:00