GNU bug report logs - #48644
[PATCH 1/2] gnu: Add python-asn1tools.

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Tue, 25 May 2021 08:38:02 UTC

Severity: normal

Tags: patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48644 in the body.
You can then email your comments to 48644 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#48644; Package guix-patches. (Tue, 25 May 2021 08:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hartmut Goebel <h.goebel <at> crazy-compilers.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 25 May 2021 08:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/2] gnu: Add python-asn1tools.
Date: Tue, 25 May 2021 10:36:47 +0200
* 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 <cmmarusich <at> gmail.com>
 ;;; Copyright © 2016 Danny Milosavljevic <dannym+a <at> scratchpost.org>
 ;;; Copyright © 2016 Lukas Gradl <lgradl <at> openmailbox.org>
-;;; Copyright © 2016, 2018, 2019 Hartmut Goebel <h.goebel <at> crazy-compilers.com>
+;;; Copyright © 2016, 2018, 2019, 2021 Hartmut Goebel <h.goebel <at> crazy-compilers.com>
 ;;; Copyright © 2016 Daniel Pimentel <d4n1 <at> d4n1.org>
 ;;; Copyright © 2016 Sou Bunnbu <iyzsong <at> gmail.com>
 ;;; Copyright © 2016, 2017 Troy Sankey <sankeytms <at> gmail.com>
@@ -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





Information forwarded to guix-patches <at> gnu.org:
bug#48644; Package guix-patches. (Mon, 31 May 2021 21:10:03 GMT) Full text and rfc822 format available.

Message #8 received at 48644 <at> debbugs.gnu.org (full text, mbox):

From: Xinglu Chen <public <at> yoctocell.xyz>
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>, 48644 <at> debbugs.gnu.org
Subject: Re: [bug#48644] [PATCH 1/2] gnu: Add python-asn1tools.
Date: Mon, 31 May 2021 23:09:16 +0200
[Message part 1 (text/plain, inline)]
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.

[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#48644; Package guix-patches. (Sat, 05 Jun 2021 20:31:02 GMT) Full text and rfc822 format available.

Message #11 received at 48644 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: Hartmut Goebel <h.goebel <at> crazy-compilers.com>, 48644 <at> debbugs.gnu.org
Subject: Re: bug#48644: [PATCH 1/2] gnu: Add python-asn1tools.
Date: Sat, 05 Jun 2021 22:29:53 +0200
Xinglu Chen <public <at> yoctocell.xyz> 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’.




Reply sent to Hartmut Goebel <h.goebel <at> crazy-compilers.com>:
You have taken responsibility. (Wed, 07 Jul 2021 10:36:01 GMT) Full text and rfc822 format available.

Notification sent to Hartmut Goebel <h.goebel <at> crazy-compilers.com>:
bug acknowledged by developer. (Wed, 07 Jul 2021 10:36:02 GMT) Full text and rfc822 format available.

Message #16 received at 48644-close <at> debbugs.gnu.org (full text, mbox):

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 48644-close <at> debbugs.gnu.org
Date: Wed, 7 Jul 2021 12:35:27 +0200
Thanks for the review.

This was already merged quite some weeks ago in 
d8fed768a899bd0a3a84a88572135a1d7bde2400, but I forgot closing the issue.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 04 Aug 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 236 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.