all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Filip Lajszczak <filip@lajszczak.dev>
Cc: 48289-done@debbugs.gnu.org
Subject: bug#48289: [PATCH] gnu: Add python-pythonanywhere.
Date: Mon, 03 Jan 2022 17:34:49 +0100	[thread overview]
Message-ID: <877dbghj6e.fsf_-_@gnu.org> (raw)
In-Reply-To: <20211217230847.9375-1-filip@lajszczak.dev> (Filip Lajszczak's message of "Sat, 18 Dec 2021 00:08:47 +0100")

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1721 bytes --]

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	other threads:[~2022-01-03 16:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-08 13:28 [bug#48289] [PATCH] gnu: Add python-pythonanywhere Filip Lajszczak
2021-05-08 21:16 ` Maxime Devos
2021-05-09 13:06   ` Filip Lajszczak
2021-05-09 13:09 ` Filip Lajszczak
2021-12-17 23:08 ` Filip Lajszczak
2022-01-03 16:34   ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877dbghj6e.fsf_-_@gnu.org \
    --to=ludo@gnu.org \
    --cc=48289-done@debbugs.gnu.org \
    --cc=filip@lajszczak.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.