unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Juliana Sims <juli@incana.org>
To: 63486@debbugs.gnu.org
Cc: Juliana Sims <juli@incana.org>
Subject: [bug#63486] [PATCH v2 2/3] gnu: python-txtorcon: Run guix style.
Date: Sat, 13 May 2023 13:31:39 -0400	[thread overview]
Message-ID: <315ca05b2d8891ba02b29b47577986e082ea0d66.1683999057.git.juli@incana.org> (raw)
In-Reply-To: <93293536c55245718d7245b0334bc73d3609a96f.1683999057.git.juli@incana.org>

* gnu/packages/python-crypto.scm (python-txtorcon): Run guix style.
---
 gnu/packages/python-crypto.scm | 43 ++++++++++++++++------------------
 1 file changed, 20 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index be3ab5d0be..6a7611ccdb 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1248,31 +1248,28 @@ (define-public python-txtorcon
   (package
     (name "python-txtorcon")
     (version "19.0.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "txtorcon" version))
-        (sha256
-         (base32
-          "0fxzhsc62bhmr730vj9pzallmw56gz6iykvl28a5agrycm0bfc9p"))
-        (modules '((guix build utils)))
-        (snippet
-         #~(substitute* "txtorcon/controller.py"
-             (("from collections import Sequence")
-              "from collections.abc import Sequence")))))
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "txtorcon" version))
+              (sha256
+               (base32
+                "0fxzhsc62bhmr730vj9pzallmw56gz6iykvl28a5agrycm0bfc9p"))
+              (modules '((guix build utils)))
+              (snippet #~(substitute* "txtorcon/controller.py"
+                           (("from collections import Sequence")
+                            "from collections.abc import Sequence")))))
     (build-system python-build-system)
     (arguments
-      ;; The tests fail immediately due to a missing file. Reported upstream:
-      ;; <https://github.com/meejah/txtorcon/issues/330>
-     `(#:tests? #f))
-    (propagated-inputs
-     (list python-automat
-           python-idna
-           python-incremental
-           python-pyopenssl
-           python-service-identity
-           python-twisted
-           python-zope-interface))
+     ;; The tests fail immediately due to a missing file. Reported upstream:
+     ;; <https://github.com/meejah/txtorcon/issues/330>
+     (list #:tests? #f))
+    (propagated-inputs (list python-automat
+                             python-idna
+                             python-incremental
+                             python-pyopenssl
+                             python-service-identity
+                             python-twisted
+                             python-zope-interface))
     (home-page "https://github.com/meejah/txtorcon")
     (synopsis "Twisted-based Tor controller client")
     (description "This package provides a Twisted-based Tor controller client,
-- 
2.40.1





  reply	other threads:[~2023-05-13 17:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-13 16:56 [bug#63486] [PATCH 0/3] gnu: python-txtorcon: Fix build, style, update Juliana Sims
2023-05-13 16:59 ` [bug#63486] [PATCH 1/3] gnu: python-txtorcon: Fix failing build Juliana Sims
2023-05-13 16:59 ` [bug#63486] [PATCH 2/3] gnu: python-txtorcon: Run guix style Juliana Sims
2023-05-13 16:59 ` [bug#63486] [PATCH 3/3] gnu: python-txtorcon: Update to 23.0.0 Juliana Sims
2023-05-13 17:31 ` [bug#63486] [PATCH v2 1/3] gnu: python-txtorcon: Fix failing build Juliana Sims
2023-05-13 17:31   ` Juliana Sims [this message]
2023-05-13 17:31   ` [bug#63486] [PATCH v2 3/3] gnu: python-txtorcon: Update to 23.0.0 Juliana Sims
2023-05-22 14:54 ` bug#63486: [PATCH 0/3] gnu: python-txtorcon: Fix build, style, update Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=315ca05b2d8891ba02b29b47577986e082ea0d66.1683999057.git.juli@incana.org \
    --to=juli@incana.org \
    --cc=63486@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).