From ba168fef6fb5cf9953a9b5dd9d1289dd555e5901 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 22 Oct 2025 23:19:27 +0200 Subject: [PATCH] gnu: python-translitcodec: Update to 0.7.0. * gnu/packages/python-xyz.scm (python-translitcodec): Update to 0.7.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Remove field. [native-inputs]: Add python-setuptools. Change-Id: I407bf09a6122408e665e223b4fd7386652927116 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ae1d140c52b299c9aba8da562a36f8a6ef800abb..9cb7e5cae6fa106aba08257af64165e1e814dea1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21399,21 +21399,20 @@ synchronously (wait until ready).") (define-public python-translitcodec (package (name "python-translitcodec") - (version "0.4.0") + (version "0.7.0") (source (origin - (method url-fetch) - (uri (pypi-uri "translitcodec" version)) + (method git-fetch) + (uri (git-reference + (url "https://github.com/claudep/translitcodec") + (commit (string-append "version-" version)))) + (file-name (git-file-name name version)) (sha256 - (base32 - "10x6pvblkzky1zhjs8nmx64nb9jdzxad4bxhq4iwv0j4z2aqjnki")))) - (build-system python-build-system) - (arguments - `(#:tests? #f)) ; no tests provided - (home-page - "https://github.com/claudep/translitcodec") - (synopsis - "Unicode to 8-bit charset transliteration codec") + (base32 "1cj11sa5hy8ga7p0dgwi4g4gv0qx6c1yi2csgnvxiir16ywslhpw")))) + (build-system pyproject-build-system) + (native-inputs (list python-pytest python-setuptools)) + (home-page "https://github.com/claudep/translitcodec") + (synopsis "Unicode to 8-bit charset transliteration codec") (description "This package contains codecs for transliterating ISO 10646 texts into best-effort representations using smaller coded character sets (ASCII,