[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/204: gnu: Add python-types-toml.
From: |
guix-commits |
Subject: |
36/204: gnu: Add python-types-toml. |
Date: |
Wed, 20 Apr 2022 02:03:14 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit ec66127bdf885defb7a63533db9d3c4eff6e055d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 5 10:53:21 2022 -0400
gnu: Add python-types-toml.
* gnu/packages/python-xyz.scm (python-types-toml): New variable.
---
gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 054567319a..4089b950df 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29414,6 +29414,24 @@ async I/O support.")
"This package adds ANSI colors and decorations to your strings.")
(license license:isc)))
+(define-public python-types-toml
+ (package
+ (name "python-types-toml")
+ (version "0.10.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "types-toml" version))
+ (sha256
+ (base32 "10400bd3yv6rjfnq8galskkbpqz1sfx9sfgr5qwvw04270x4cjgr"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/python/typeshed")
+ (synopsis "Typing stubs for TOML")
+ (description "This package contains typing stubs for TOML, a very small
+subset the Python stubs contained in the complete @code{typeshed}
+collection.")
+ (license license:asl2.0)))
+
(define-public python-types-ujson
(package
(name "python-types-ujson")
- 01/204: gnu: python-ipython: Re-order fields., (continued)
- 01/204: gnu: python-ipython: Re-order fields., guix-commits, 2022/04/20
- 04/204: gnu: Add python-asttokens., guix-commits, 2022/04/20
- 03/204: gnu: Add python-pure-eval., guix-commits, 2022/04/20
- 06/204: gnu: Add python-stack-data., guix-commits, 2022/04/20
- 07/204: gnu: python-traitlets: Update to 5.1.1., guix-commits, 2022/04/20
- 08/204: gnu: python-jinja2: Update to 3.1.1., guix-commits, 2022/04/20
- 13/204: gnu: Add texlive-stix2-otf., guix-commits, 2022/04/20
- 17/204: gnu: Add texlive-cs., guix-commits, 2022/04/20
- 24/204: gnu: Add python-unicodedata2., guix-commits, 2022/04/20
- 28/204: gnu: Add python-booleanoperations., guix-commits, 2022/04/20
- 36/204: gnu: Add python-types-toml.,
guix-commits <=
- 23/204: gnu: Add python-fontmath., guix-commits, 2022/04/20
- 32/204: gnu: Add python-fontparts., guix-commits, 2022/04/20
- 37/204: gnu: Add python-pytest-mypy., guix-commits, 2022/04/20
- 05/204: gnu: Add python-littleutils., guix-commits, 2022/04/20
- 02/204: gnu: python-astroid: Propagate python-typing-extensions., guix-commits, 2022/04/20
- 09/204: gnu: python-prompt-toolkit: Update to 3.0.29., guix-commits, 2022/04/20
- 15/204: gnu: Add texlive-makecmds., guix-commits, 2022/04/20
- 16/204: gnu: Add texlive-csplain., guix-commits, 2022/04/20
- 19/204: gnu: Add python-pcpp., guix-commits, 2022/04/20
- 20/204: gnu: Add opentype-sanitizer., guix-commits, 2022/04/20