GNU bug report logs - #75881
[PATCH] gnu: Add python-pypubsub.

Previous Next

Package: guix-patches;

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

Date: Sun, 26 Jan 2025 23:10:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 75881-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add python-pypubsub.
Date: Tue, 04 Feb 2025 12:58:58 +0000
[Message part 1 (text/plain, inline)]
Hi

Thank you for the patch.

I've applied some adjustments to indentation:
--8<---------------cut here---------------start------------->8---
modified   gnu/packages/python-xyz.scm
@@ -38375,21 +38375,25 @@ (define-public python-pypubsub
     (build-system pyproject-build-system)
     (arguments
      (list
-      #:phases #~(modify-phases %standard-phases
-                   (replace 'check
-                     (lambda* (#:key tests? #:allow-other-keys)
-                       (when tests?
-                         (with-directory-excursion "tests/suite"
-                           (invoke "py.test"))))))))
-    (native-inputs (list python-pytest python-setuptools python-wheel))
+      #:phases
+      #~(modify-phases %standard-phases
+          (replace 'check
+            (lambda* (#:key tests? #:allow-other-keys)
+              (when tests?
+                (with-directory-excursion "tests/suite"
+                  (invoke "py.test"))))))))
+    (native-inputs
+     (list python-pytest
+           python-setuptools
+           python-wheel))
     (home-page "https://github.com/schollii/pypubsub")
     (synopsis "Python publish-subcribe library")
     (description
-     "This library provides a publish-subscribe API to facilitate
-event-based or message-based architecture in a single-process
-application.  It is centered on the notion of a topic - senders
-publish messages of a given topic, and listeners subscribe to messages
-of a given topic, all inside the same process.")
+     "This library provides a publish-subscribe API to facilitate event-based
+or message-based architecture in a single-process application.  It is centered
+on the notion of a topic - senders publish messages of a given topic, and
+listeners subscribe to messages of a given topic, all inside the same
+process.")
     (license license:bsd-2)))
 
 (define-public python-queuelib
--8<---------------cut here---------------end--------------->8---

Pushed to master as

ac9fc0db767 * master gnu: Add python-pypubsub.

Closing as competed.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 164 days ago.

Previous Next


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