Commit Graph

180 Commits

Author SHA1 Message Date
Martin Weinelt
d630a8dcec
octoprint.python.pkgs.printtimegenius: 2.2.6 -> 2.2.8 2021-08-23 01:55:13 +02:00
Martin Weinelt
0d5c1cadfa
octoprint.python.pkgs.psucontrol: 0.1.9 -> 1.0.6 2021-08-23 01:55:12 +02:00
Martin Weinelt
47fea9853b
octoprint.python.pkgs.simpleemergencystop: 1.0.3 -> 1.0.5 2021-08-23 01:55:12 +02:00
Martin Weinelt
c94b2d6f8f
octoprint.python.pkgs.telegram: 1.6.4 -> 1.6.5 2021-08-23 01:55:12 +02:00
Martin Weinelt
623ad8a9b6
octoprint.python.pkgs.touchui: 0.3.16 -> 0.3.18 2021-08-23 01:55:12 +02:00
Martin Weinelt
2d801b4d1d
octoprint.python.pkgs.octoklipper: 0.3.2 -> 0.3.8.3 2021-08-23 01:55:12 +02:00
Martin Weinelt
505106bc4b
octoprint.python.pkgs.octoprint-dashboard: 1.15.2 -> 1.18.3 2021-08-23 01:55:11 +02:00
Martin Weinelt
fe6d9366c9
octoprint: 1.5.3 -> 1.6.1
Hardcode path to pip so octoprint will find it and recognize it cannot
write to its install dir with the /nix/store. This causes less, at least
when looking at the log output, compared to not having pip accessible at
all.

Hardcore path to ffmpeg, because it is not reasonable on a NixOS setup
to not treat this as a dependency. At the same time we hide the related
settings form, so the user cannot overwrite it.
Having the user input a sensible path would require installing ffmpeg
into the environment, not a great solution, so patching it is.
2021-08-23 01:55:11 +02:00
Martin Weinelt
fc0b15b696 octoprint: update zeroconf override
Required so it still works with the latest changes to the derivation.

Does not make octoprint build, this would require further overrides
around the flask/werkzeug ecosystem.
2021-07-22 23:06:59 +02:00
Daniel Fullmer
b809a63817 octoprint: add missing dependency to websocket-client
The `six` dependency was removed from the websocket-client package when
it was upgraded to 1.1.0 in 600d787b9b.
Since we pin a different version for octoprint, we should re-add it
here.
2021-06-27 20:34:27 -07:00
Drew Risinger
8bc99a162f octoprint: pin websocket-client to 0.58.0 2021-06-16 12:24:26 -04:00
Sandro Jäckel
7b4d273d3c
pythonPackages: websocket_client -> websocket-client 2021-06-15 22:03:10 +02:00
Felix Buehler
7e35bf23c2 octoprint.python.pkgs.m86motorsoff: init at 0.1.0 2021-03-16 16:13:34 +01:00
Felix Buehler
0593d850d9 octoprint.python.pkgs.telegram: init at 1.6.4 2021-03-16 16:13:19 +01:00
Felix Buehler
93279df201 octoprint.python.pkgs.displayprogress: init at 0.1.3 2021-03-16 16:12:58 +01:00
Felix Buehler
88046a1ab1 octoprint.python.pkgs.costestimation: init at 3.2.0 2021-03-16 16:12:38 +01:00
Martin Weinelt
7938f40c35
octoprint: ignore emoji and watchdog version constraints 2021-02-03 14:29:12 +01:00
Bernardo Meurer
97e1ee02e8
octoprint: 1.5.1 -> 1.5.3 2021-01-31 18:44:18 -08:00
Bernardo Meurer
fa08c42f94
octoprint: use nix-updater-script 2021-01-31 18:43:52 -08: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
Orivej Desh
5a772d4cb0 octoprint: pin flask-babel to 1.0.0 2020-12-07 13:16:18 +00:00
Bernardo Meurer
e82416909f octoprint: sort propagatedBuildInputs 2020-12-07 13:12:04 +00:00
Bernardo Meurer
16f145e29f octoprint: 1.4.2 -> 1.5.1 2020-12-07 13:12:04 +00:00
Bernardo Meurer
1122d28e9f
octoprint.python.pkgs.marlingcodevisualizer: init at 0.11.0 2020-11-06 11:48:08 -08:00
Bernardo Meurer
7fede29d83
nixos/octoprint: remove references to deprecated/removed m33-fio plugin 2020-11-06 00:39:50 -08:00
Bernardo Meurer
d6a1aff820
octoprint.python.pkgs.bedlevelvisualizer: init at 0.1.15 2020-10-21 00:24:52 -07:00
Bernardo Meurer
f66c7667e3
octoprint.python.pkgs.themeify: init at 1.2.2 2020-10-21 00:00:46 -07:00
Bernardo Meurer
ea33f3dab8
octoprint: sort plugins 2020-10-20 23:56:39 -07:00
Bernardo Meurer
f2e31a9921
octoprint.python.pkgs.octoprint-dashboard: 1.15.1 -> 1.15.2 2020-10-20 23:53:28 -07:00
Bernardo Meurer
f706072579
octoprint.python.pkgs.simpleemergencystop: 0.2.5 -> 1.0.3 2020-10-20 23:52:09 -07:00
Bernardo Meurer
f51bd15d67
octoprint.python.pkgs.gcodeeditor: 0.2.6 -> 0.2.9 2020-10-20 23:50:49 -07:00
Bernardo Meurer
b9df9c7454
octoprint.python.pkgs.abl-expert: 2019-12-21 -> 0.6 2020-10-20 23:49:29 -07:00
Bernardo Meurer
48f69d45dd
octoprint.python.pkgs.printtimegenius: 2.2.1 -> 2.2.6 2020-10-20 23:47:16 -07:00
Bernardo Meurer
96a7a76e69
octoprint.python.pkgs.touchui: 0.3.14 -> 0.3.16 2020-10-20 23:44:53 -07:00
Bernardo Meurer
a2bdd1e70d
octoprint.python.pkgs.curaenginelegacy: 1.0.2 -> 1.1.1 2020-10-20 23:41:04 -07:00
Bernardo Meurer
e4cf0fdd42
octoprint.python.pkgs.titlestatus: 0.0.4 -> 0.0.5 2020-10-20 23:39:38 -07:00
Bernardo Meurer
a9c2caea4f
octoprint.python.pkgs.mqtt: 0.8.6 -> 0.8.7 2020-10-20 23:39:29 -07:00
Bernardo Meurer
76bbe9eb34
octoprint.python.pkgs.m33-fio: remove
It is incompatible with modern octoprints and has been abandoned by
upstream.
c.f. https://plugins.octoprint.org/plugins/m33fio/
2020-10-20 23:38:54 -07:00
Bernardo Meurer
a742a83a6e
octoprint.python.pkgs.octoprint-dashboard: 1.13.0 -> 1.15.1 2020-10-08 22:13:03 -07:00
Bernardo Meurer
223e028ca9
octoprint.python.pkgs.octoklipper: init at 0.3.2 2020-10-08 22:13:02 -07:00
Bernardo Meurer
56c9f66a42
octoprint.python.pkgs.displaylayerprogress: 1.23.2 -> 1.24.0 2020-10-07 20:56:53 -07:00
Frederik Rietdijk
d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
Johannes Arnold
4746456a64 octoprint.python.pkgs.octoprint-dashboard: init at 1.13.0 2020-09-05 11:48:56 +02:00
Johannes Arnold
452e5b9348 octoprint.python.pkgs.displaylayerprogress: init at 1.23.2 2020-09-05 11:48:33 +02:00
Jonathan Ringer
1140b6433b octoprint: fix deps 2020-08-30 09:11:03 +02:00
Johannes Arnold
b1b8caed56 octoprint: 1.4.0 -> 1.4.2 2020-08-25 23:29:31 +02:00
Enno Lohmeier
4afa2702af octoprint: freeze dependencies 2020-06-26 12:25:09 +02:00
Jonathan Ringer
fd19d900d3 octoprint: freeze watchdog 2020-06-03 11:29:15 -07:00
Gabriel Ebner
d5fb3b4e28 octoprint: add passthru.python 2020-05-03 11:59:18 +02:00
Gabriel Ebner
2869cd03d3 octoprint: fix build 2020-05-03 11:45:36 +02:00
Gabriel Ebner
a4f60b72e9 Merge branch 'master' into octoprint 2020-05-03 11:37:52 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Gabriel Ebner
254c72f560 octoprint.python.pkgs.*: fix homepage 2020-03-15 13:48:22 +01:00
Gabriel Ebner
a11d4fd073 octoprint.python.pkgs.touchui: 0.3.13 -> 0.3.14 2020-03-15 13:48:22 +01:00
Gabriel Ebner
68cb570a92 octoprint.python.pkgs.psucontrol: 0.1.8 -> 0.1.9 2020-03-15 13:48:22 +01:00
Frederik Rietdijk
7066dc85ba octoprint-plugins: use same python as octoprint, use overlays
- ensure the plugins use the same python as octoprint
- overlay of overriding plugins
- drop octoprint-plugins attribute
2020-03-15 13:48:22 +01:00
Alex Whitt
d5528e3979 octoprint: 1.3.12 -> 1.4.0, use python3 2020-03-15 10:09:21 +01:00
Alex Whitt
61a637aa64 Octoprint-SimpleEmergencyStop: init at 0.2.5 2020-02-13 15:58:50 -05:00
Alex Whitt
37e6afd799 Octoprint-GcodeEditor: init at 0.2.6 2020-02-13 15:58:33 -05:00
Alex Whitt
5e0ae51052 Octoprint-ABL_Expert: init at 2019-12-21 2020-02-13 15:58:17 -05:00
Alex Whitt
dba13a032c Octoprint-PrintTimeGenius: 2.0.2 -> 2.2.1 2020-02-13 15:58:04 -05:00
Gabriel Ebner
5ed4beea61 octoprint-plugins.printtimegenius: 1.3.1 -> 2.0.2 2019-11-02 23:12:19 +01:00
Gabriel Ebner
6abfaf890d octoprint-plugins.stlviewer: 0.4.1 -> 0.4.2 2019-11-02 23:12:19 +01:00
Gabriel Ebner
04742d003e octoprint-plugins.mqtt: 0.8.0 -> 0.8.6 2019-11-02 23:12:19 +01:00
Gabriel Ebner
c1d87b7e83 octoprint: 1.3.11 -> 1.3.12 2019-11-02 23:12:19 +01:00
Gabriel Ebner
9d3de1b0df octoprint-plugins.printtimegenius: init at 1.3.1 2019-07-07 14:49:28 +02:00
Gabriel Ebner
21d2f1942c octoprint-plugins.psucontrol: init at 0.1.8 2019-07-07 14:38:01 +02:00
Gabriel Ebner
96b1129101 octoprint-plugins.touchui: init at 0.3.13 2019-07-07 14:34:02 +02:00
Gabriel Ebner
6c52a62472 octoprint: remove sarge override
Upstream wants 0.1.5post0
2019-07-07 14:28:42 +02:00
Gabriel Ebner
1909659202 octoprint-plugins.curaenginelegacy: init at 1.0.2 2019-05-30 18:10:29 +02:00
Gabriel Ebner
18f564b882 octoprint: 1.3.10 -> 1.3.11 2019-05-30 18:10:29 +02:00
Mario Rodas
395a9def0d
octoprint: fix darwin build 2019-05-12 20:41:38 -05:00
Matt Votava
2a96ed5850 octoprint: fix held back jinja2 dependency
Octoprint holds back python jinja2 package due to breaking changes.
nixpkgs' jinja2 recently changed to running tests, but the octoprint
version fails building due to having an older pytest configuration,
and this versions pypi release doesn't have the tests dir distributed in
the tarball anyways.
2019-05-12 16:36:17 -07:00
Robert Schütz
801971d180 octoprint: pin werkzeug to 0.14.1
The tests failed with
    ImportError: cannot import name cached_property
after 81dd0316a8.
2019-04-02 09:07:53 +02:00
Robert Schütz
080832f411 octoprint: fix tests 2019-02-21 08:22:47 +01:00
Robert Schütz
c335003b8d octoprint: ignore version constraints 2019-02-21 08:22:47 +01:00
Frederik Rietdijk
ea08586abb octoprint: 1.3.9 -> 1.3.10, still broken
need to add a bunch of custom versions of dependencies
2019-02-17 14:40:57 +01:00
Peter Hoeg
22af980cc2 octoprint-plugins: standardize naming 2018-12-09 20:47:12 +08:00
Peter Hoeg
6078310d02 octoprint-plugins: remove redundant platforms 2018-12-09 20:04:19 +08:00
Peter Hoeg
f9fc51c553 octoprint-mqtt: init at 0.8.0
At the same time:

 - build plugins against python2 as that is what octoprint uses
 - do not run checks are there aren't any
 - use buildPythonPackage as these are not applications
2018-12-06 13:05:27 +08:00
Peter Hoeg
547cd5bfd4 octoprint: 1.3.8 -> 1.3.9
At the same time, clean up how we handle dependencies (shamelessly stolen from
home-assistant) and override version constraints.
2018-12-06 12:43:36 +08:00
Robert Schütz
0b3f257e06 octoprint: pin pylru to 1.0.9 2018-09-01 10:41:37 +02:00
Frederik Rietdijk
ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Robert Schütz
18ecdd1e7e python.pkgs.backports_ssl_match_hostname_3_4_0_2: remove 2018-07-15 01:29:48 +02:00
Frederik Rietdijk
14b28269b3 octoprint: fix build 2018-06-23 13:45:09 +02:00
Robert Schütz
ee34f20e8b octoprint: fix build 2018-04-08 11:36:06 +02:00
Robert Schütz
d6e8e946fc octoprint: fix build 2018-04-08 11:36:06 +02:00
Nikolay Amiantov
96ac69288b octoprint: 1.3.5 -> 1.3.6 2018-02-18 12:48:41 +03:00
Samuel Dionne-Riel
7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Orivej Desh
fa2bf1bf20 octoprint: 1.3.4 -> 1.3.5
Its hash has changed again.  Keep a table of old hashes for fact checking.
2017-11-17 08:17:43 +00:00
makefu
7bc1d331e5 octoprint: unpin pyserial,semantic_version 2017-10-02 07:20:23 +00:00
Nikolay Amiantov
c766092193 octoprint-plugins.m33-fio: 1.20 -> 1.21 2017-09-28 03:33:23 +03:00
Jörg Thalheim
a3dec32463 octoprint: fix hash 2017-08-16 18:06:12 +01:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Nikolay Amiantov
86e80adebb octoprint-plugins.stlviewer: 0.3.0 -> 0.4.1 2017-07-27 17:07:44 +03:00
Nikolay Amiantov
61cdadb0a8 octoprint-plugins.m33-fio: 1.17 -> 1.20 2017-07-27 17:07:44 +03:00
Nikolay Amiantov
6908d1ac7a octoprint: 1.3.2 -> 1.3.4 2017-07-27 17:07:44 +03:00
Frederik Rietdijk
ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Nikolay Amiantov
8c98df0136 octoprint-plugins.m33-fio: fix incompatibility with new OctoPrint 2017-03-24 15:47:33 +03:00