From: Maxime Devos <maximedevos@telenet.be>
To: jgart <jgart@dismail.de>, 55896@debbugs.gnu.org
Subject: [bug#55896] [PATCH v2] gnu: Add python-pybare.
Date: Sun, 12 Jun 2022 17:41:57 +0200 [thread overview]
Message-ID: <fa829031dd0a11841914052a5277b3852e99db82.camel@telenet.be> (raw)
In-Reply-To: <20220611202700.5655-1-jgart@dismail.de>
[-- Attachment #1: Type: text/plain, Size: 1607 bytes --]
jgart schreef op za 11-06-2022 om 15:27 [-0500]:
> +(define-public python-pybare
> + (package
> + (name "python-pybare")
> + (version "0.1.1")
> + (source
> + (origin
> + (method git-fetch)
> + (uri
> + (git-reference
> + (url "https://git.sr.ht/~chiefnoah/pybare")
> + (commit (string-append "v" version))))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "1ibmwwf1rdxlwyxlzhv3v1i0ybsqg0kppim90sm8rsbns86yy4by"))))
> + (build-system python-build-system)
> + (arguments
> + (list #:phases
> + #~(modify-phases %standard-phases
> + (replace 'check
> + (lambda* (#:key tests? #:allow-other-keys)
> + (when tests?
> + (chdir "bare")
> + (invoke "pytest" "-vv" ".")))))))
> + (native-inputs
> + (list python-pytest))
> + (home-page "https://sr.ht/~chiefnoah/PyBARE/")
> + (synopsis "Declarative implementation of BARE for Python")
> + (description
> +"@code{python-pybare} is a general purpose library for strongly typed
> +primitives in Python that supports serializing to and from @acronym{BARE,
> +Binary Application Record Encoding} messages.")
> + (license license:expat
Package definition LGTM, but I have only looked at the definition, not
the sources etc.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
next prev parent reply other threads:[~2022-06-12 15:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-11 4:27 [bug#55896] [PATCH] gnu: Add python-pybare jgart via Guix-patches via
2022-06-11 8:21 ` Maxime Devos
2022-06-11 20:27 ` [bug#55896] [PATCH v2] " jgart via Guix-patches via
2022-06-12 15:41 ` Maxime Devos [this message]
2022-06-12 20:54 ` jgart via Guix-patches via
2022-07-07 20:33 ` [bug#55896] [PATCH] " Maxim Cournoyer
2022-07-07 23:59 ` jgart via Guix-patches via
2024-06-18 6:07 ` bug#55896: jgart via Guix-patches via
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=fa829031dd0a11841914052a5277b3852e99db82.camel@telenet.be \
--to=maximedevos@telenet.be \
--cc=55896@debbugs.gnu.org \
--cc=jgart@dismail.de \
/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).