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)) From patchwork Tue Dec 8 02:46:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kyle Meyer X-Patchwork-Id: 25648 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 DA42627BC02; Tue, 8 Dec 2020 02:46:11 +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 CBE8627BC01 for ; Tue, 8 Dec 2020 02:46:10 +0000 (GMT) Received: from localhost ([::1]:43008 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmT0z-0000Ic-W1 for patchwork@mira.cbaines.net; Mon, 07 Dec 2020 21:46:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55874) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmT0s-0000H0-Cu for guix-patches@gnu.org; Mon, 07 Dec 2020 21:46:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44515) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kmT0s-0001Qn-50 for guix-patches@gnu.org; Mon, 07 Dec 2020 21:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kmT0s-0003xE-2y for guix-patches@gnu.org; Mon, 07 Dec 2020 21:46:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45111] [PATCH 2/3] gnu: python-dnspython: Update to 2.0.0. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Dec 2020 02:46:02 +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.160739555815177 (code B ref 45111); Tue, 08 Dec 2020 02:46:02 +0000 Received: (at 45111) by debbugs.gnu.org; 8 Dec 2020 02:45:58 +0000 Received: from localhost ([127.0.0.1]:56058 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmT0n-0003wj-TR for submit@debbugs.gnu.org; Mon, 07 Dec 2020 21:45:58 -0500 Received: from out1.migadu.com ([91.121.223.63]:27392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmT0l-0003wN-Pd for 45111@debbugs.gnu.org; Mon, 07 Dec 2020 21:45:56 -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=1607395600; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=90zgRXlCxROEPpWyeG+7Xq1z2qPb6UTGmX0bkgM6PyY=; b=H1mENwYxrqlh4xRsI038fY8DLJd371kA2t4LAXjqtPn85+xIjOyllrCD3/fbUobKBI3hTb iDUQ545RAmGU0w+ZZLN7eHoLThmHoEO7R0dDSbLVQdeH+rXFUjwNwpmsNWY+zBHiUtETOZ munNqG07D2FaLhV8c2jf4Uye/9ZBP4WNiBxt74U80n4IBpIIIi1bUlFGJlt0KEC+BQPOXM 9HOns0IqMtep7Ent1K2xbOD+AfOVS3c0Juy65GDSDnG7ZDEoafWi+vtpbWrPipTuVvMPV2 RPdtYT3XgxFe5TX3s5QJkeDS4N5Ur5Ft8rGKglnqq5+klx3druz0a8w92/fFuw== From: Kyle Meyer Message-Id: <20201208024546.21690-2-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:40 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): Update to 2.0.0. [source]: Download from pypi. [native-inputs]: Add unzip. [home-page]: Prefer https. (python-dnspython-1.16): (python2-dnspython-1.16): New variables. * gnu/packages/ebook.scm (calibre): * gnu/packages/web.scm (linkchecker): Use python2-dnspython-1.16. * gnu/packages/finance.scm (electrum): Use python-dnspython-1.16. --- gnu/packages/ebook.scm | 2 +- gnu/packages/finance.scm | 2 +- gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++-------- gnu/packages/web.scm | 2 +- 4 files changed, 24 insertions(+), 11 deletions(-) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index a23c677880..a98fea707b 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -149,7 +149,7 @@ (define-public calibre ("python2-css-parser" ,python2-css-parser) ("python2-dateutil" ,python2-dateutil) ("python2-dbus" ,python2-dbus) - ("python2-dnspython" ,python2-dnspython) + ("python2-dnspython" ,python2-dnspython-1.16) ("python2-dukpy" ,python2-dukpy) ("python2-feedparser" ,python2-feedparser) ("python2-html2text" ,python2-html2text) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index b19d28c123..1f97077fc6 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -524,7 +524,7 @@ (define-public electrum ("python-aiohttp-socks" ,python-aiohttp-socks) ("python-aiorpcx" ,python-aiorpcx) ("python-certifi" ,python-certifi) - ("python-dnspython" ,python-dnspython) + ("python-dnspython" ,python-dnspython-1.16) ("python-jsonrpclib-pelix" ,python-jsonrpclib-pelix))) (arguments `(#:tests? #f ; no tests diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c20e32fd79..10b271de21 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2015, 2017 Ben Woodcroft ;;; Copyright © 2015, 2016 Erik Edrosa ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner -;;; Copyright © 2015, 2017 Kyle Meyer +;;; Copyright © 2015, 2017, 2020 Kyle Meyer ;;; Copyright © 2015, 2016 Chris Marusich ;;; Copyright © 2016 Danny Milosavljevic ;;; Copyright © 2016 Lukas Gradl @@ -13381,17 +13381,17 @@ (define-public python2-lazy-object-proxy (define-public python-dnspython (package (name "python-dnspython") - (version "1.16.0") + (version "2.0.0") (source (origin (method url-fetch) - (uri (string-append "http://www.dnspython.org/kits/" - version "/dnspython-" version ".tar.gz")) + (uri (pypi-uri "dnspython" version ".zip")) (sha256 (base32 - "1yaw7irazy42n0kdhlk7wyg8ki34rxcnc5xbc1wfwy245b0wbxab")))) + "1dyip5ygqqhrgcaiy7qzjpndl9xciip186paxqwkm726fj9z0jh4")))) (build-system python-build-system) + (native-inputs `(("unzip" ,unzip))) (arguments '(#:tests? #f)) ; XXX: requires internet access - (home-page "http://www.dnspython.org") + (home-page "https://www.dnspython.org") (synopsis "DNS toolkit for Python") (description "dnspython is a DNS toolkit for Python. It supports almost all record @@ -13399,8 +13399,21 @@ (define-public python-dnspython It supports TSIG authenticated messages and EDNS0.") (license license:expat))) -(define-public python2-dnspython - (package-with-python2 python-dnspython)) +(define-public python-dnspython-1.16 + (package + (inherit 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")))) + (native-inputs '()))) + +(define-public python2-dnspython-1.16 + (package-with-python2 python-dnspython-1.16)) (define-public python-py3dns (package diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 794e2c919d..4480ab9eb7 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6418,7 +6418,7 @@ (define-public linkchecker "03ihjmc4bqxxqv71bb43r2f23sx0xnbq1k2fsg9fw05qa5s9x187")))) (build-system python-build-system) (inputs - `(("python2-dnspython" ,python2-dnspython) + `(("python2-dnspython" ,python2-dnspython-1.16) ("python2-pyxdg" ,python2-pyxdg) ("python2-requests" ,python2-requests))) (native-inputs From patchwork Tue Dec 8 02:46:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyle Meyer X-Patchwork-Id: 25649 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 9BA6027BC02; Tue, 8 Dec 2020 02:46:16 +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 38ACD27BC01 for ; Tue, 8 Dec 2020 02:46:16 +0000 (GMT) Received: from localhost ([::1]:43356 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmT15-0000Rx-EH for patchwork@mira.cbaines.net; Mon, 07 Dec 2020 21:46:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55876) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmT0s-0000H7-P2 for guix-patches@gnu.org; Mon, 07 Dec 2020 21:46:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44516) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kmT0s-0001RM-IM for guix-patches@gnu.org; Mon, 07 Dec 2020 21:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kmT0s-0003xO-Gh for guix-patches@gnu.org; Mon, 07 Dec 2020 21:46:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45111] [PATCH 3/3] gnu: b4: Update to 0.6.1. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Dec 2020 02:46:02 +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.160739556015186 (code B ref 45111); Tue, 08 Dec 2020 02:46:02 +0000 Received: (at 45111) by debbugs.gnu.org; 8 Dec 2020 02:46:00 +0000 Received: from localhost ([127.0.0.1]:56060 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmT0q-0003ws-9t for submit@debbugs.gnu.org; Mon, 07 Dec 2020 21:46:00 -0500 Received: from out1.migadu.com ([91.121.223.63]:27412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmT0n-0003wc-7B for 45111@debbugs.gnu.org; Mon, 07 Dec 2020 21:45:57 -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=1607395602; 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=CQx8yoIrY/pkdElLZ8K0wCJnh5AezD7i3X3l8jyMII0=; b=hAKxkNMjiE8lsBvD9nxRpdycZdrL+T/SLvj+tPxPuxzg1AwLFdNleJ61LogZpG9bqodIOp R2OnOGShFnonoTKzqxOrBdT7KX2eYL8+E8Iahyb80xAVVtbSD9IBlrC69X2/FG4xtS+o3c ZHNHk1Xr3Xc/vCieN0KNXM5Zm8rVZAR8uiuoUY+zgeJQJ2nbaFrP6fB+jUC8PL3qa3hmcU jzNeblVYysKF1OU8BkCV8phEMIYRgXjwjpS+P78KiOf/fhSDsHOSXg34SDwq4WEGc1/Y9w tx//nyGaBoWzgzBlsBHkmd6GYUkg1YLMVUZFj2QOt1NCGlK4nEiwfMW3Z5rUCg== From: Kyle Meyer Message-Id: <20201208024546.21690-3-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:42 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/version-control.scm (b4): Update to 0.6.1. [source]: Download from pypi, which now includes the manpage. [arguments]: Remove now unnecessary install-manpages phase. [inputs]: Add python-dkimpy and python-dnspython. --- gnu/packages/version-control.scm | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index a3588009c0..f5df1a7a81 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -2317,31 +2317,19 @@ (define-public grokmirror (define-public b4 (package (name "b4") - (version "0.5.3") + (version "0.6.1") (source (origin - (method git-fetch) - (uri (git-reference - (url "https://git.kernel.org/pub/scm/utils/b4/b4.git") - (commit (string-append "v" version)))) - (file-name (string-append name "-" version "-checkout")) + (method url-fetch) + (uri (pypi-uri "b4" version)) (sha256 - (base32 "0bnjs758blll2i70r4qh3khma7dly5lb8s6kzn5a3p54md91s8v5")))) + (base32 "01qid6mvddikcdpf2ihsyn8x3z5j2n64g0ip9pqbx42hrc50pmcz")))) (build-system python-build-system) - (arguments - `(#:tests? #f ; No tests. - #:phases - (modify-phases %standard-phases - (add-after 'install 'install-manpages - (lambda* (#:key outputs #:allow-other-keys) - (let ((man (string-append (assoc-ref outputs "out") - "/man/man5/"))) - (mkdir-p man) - (for-each (lambda (file) (install-file file man)) - (find-files "man" "\\.[1-8]$"))) - #t))))) + (arguments '(#:tests? #f)) ; No tests. (inputs - `(("python-requests" ,python-requests))) + `(("python-dkimpy" ,python-dkimpy) + ("python-dnspython" ,python-dnspython) + ("python-requests" ,python-requests))) (home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git") (synopsis "Tool for working with patches in public-inbox archives") (description