GNU bug report logs - #76334
[PATCH] gnu: Add python-platypush.

Previous Next

Package: guix-patches;

Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>

Date: Sun, 16 Feb 2025 12:32:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

To reply to this bug, email your comments to 76334 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76334; Package guix-patches. (Sun, 16 Feb 2025 12:32:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Evgeny Pisemsky <mail <at> pisemsky.site>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 16 Feb 2025 12:32:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Evgeny Pisemsky <mail <at> pisemsky.site>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-platypush.
Date: Sun, 16 Feb 2025 15:30:30 +0300
* gnu/packages/engineering.scm (python-platypush): New variable.

Change-Id: If4719a6c1bc2ee7eb2689a9ada618ec5f86f3f46
---
 gnu/packages/engineering.scm | 60 ++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index a5dbe51198..b749fb0e9b 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -146,6 +146,7 @@ (define-module (gnu packages engineering)
   #:use-module (gnu packages python)
   #:use-module (gnu packages python-build)
   #:use-module (gnu packages python-check)
+  #:use-module (gnu packages python-compression)
   #:use-module (gnu packages python-crypto)
   #:use-module (gnu packages python-science)
   #:use-module (gnu packages python-web)
@@ -1983,6 +1984,65 @@ (define-public python-capstone
     (propagated-inputs
      (list capstone))))
 
+(define-public python-platypush
+  (package
+    (name "python-platypush")
+    (version "1.3.5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.platypush.tech/platypush/platypush.git")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1chd60r4misz2i368435yb6hhnm97v8kncjnchxj8mg3mglw9gy0"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'relax-requirements
+            (lambda _
+              (substitute* "requirements.txt"
+                (("zipp>=3.19.1")
+                 "zipp")
+                (("urllib3>=2.2.2")
+                 "urllib3"))))
+          (add-before 'check 'pre-check
+            (lambda _
+              (setenv "HOME" "/tmp"))))))
+    (native-inputs (list python-setuptools python-wheel python-pytest redis))
+    (propagated-inputs (list python-alembic
+                             python-croniter
+                             python-docutils
+                             python-flask
+                             python-marshmallow
+                             python-pillow
+                             python-pygments
+                             python-pyotp
+                             python-dateutil
+                             python-magic
+                             python-pyyaml
+                             python-pyzbar
+                             python-qrcode
+                             python-redis
+                             python-requests
+                             python-rsa
+                             python-sqlalchemy-2
+                             python-tornado
+                             python-urllib3
+                             python-websocket-client
+                             python-websockets
+                             python-werkzeug
+                             python-zeroconf
+                             python-zipp))
+    (home-page "https://platypush.tech/")
+    (synopsis "General-purpose automation framework")
+    (description
+     "Platypush is a general-purpose and extensible platform for automation across
+multiple services and devices with hundreds of supported integrations.")
+    (license license:expat)))
 
 (define-public python-esptool
   (package

base-commit: dd7a377c38c2a3e0cb80b0e45b32dfbe4577a739
-- 
2.48.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 10 Mar 2025 14:35:02 GMT) Full text and rfc822 format available.

Notification sent to Evgeny Pisemsky <mail <at> pisemsky.site>:
bug acknowledged by developer. (Mon, 10 Mar 2025 14:35:02 GMT) Full text and rfc822 format available.

Message #10 received at 76334-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Evgeny Pisemsky <mail <at> pisemsky.site>
Cc: 76334-done <at> debbugs.gnu.org
Subject: Re: [bug#76334] [PATCH] gnu: Add python-platypush.
Date: Mon, 10 Mar 2025 15:33:59 +0100
Evgeny Pisemsky <mail <at> pisemsky.site> skribis:

> * gnu/packages/engineering.scm (python-platypush): New variable.
>
> Change-Id: If4719a6c1bc2ee7eb2689a9ada618ec5f86f3f46

Applied, thanks!




This bug report was last modified 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.