From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id +HvnNfTJX2SLVgEASxT56A (envelope-from ) for ; Sat, 13 May 2023 19:33:40 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id WMvsNfTJX2QFgAAA9RJhRA (envelope-from ) for ; Sat, 13 May 2023 19:33:40 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A4F2524D5C for ; Sat, 13 May 2023 19:33:40 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pxt7G-0002vM-T8; Sat, 13 May 2023 13:33:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pxt79-0002uN-0s for guix-patches@gnu.org; Sat, 13 May 2023 13:33:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pxt78-0004Ha-46 for guix-patches@gnu.org; Sat, 13 May 2023 13:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pxt77-0005WO-Vg for guix-patches@gnu.org; Sat, 13 May 2023 13:33:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63486] [PATCH v2 2/3] gnu: python-txtorcon: Run guix style. Resent-From: Juliana Sims Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 13 May 2023 17:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63486 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63486@debbugs.gnu.org Cc: Juliana Sims Received: via spool by 63486-submit@debbugs.gnu.org id=B63486.168399912621128 (code B ref 63486); Sat, 13 May 2023 17:33:01 +0000 Received: (at 63486) by debbugs.gnu.org; 13 May 2023 17:32:06 +0000 Received: from localhost ([127.0.0.1]:39527 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxt6D-0005Ud-Qr for submit@debbugs.gnu.org; Sat, 13 May 2023 13:32:06 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:57471) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxt6C-0005Ty-OP for 63486@debbugs.gnu.org; Sat, 13 May 2023 13:32:05 -0400 Received: (Authenticated sender: juli@incana.org) by mail.gandi.net (Postfix) with ESMTPSA id B34391BF204; Sat, 13 May 2023 17:31:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=incana.org; s=gm1; t=1683999119; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vEOCBPVysvZhtbcLbiI9ddSWo67Wkmu7Gzu3sFwGGm4=; b=h+uBNzRXmTaqS769Q3Xmr+uTVijHPmXZyfFxmyVqKnVqb54C+rJQ0pvkNkf3k/iFGURusg rP+JQtDz/8QSvioSuRHcB+G9ocD+O6C0JZSs13EJZZ4lLwwHBoK84gJjr6lxxC1fprAmEd XmLJ1zXsl7mgvwqabLP2dod7Lj7eXFn1ob9eFwFZopXUY1s4KwY9WYSIBBU8z6sE7eBLaG eQWFmEO+orudjt1OOAGwSpkJ1vrfeM4HPAk3GxlLQ4CBoaD1DBT1lgrehJYMGg5+Pa4HIT ldP4IUKevITWo7wM4j75WQl416jNlfDZpNJLsnhy9HJwIps39yehXrRvBb/PrQ== From: Juliana Sims Date: Sat, 13 May 2023 13:31:39 -0400 Message-Id: <315ca05b2d8891ba02b29b47577986e082ea0d66.1683999057.git.juli@incana.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <93293536c55245718d7245b0334bc73d3609a96f.1683999057.git.juli@incana.org> References: <93293536c55245718d7245b0334bc73d3609a96f.1683999057.git.juli@incana.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1683999220; a=rsa-sha256; cv=none; b=pVjkpipiy42VMFPMl1vZD44V6ob9relv/Ani4G9PiCDvm7sDpIiccfOWx8Sjpdbt0vTIFI 44ex67w6mDoCZrZCkNEFShwRdLte0drj14+bEx0HWKCZ3lcEVOPb5iCAkT4d/wsGBDg/a8 KmyCou/HbKMxHm0JYVb68jGZXH+XYwNKJe4KfvdTTZT4tNfZyBzP5+jYhGpEQsaegp8Sq9 T2xx/Oe4w3sWfd/WMpz/Xi2ediq/hgS28DwJVg9pLL4igYsGOnB13EJUYh7VScquqIHOmN Xr6djcGcrZB0zQ3SgfC2wxNI4Eo7/raMYm7U02WyMdczB4Lq8DgnutxK4op4TQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=incana.org header.s=gm1 header.b=h+uBNzRX; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1683999220; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=vEOCBPVysvZhtbcLbiI9ddSWo67Wkmu7Gzu3sFwGGm4=; b=bz3Un+srP5c6Xwl1xHYDkniNsA8/z1Em7hwHCmDE+cVn9OuA0j103jongf4660CytkyPOu iU0SJy2Km1+R3LJnQBz0roupbfNp8yct222cd6UjAvCnADLyo3KL0nJJzXeGnvef/L45RF A0uDcJn+AjZOyd1Wq6LH+stmBfJ506gRER/2M6znZOsZ8NTlq3ZJS7ow8vwq0fVQsHHnIf OA9b0jldaxM8VqJ4DA7LQr6+xr4FA2YAiemCxB6oHy/Elp+suCzMzFqNY3nlBl6WBM1Zuq CaSP5vS2ESDwctLAUWlyMChD7yGeFnYQobMeXlWD08E2kPjZSg+HLnpt850dAA== X-Migadu-Spam-Score: 0.49 X-Spam-Score: 0.49 X-Migadu-Queue-Id: A4F2524D5C X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=incana.org header.s=gm1 header.b=h+uBNzRX; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-TUID: DA+/c2jntjGL * 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: - ;; - `(#: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: + ;; + (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