guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48289: [PATCH] gnu: Add python-pythonanywhere.


From: Ludovic Courtès
Subject: bug#48289: [PATCH] gnu: Add python-pythonanywhere.
Date: Mon, 03 Jan 2022 17:34:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi Filip,

Filip Lajszczak <filip@lajszczak.dev> skribis:

> * gnu/packages/python-xyz.scm (python-pythonanywhere): New variable.

Finally applied with the tweaks below (see
<https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html>).

Thank you, and thanks for persevering!

Ludo’.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5baddf1abb..01992dc729 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12532,11 +12532,11 @@ (define-public python-pythonanywhere
              (setenv "HOME" "/tmp")))
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)
-                    (when tests?
-                      ;; exclude tests marked as slowtest that assume running
-                      ;; inside git repository on system with virtualenvwrapper
-                      ;; installed.
-                      (invoke "pytest" "-m" "not slowtest")))))))
+             (when tests?
+               ;; Exclude tests marked as slowtest that assume running
+               ;; inside Git repository on system with virtualenvwrapper
+               ;; installed.
+               (invoke "pytest" "-m" "not slowtest")))))))
     (native-inputs
       (list python-pytest
             python-psutil
@@ -12552,9 +12552,9 @@ (define-public python-pythonanywhere
             python-typer))
     (home-page "https://github.com/pythonanywhere/helper_scripts/";)
     (synopsis "PythonAnywhere helper tools for users")
-    (description "PythonAnywhere helper tools for users.  Cli and python 
wrapper
-around API that allows managing web apps and scheduled tasks.  Includes 
single-command
-deployment for Django Girls tutorial.")
+    (description "PythonAnywhere provides a command-line interface and an
+application programming interface that allows managing Web apps and scheduled
+tasks.  It includes single-command deployment for the Django Girls tutorial.")
     (license license:expat)))
 
 (define-public python-pythondialog

reply via email to

[Prev in Thread] Current Thread [Next in Thread]