[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/232: gnu: Add python-types-docutils.
From: |
guix-commits |
Subject: |
50/232: gnu: Add python-types-docutils. |
Date: |
Sun, 24 Apr 2022 23:58:31 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 49771861d6218f5d8fd7d53a50471a827a5803f4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 5 23:15:05 2022 -0400
gnu: Add python-types-docutils.
* gnu/packages/python-xyz.scm (python-types-docutils): New variable.
---
gnu/packages/python-xyz.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c1ca9ba69d..c9a6172ae2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29523,6 +29523,23 @@ multipurpose analysis in Python.")
static types.")
(license license:asl2.0)))
+(define-public python-types-docutils
+ (package
+ (name "python-types-docutils")
+ (version "0.18.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "types-docutils" version))
+ (sha256
+ (base32 "14ypv0x6fk1pjw0bvvr1lkb2g6dvq2pwvbd5b5pzjl6182fhmaim"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/python/typeshed")
+ (synopsis "Typing stubs for docutils")
+ (description "This package provides a collection of library stubs for
+Python, with static types.")
+ (license license:asl2.0)))
+
(define-public python-psycopg2-binary
(package
(name "python-psycopg2-binary")
- 24/232: gnu: Add python-unicodedata2., (continued)
- 24/232: gnu: Add python-unicodedata2., guix-commits, 2022/04/24
- 26/232: gnu: Add python-mutatormath., guix-commits, 2022/04/24
- 29/232: gnu: Add python-fontparts-bootstrap., guix-commits, 2022/04/24
- 30/232: gnu: Add python-fontpens., guix-commits, 2022/04/24
- 34/232: gnu: Add python-ufoprocessor., guix-commits, 2022/04/24
- 41/232: gnu: Add python-types-freezegun., guix-commits, 2022/04/24
- 42/232: gnu: Add python-types-pytz., guix-commits, 2022/04/24
- 46/232: gnu: Add python-pip-run-bootstrap., guix-commits, 2022/04/24
- 47/232: gnu: python-importlib-metadata: Update to 4.11.3., guix-commits, 2022/04/24
- 52/232: gnu: Add python-jaraco-classes., guix-commits, 2022/04/24
- 50/232: gnu: Add python-types-docutils.,
guix-commits <=
- 49/232: gnu: python-mypy: Update to 0.942 and fix search path., guix-commits, 2022/04/24
- 53/232: gnu: Add python-jaraco-context., guix-commits, 2022/04/24
- 54/232: gnu: Add python-jaraco-functools., guix-commits, 2022/04/24
- 57/232: gnu: Add python-pip-run., guix-commits, 2022/04/24
- 59/232: gnu: Add python-pytest-perf., guix-commits, 2022/04/24
- 63/232: gnu: Add psautohint-font-data., guix-commits, 2022/04/24
- 66/232: gnu: Add python-xdoctest., guix-commits, 2022/04/24
- 70/232: gnu: python-pytest-shutil: Adjust to use python-path., guix-commits, 2022/04/24
- 72/232: gnu: Add python-scikit-build., guix-commits, 2022/04/24
- 75/232: gnu: python-scipy: Update to 1.8.0 and enable parallel build., guix-commits, 2022/04/24