From unknown Sun Jun 22 00:08:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48644] [PATCH 1/2] gnu: Add python-asn1tools. Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 25 May 2021 08:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48644 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48644@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162193182610622 (code B ref -1); Tue, 25 May 2021 08:38:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 May 2021 08:37:06 +0000 Received: from localhost ([127.0.0.1]:44638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llSYk-0002lG-BU for submit@debbugs.gnu.org; Tue, 25 May 2021 04:37:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:43704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llSYg-0002l7-Eo for submit@debbugs.gnu.org; Tue, 25 May 2021 04:37:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52826) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1llSYg-0000Sn-8Y for guix-patches@gnu.org; Tue, 25 May 2021 04:37:02 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:51539) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1llSYb-0005js-TK for guix-patches@gnu.org; Tue, 25 May 2021 04:37:02 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4Fq6rQ1Djxz1s8NQ for ; Tue, 25 May 2021 10:36:54 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4Fq6rQ15MRz1qsb8 for ; Tue, 25 May 2021 10:36:54 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id wAG-GoOY7n1m for ; Tue, 25 May 2021 10:36:53 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-55-137.dynamic.mnet-online.de [188.174.55.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Tue, 25 May 2021 10:36:52 +0200 (CEST) Received: from lenashee.fritz.box (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 87E4B600E3; Tue, 25 May 2021 10:42:17 +0200 (CEST) From: Hartmut Goebel Date: Tue, 25 May 2021 10:36:47 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=2001:a60:0:28:0:1:25:1; envelope-from=h.goebel@crazy-compilers.com; helo=mail-out.m-online.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/python-xyz.scm (python-asn1tools): New variable. --- gnu/packages/python-xyz.scm | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2ff0332c7f..47984907a0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19,7 +19,7 @@ ;;; Copyright © 2015, 2016 Chris Marusich ;;; Copyright © 2016 Danny Milosavljevic ;;; Copyright © 2016 Lukas Gradl -;;; Copyright © 2016, 2018, 2019 Hartmut Goebel +;;; Copyright © 2016, 2018, 2019, 2021 Hartmut Goebel ;;; Copyright © 2016 Daniel Pimentel ;;; Copyright © 2016 Sou Bunnbu ;;; Copyright © 2016, 2017 Troy Sankey @@ -10331,6 +10331,27 @@ implementations of ASN.1-based codecs and protocols.") module to older versions of Python.") (license license:psfl))) +(define-public python-asn1tools + (package + (name "python-asn1tools") + (version "0.158.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "asn1tools" version)) + (sha256 + (base32 "1k88a1azmyvp2ab6qcf2i40dig5abhyn7cmlyhmwwh8kr3syvma0")))) + (build-system python-build-system) + (propagated-inputs + `(("python-bitstruct" ,python-bitstruct) + ("python-diskcache" ,python-diskcache) + ("python-prompt-toolkit" ,python-prompt-toolkit) + ("python-pyparsing" ,python-pyparsing))) + (home-page "https://github.com/eerimoq/asn1tools") + (synopsis "ASN.1 parsing, encoding and decoding") + (description "ASN.1 parsing, encoding and decoding") + (license license:expat))) + (define-public python2-ipaddr (package (name "python2-ipaddr") -- 2.30.2 From unknown Sun Jun 22 00:08:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48644] [PATCH 1/2] gnu: Add python-asn1tools. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 31 May 2021 21:10:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48644 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hartmut Goebel , 48644@debbugs.gnu.org Received: via spool by 48644-submit@debbugs.gnu.org id=B48644.16224953656343 (code B ref 48644); Mon, 31 May 2021 21:10:03 +0000 Received: (at 48644) by debbugs.gnu.org; 31 May 2021 21:09:25 +0000 Received: from localhost ([127.0.0.1]:35032 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnpA5-0001eE-1a for submit@debbugs.gnu.org; Mon, 31 May 2021 17:09:25 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:52876 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnpA2-0001ds-Vi for 48644@debbugs.gnu.org; Mon, 31 May 2021 17:09:23 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1622495357; bh=OyGuwx1sIxkGFHJ/I4jL7e/6Nr3CvnvUrbCsLk6k61A=; h=From:To:Subject:In-Reply-To:References:Date; b=lqqPFzz3SVirUra3Qs7MeNpVXPNwewABtuXCvAnyXQYSWzR1LxdM88mfSbb5pQ8zp rZHzmRSt+rf2KMLeVUZ0n1BtFsM8S3toW/XBlukbmV4dQ8MxSNM7z0ZF06nRsCuuvf NKXAk26YLfYdI3/OmQYJ7W9OHFgBdzIJy5nCcE2g= In-Reply-To: References: Date: Mon, 31 May 2021 23:09:16 +0200 Message-ID: <87tumi1ugz.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Tue, May 25 2021, Hartmut Goebel wrote: > * gnu/packages/python-xyz.scm (python-asn1tools): New variable. > --- > gnu/packages/python-xyz.scm | 23 ++++++++++++++++++++++- > 1 file changed, 22 insertions(+), 1 deletion(-) > > +(define-public [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Tue, May 25 2021, Hartmut Goebel wrote: > * gnu/packages/python-xyz.scm (python-asn1tools): New variable. > --- > gnu/packages/python-xyz.scm | 23 ++++++++++++++++++++++- > 1 file changed, 22 insertions(+), 1 deletion(-) > > +(define-public [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain On Tue, May 25 2021, Hartmut Goebel wrote: > * gnu/packages/python-xyz.scm (python-asn1tools): New variable. > --- > gnu/packages/python-xyz.scm | 23 ++++++++++++++++++++++- > 1 file changed, 22 insertions(+), 1 deletion(-) > > +(define-public python-asn1tools > + (package > + (name "python-asn1tools") > + (version "0.158.0") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "asn1tools" version)) > + (sha256 > + (base32 "1k88a1azmyvp2ab6qcf2i40dig5abhyn7cmlyhmwwh8kr3syvma0")))) > + (build-system python-build-system) > + (propagated-inputs > + `(("python-bitstruct" ,python-bitstruct) > + ("python-diskcache" ,python-diskcache) > + ("python-prompt-toolkit" ,python-prompt-toolkit) > + ("python-pyparsing" ,python-pyparsing))) > + (home-page "https://github.com/eerimoq/asn1tools") > + (synopsis "ASN.1 parsing, encoding and decoding") > + (description "ASN.1 parsing, encoding and decoding") The description should consist of one or more full sentences. Otherwise, LGTM. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmC1UHwVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5f9YP/i5lRVFJfWSbx80XJKjMrfuKt8Kg a66NO/PPfTZXfVIp2mZj/XnTZHhf9eqeTgWBnloVz83JLQ3efbP0o4lWbhFCctCW g8x6Jka/v2YXkgOFW9EeJ04LrZzqaPWZGvtnhJJmkIMqGcFXRtLesmLSMnNQf4A3 SirFfOCV8/YYZJLgRDSRt/GZkmmKRMKrTkUFfv1MGX4gH0RZusTCR4xolI+Gj800 bO6QxjouLKMN3AMmanTzTtZyla3zICGTvnqvo9zzdsu3KrF8okhKAIwZnxpk0Uar GIYEr3HSiTzxy1ieVnpci4ge+CJ/3Molr+xib70m8F1mvZ2Axvz5dbuXgfbYM0Ml 0MUIn7y06GpJweRuPZXB6TuvAORhyRcTUDh/YhmrWX7yPsYyS1MPRpwjXMr973qn LjOy6IdxHWYPL0PIq3zugX+eTIN+4AWw2Q+29eFd6Rlok/fm5L1uzz2l+XJvwgWQ MDJRlKC+NP/4Rvw0gNAo/SzpmJJ1iJP8bdjXQBNZ0xMxfKl3wQyIt3m1Rq5513KW u8t7L1+ZlpCSaS0AO3/kO2eSoTzxktRNGVDIO8G6Er+o3zI9wYpDAruN40o0HcP3 +KJdTMhmFCKhpIJfgAL2b3dqX79iSyeS3rKNt5GKTC+Mkk8zImKB8nwI08F2qebH p1LJ7jIIri1uL+ug =a9V+ -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 00:08:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48644] [PATCH 1/2] gnu: Add python-asn1tools. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 05 Jun 2021 20:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48644 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Xinglu Chen Cc: Hartmut Goebel , 48644@debbugs.gnu.org Received: via spool by 48644-submit@debbugs.gnu.org id=B48644.162292500329996 (code B ref 48644); Sat, 05 Jun 2021 20:31:01 +0000 Received: (at 48644) by debbugs.gnu.org; 5 Jun 2021 20:30:03 +0000 Received: from localhost ([127.0.0.1]:50128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lpcvi-0007nH-LM for submit@debbugs.gnu.org; Sat, 05 Jun 2021 16:30:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lpcvh-0007mZ-ER for 48644@debbugs.gnu.org; Sat, 05 Jun 2021 16:30:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57866) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lpcvb-0005Ab-B5; Sat, 05 Jun 2021 16:29:55 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=53426 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpcva-0004mv-W0; Sat, 05 Jun 2021 16:29:55 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87tumi1ugz.fsf@yoctocell.xyz> Date: Sat, 05 Jun 2021 22:29:53 +0200 In-Reply-To: <87tumi1ugz.fsf@yoctocell.xyz> (Xinglu Chen's message of "Mon, 31 May 2021 23:09:16 +0200") Message-ID: <87v96sm4vy.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) Xinglu Chen skribis: > On Tue, May 25 2021, Hartmut Goebel wrote: > >> * gnu/packages/python-xyz.scm (python-asn1tools): New variable. >> --- >> gnu/packages/python-xyz.scm | 23 ++++++++++++++++++++++- >> 1 file changed, 22 insertions(+), 1 deletion(-) >> >> +(define-public python-asn1tools >> + (package >> + (name "python-asn1tools") >> + (version "0.158.0") >> + (source >> + (origin >> + (method url-fetch) >> + (uri (pypi-uri "asn1tools" version)) >> + (sha256 >> + (base32 "1k88a1azmyvp2ab6qcf2i40dig5abhyn7cmlyhmwwh8kr3syvma0")= ))) >> + (build-system python-build-system) >> + (propagated-inputs >> + `(("python-bitstruct" ,python-bitstruct) >> + ("python-diskcache" ,python-diskcache) >> + ("python-prompt-toolkit" ,python-prompt-toolkit) >> + ("python-pyparsing" ,python-pyparsing))) >> + (home-page "https://github.com/eerimoq/asn1tools") >> + (synopsis "ASN.1 parsing, encoding and decoding") >> + (description "ASN.1 parsing, encoding and decoding") > > The description should consist of one or more full sentences. Otherwise, > LGTM. +1 on both. :-) Ludo=E2=80=99. From unknown Sun Jun 22 00:08:39 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Hartmut Goebel Subject: bug#48644: closed () Message-ID: References: X-Gnu-PR-Message: they-closed 48644 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48644@debbugs.gnu.org Date: Wed, 07 Jul 2021 10:36:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1625654162-355-1" This is a multi-part message in MIME format... ------------=_1625654162-355-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48644: [PATCH 1/2] gnu: Add python-asn1tools. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 48644@debbugs.gnu.org. --=20 48644: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48644 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1625654162-355-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48644-close) by debbugs.gnu.org; 7 Jul 2021 10:35:35 +0000 Received: from localhost ([127.0.0.1]:50956 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m14tz-00004u-Ls for submit@debbugs.gnu.org; Wed, 07 Jul 2021 06:35:35 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:60153) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m14tx-0008WO-IV for 48644-close@debbugs.gnu.org; Wed, 07 Jul 2021 06:35:34 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4GKbRR6HvTz1s3pG for <48644-close@debbugs.gnu.org>; Wed, 7 Jul 2021 12:35:31 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4GKbRR3xKKz1qwYh for <48644-close@debbugs.gnu.org>; Wed, 7 Jul 2021 12:35:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id WrgXolcOlRBL for <48644-close@debbugs.gnu.org>; Wed, 7 Jul 2021 12:35:30 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-62-244.dynamic.mnet-online.de [188.174.62.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <48644-close@debbugs.gnu.org>; Wed, 7 Jul 2021 12:35:30 +0200 (CEST) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id CE9D8601A5 for <48644-close@debbugs.gnu.org>; Wed, 7 Jul 2021 12:35:34 +0200 (CEST) To: 48644-close@debbugs.gnu.org From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: Date: Wed, 7 Jul 2021 12:35:27 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Thanks for the review. This was already merged quite some weeks ago in d8fed768a899bd0a3a84a88572135a1d7bde2400, but I forgot closing the issue. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [212.18.0.10 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [212.18.0.10 listed in wl.mailspike.net] 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: 48644-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Thanks for the review. This was already merged quite some weeks ago in d8fed768a899bd0a3a84a88572135a1d7bde2400, but I forgot closing the issue. ------------=_1625654162-355-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 May 2021 08:37:06 +0000 Received: from localhost ([127.0.0.1]:44638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llSYk-0002lG-BU for submit@debbugs.gnu.org; Tue, 25 May 2021 04:37:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:43704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llSYg-0002l7-Eo for submit@debbugs.gnu.org; Tue, 25 May 2021 04:37:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52826) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1llSYg-0000Sn-8Y for guix-patches@gnu.org; Tue, 25 May 2021 04:37:02 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:51539) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1llSYb-0005js-TK for guix-patches@gnu.org; Tue, 25 May 2021 04:37:02 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4Fq6rQ1Djxz1s8NQ for ; Tue, 25 May 2021 10:36:54 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4Fq6rQ15MRz1qsb8 for ; Tue, 25 May 2021 10:36:54 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id wAG-GoOY7n1m for ; Tue, 25 May 2021 10:36:53 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-55-137.dynamic.mnet-online.de [188.174.55.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Tue, 25 May 2021 10:36:52 +0200 (CEST) Received: from lenashee.fritz.box (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 87E4B600E3; Tue, 25 May 2021 10:42:17 +0200 (CEST) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: Add python-asn1tools. Date: Tue, 25 May 2021 10:36:47 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=2001:a60:0:28:0:1:25:1; envelope-from=h.goebel@crazy-compilers.com; helo=mail-out.m-online.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/python-xyz.scm (python-asn1tools): New variable. --- gnu/packages/python-xyz.scm | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2ff0332c7f..47984907a0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19,7 +19,7 @@ ;;; Copyright © 2015, 2016 Chris Marusich ;;; Copyright © 2016 Danny Milosavljevic ;;; Copyright © 2016 Lukas Gradl -;;; Copyright © 2016, 2018, 2019 Hartmut Goebel +;;; Copyright © 2016, 2018, 2019, 2021 Hartmut Goebel ;;; Copyright © 2016 Daniel Pimentel ;;; Copyright © 2016 Sou Bunnbu ;;; Copyright © 2016, 2017 Troy Sankey @@ -10331,6 +10331,27 @@ implementations of ASN.1-based codecs and protocols.") module to older versions of Python.") (license license:psfl))) +(define-public python-asn1tools + (package + (name "python-asn1tools") + (version "0.158.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "asn1tools" version)) + (sha256 + (base32 "1k88a1azmyvp2ab6qcf2i40dig5abhyn7cmlyhmwwh8kr3syvma0")))) + (build-system python-build-system) + (propagated-inputs + `(("python-bitstruct" ,python-bitstruct) + ("python-diskcache" ,python-diskcache) + ("python-prompt-toolkit" ,python-prompt-toolkit) + ("python-pyparsing" ,python-pyparsing))) + (home-page "https://github.com/eerimoq/asn1tools") + (synopsis "ASN.1 parsing, encoding and decoding") + (description "ASN.1 parsing, encoding and decoding") + (license license:expat))) + (define-public python2-ipaddr (package (name "python2-ipaddr") -- 2.30.2 ------------=_1625654162-355-1--