From patchwork Tue Dec 8 02:46:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyle Meyer X-Patchwork-Id: 25647 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 872CD27BC03; Tue, 8 Dec 2020 02:46:09 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 054B927BC01 for ; Tue, 8 Dec 2020 02:46:09 +0000 (GMT) Received: from localhost ([::1]:42970 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmT0y-0000HG-5v for patchwork@mira.cbaines.net; Mon, 07 Dec 2020 21:46:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55872) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmT0r-0000Gs-VI for guix-patches@gnu.org; Mon, 07 Dec 2020 21:46:01 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44514) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kmT0r-0001Qg-Nb for guix-patches@gnu.org; Mon, 07 Dec 2020 21:46:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kmT0r-0003x7-M8 for guix-patches@gnu.org; Mon, 07 Dec 2020 21:46:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45111] [PATCH 1/3] gnu: python-dnspython: Fix indentation. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Dec 2020 02:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45111 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 45111@debbugs.gnu.org Received: via spool by 45111-submit@debbugs.gnu.org id=B45111.160739555615157 (code B ref 45111); Tue, 08 Dec 2020 02:46:01 +0000 Received: (at 45111) by debbugs.gnu.org; 8 Dec 2020 02:45:56 +0000 Received: from localhost ([127.0.0.1]:56052 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmT0l-0003wO-L2 for submit@debbugs.gnu.org; Mon, 07 Dec 2020 21:45:55 -0500 Received: from out0.migadu.com ([94.23.1.103]:43310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmT0j-0003wE-MG for 45111@debbugs.gnu.org; Mon, 07 Dec 2020 21:45:54 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1607395598; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ABZ+QkCz4FtIlCAld0tFRDZk2iCJNuLNmx5jGvNfqF4=; b=jCi8kc/B2SWiGp6NSSCBrF0lLuzEeMZ2g2gapL2MQQtWObtL1LaPDPxXoJdloXCSfnBqAv t2/B4j4h97ZkDDKbY0tiGX0DsXWHvBEMGFQntd3NTZEPkkFfqtsKzSwthz+Cz+9Yw/POzp WgrwAENcV8MOZhivfu/1HA49yaTe+D3ivAhUAkEVl2G1r+GrXn+AdAuwXv0Fp13h22OyZJ 1Ful/qLOWh4kh1kcFBUZw9IWJ9xR0TMDcWMs5SBJPX0uwpull8PfcFe38/ieHmuW3wMyor IE5CHUQWp08wRUoCsDjvjFWp/DDuvWReTQrUN6W7lbrANrFncZMOBrWe5u1cNg== From: Kyle Meyer Message-Id: <20201208024546.21690-1-kyle@kyleam.com> In-Reply-To: <20201208024309.21231-1-kyle@kyleam.com> References: <20201208024309.21231-1-kyle@kyleam.com> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com Date: Tue, 08 Dec 2020 02:46:38 GMT 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-dnspython): Fix indentation. --- gnu/packages/python-xyz.scm | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d07c91121a..c20e32fd79 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13380,24 +13380,24 @@ (define-public python2-lazy-object-proxy (define-public python-dnspython (package - (name "python-dnspython") - (version "1.16.0") - (source (origin - (method url-fetch) - (uri (string-append "http://www.dnspython.org/kits/" - version "/dnspython-" version ".tar.gz")) - (sha256 - (base32 - "1yaw7irazy42n0kdhlk7wyg8ki34rxcnc5xbc1wfwy245b0wbxab")))) - (build-system python-build-system) - (arguments '(#:tests? #f)) ; XXX: requires internet access - (home-page "http://www.dnspython.org") - (synopsis "DNS toolkit for Python") - (description - "dnspython is a DNS toolkit for Python. It supports almost all record + (name "python-dnspython") + (version "1.16.0") + (source (origin + (method url-fetch) + (uri (string-append "http://www.dnspython.org/kits/" + version "/dnspython-" version ".tar.gz")) + (sha256 + (base32 + "1yaw7irazy42n0kdhlk7wyg8ki34rxcnc5xbc1wfwy245b0wbxab")))) + (build-system python-build-system) + (arguments '(#:tests? #f)) ; XXX: requires internet access + (home-page "http://www.dnspython.org") + (synopsis "DNS toolkit for Python") + (description + "dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.") - (license license:expat))) + (license license:expat))) (define-public python2-dnspython (package-with-python2 python-dnspython))