gnu: Add python-unicodedata2.

* gnu/packages/python-xyz.scm (python-unicodedata2): New variable.
This commit is contained in:
Maxim Cournoyer 2022-04-07 15:29:26 -04:00
parent dc5cf89205
commit 9b6bad8c33
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -14622,6 +14622,23 @@ (define-public python-uncertainties
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")