[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/232: gnu: Add python-unicodedata2.
From: |
guix-commits |
Subject: |
24/232: gnu: Add python-unicodedata2. |
Date: |
Sun, 24 Apr 2022 23:58:26 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit e7b51728a5e04585f66f0ec7aff7f104840dcda2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Apr 7 15:29:26 2022 -0400
gnu: Add python-unicodedata2.
* gnu/packages/python-xyz.scm (python-unicodedata2): 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 a303e31875..c6d208f133 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14606,6 +14606,23 @@ numbers with uncertainties. It can also yield the
derivatives of any
expression.")
(license license:bsd-3)))
+(define-public python-unicodedata2
+ (package
+ (name "python-unicodedata2")
+ (version "14.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "unicodedata2" version))
+ (sha256
+ (base32 "110nnvh02ssp92xbmswy39aa186jrmb7m41x4220wigl8c0dzxs1"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/fonttools/unicodedata2")
+ (synopsis "Python unicodedata backport")
+ (description "This package corresponds to the latest @code{unicodedata}
+standard Python module.")
+ (license license:asl2.0)))
+
(define-public python-asteval
(package
(name "python-asteval")
- 22/232: gnu: Add python-defcon-bootstrap., (continued)
- 22/232: gnu: Add python-defcon-bootstrap., guix-commits, 2022/04/24
- 32/232: gnu: Add python-fontparts., guix-commits, 2022/04/24
- 36/232: gnu: Add python-types-toml., guix-commits, 2022/04/24
- 44/232: gnu: Add python-pytest-enabler-bootstrap., guix-commits, 2022/04/24
- 45/232: gnu: Add python-path-bootstrap., guix-commits, 2022/04/24
- 31/232: gnu: Add python-defcon., guix-commits, 2022/04/24
- 17/232: gnu: Add texlive-cs., guix-commits, 2022/04/24
- 37/232: gnu: Add python-pytest-mypy., guix-commits, 2022/04/24
- 18/232: gnu: Add texlive-zref., guix-commits, 2022/04/24
- 19/232: gnu: Add python-pcpp., guix-commits, 2022/04/24
- 24/232: gnu: Add python-unicodedata2.,
guix-commits <=
- 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, 2022/04/24