gnu: Add python-anyascii.

* gnu/packages/python-xyz.scm (python-anyascii): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: If6d993da28ea447bec1f10f97ec3760ee6b3d1d6
This commit is contained in:
Wiktor Żelazny 2023-07-09 16:21:38 +02:00 committed by Nicolas Goaziou
parent b31925665d
commit a17961a4dc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -39441,6 +39441,24 @@ and names, built from Unicode CLDR and the IANA subtag registry, if you
install @code{python-language-data}.") install @code{python-language-data}.")
(license license:expat))) (license license:expat)))
(define-public python-anyascii
(package
(name "python-anyascii")
(version "0.3.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "anyascii" version))
(sha256
(base32
"0c27rr3fmc1cx9mkmgx94zdf9yil0napzfkwpjw2bqjghkpk4pcx"))))
(build-system pyproject-build-system)
(native-inputs (list python-flit-core python-setuptools))
(home-page "https://anyascii.com")
(synopsis "Unicode to ASCII transliteration")
(description "@code{anyascii} converts Unicode characters to their best
ASCII representation.")
(license license:isc)))
(define-public python-geomet (define-public python-geomet
(package (package
(name "python-geomet") (name "python-geomet")