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.

Full log


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’.




This bug report was last modified 3 years and 356 days ago.

Previous Next


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