[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51314] [PATCH v4 13/14] gnu: Add octoprint-filecheck.
From: |
Vinicius Monego |
Subject: |
[bug#51314] [PATCH v4 13/14] gnu: Add octoprint-filecheck. |
Date: |
Sun, 29 May 2022 18:27:45 +0000 |
* gnu/packages/printers.scm (octoprint-filecheck): New variable.
---
gnu/packages/printers.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/printers.scm b/gnu/packages/printers.scm
index ca7caad01f..edbc1386b5 100644
--- a/gnu/packages/printers.scm
+++ b/gnu/packages/printers.scm
@@ -83,6 +83,29 @@ (define-public octoprint-firmwarecheck
on identification of such a firmware.")
(license license:agpl3)))
+(define-public octoprint-filecheck
+ (package
+ (name "octoprint-filecheck")
+ (version "2021.2.23")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "OctoPrint-FileCheck" version))
+ (sha256
+ (base32 "0bgvv6hvxa9qv0fs5dfr9wlbbjawxik8f2cid3h3czdhdhw46aqv"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:tests? #f ; no tests
+ #:phases
+ (modify-phases %standard-phases
+ (delete 'sanity-check)))) ; checks for Octoprint
+ (home-page "https://github.com/OctoPrint/OctoPrint-FileCheck")
+ (synopsis "Plugin to check for common issues in uploaded files")
+ (description "The File Check plugin tries to detect common issues in
+uploaded files that are known to cause issues while printing and which in
+the past have caused support requests on OctoPrint's Community Forums.")
+ (license license:agpl3)))
+
(define-public robocut
(package
(name "robocut")
--
2.34.1
- [bug#51314] [PATCH v4 06/14] gnu: Add python-cachelib-0.2., (continued)
- [bug#51314] [PATCH v4 06/14] gnu: Add python-cachelib-0.2., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 07/14] gnu: Add python-wrapt-1.13., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 08/14] gnu: Add python-watchdog-1., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 09/14] gnu: Add python-sarge-0.1.6., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 11/14] gnu: Add octoprint-pisupport., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 12/14] gnu: Add octoprint-firmwarecheck., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 10/14] gnu: Add python-flask-login-0.5., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 13/14] gnu: Add octoprint-filecheck.,
Vinicius Monego <=
- [bug#51314] [PATCH v4 14/14] gnu: Add octoprint., Vinicius Monego, 2022/05/29