From: Mathieu Othacehe <othacehe@gnu.org>
To: Tanguy Le Carrour <tanguy@bioneland.org>
Cc: 42792-done@debbugs.gnu.org
Subject: bug#42792: [PATCH] gnu: Add python-pydantic.
Date: Mon, 10 Aug 2020 12:05:21 +0200 [thread overview]
Message-ID: <87wo26g6ji.fsf@gnu.org> (raw)
In-Reply-To: <20200810084343.10734-1-tanguy@bioneland.org> (Tanguy Le Carrour's message of "Mon, 10 Aug 2020 10:43:43 +0200")
Hello Tanguy,
> * gnu/packages/python-xyz.scm (python-pydantic): New variable.
Applied with the following diff:
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a36e99aa32..4102902465 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3829,30 +3829,32 @@ Language (TOML) configuration files.")
(method git-fetch)
(uri (git-reference
(url "https://github.com/samuelcolvin/pydantic")
- (commit (string-append "v" version))))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
- (sha256 (base32 "1380s9k77g6q15by9fkxndczjk89q6xpz09jdrqip535xws2z3j8"))))
+ (sha256
+ (base32 "1380s9k77g6q15by9fkxndczjk89q6xpz09jdrqip535xws2z3j8"))))
(build-system python-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
- ;; Reported upstream: <https://github.com/samuelcolvin/pydantic/issues/1580>
- ;; Not sure how to apply the suggested fix!?
+ ;; Reported upstream:
+ ;; <https://github.com/samuelcolvin/pydantic/issues/1580>.
+ ;; Disable the faulty test as the fix is unclear.
(add-before 'check 'disable-test
(lambda _
(substitute* "tests/test_validators.py"
(("test_assert_raises_validation_error")
- "_test_assert_raises_validation_error"))
+ "_test_assert_raises_validation_error"))
#t))
(replace 'check
(lambda _ (invoke "pytest" "-vv" "tests"))))))
(native-inputs
`(("python-pytest" ,python-pytest)))
(home-page "https://github.com/samuelcolvin/pydantic")
- (synopsis "Data validation and settings management using python type hinting")
+ (synopsis "Python data validation and settings management")
(description
- "Pydantic enforces type hints at runtime, and provides user friendly errors
-when data is invalid.")
+ "Pydantic enforces type hints at runtime, and provides user friendly
+errors when data is invalid.")
(license license:expat)))
Thanks,
Mathieu
next prev parent reply other threads:[~2020-08-10 10:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-10 8:43 [bug#42792] [PATCH] gnu: Add python-pydantic Tanguy Le Carrour
2020-08-10 10:05 ` Mathieu Othacehe [this message]
2020-08-10 14:19 ` Tanguy Le Carrour
2020-08-11 8:35 ` Mathieu Othacehe
2020-08-11 9:00 ` Tanguy Le Carrour
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wo26g6ji.fsf@gnu.org \
--to=othacehe@gnu.org \
--cc=42792-done@debbugs.gnu.org \
--cc=tanguy@bioneland.org \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.