unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Xinglu Chen <public@yoctocell.xyz>
Cc: Hartmut Goebel <h.goebel@crazy-compilers.com>, 48644@debbugs.gnu.org
Subject: [bug#48644] [PATCH 1/2] gnu: Add python-asn1tools.
Date: Sat, 05 Jun 2021 22:29:53 +0200	[thread overview]
Message-ID: <87v96sm4vy.fsf_-_@gnu.org> (raw)
In-Reply-To: <87tumi1ugz.fsf@yoctocell.xyz> (Xinglu Chen's message of "Mon, 31 May 2021 23:09:16 +0200")

Xinglu Chen <public@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	other threads:[~2021-06-05 20:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25  8:36 [bug#48644] [PATCH 1/2] gnu: Add python-asn1tools Hartmut Goebel
2021-05-25  8:36 ` [bug#48645] [PATCH 2/2] gnu: Add python-pytest-mp Hartmut Goebel
2021-06-05 20:33   ` Ludovic Courtès
2021-06-06 15:54     ` Hartmut Goebel
2021-06-06 15:59     ` bug#48645: " Hartmut Goebel
2021-05-31 21:09 ` [bug#48644] [PATCH 1/2] gnu: Add python-asn1tools Xinglu Chen
2021-06-05 20:29   ` Ludovic Courtès [this message]
2021-07-07 10:35 ` bug#48644: (no subject) Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v96sm4vy.fsf_-_@gnu.org \
    --to=ludo@gnu.org \
    --cc=48644@debbugs.gnu.org \
    --cc=h.goebel@crazy-compilers.com \
    --cc=public@yoctocell.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).