mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: python-annotated-types: Update package.
* gnu/packages/python-xyz.scm (python-annotated-types) [propagated-inputs]: Add python-typing-extensions. [description]: Expand. Change-Id: I90d198602a9f3f42be26f5728a61b3089b32a81e
This commit is contained in:
parent
bbd0fc8935
commit
0638686883
1 changed files with 6 additions and 1 deletions
|
@ -6244,9 +6244,14 @@ important tasks for becoming a daemon process:
|
|||
(native-inputs
|
||||
(list python-hatchling
|
||||
python-pytest))
|
||||
(propagated-inputs (list python-typing-extensions))
|
||||
(home-page "https://github.com/annotated-types/annotated-types")
|
||||
(synopsis "Reusable constraint types to use with typing.Annotated")
|
||||
(description "Reusable constraint types to use with typing.Annotated")
|
||||
(description "This package provides metadata objects which can be used to
|
||||
represent common constraints such as upper and lower bounds on scalar values and
|
||||
collection sizes, a Predicate marker for runtime checks, and descriptions of how
|
||||
we intend these metadata to be interpreted. In some cases, we also note
|
||||
alternative representations which do not require this package.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-anytree
|
||||
|
|
Loading…
Add table
Reference in a new issue