From 18e814ae5c911204284b570eba53349b21fa7ac8 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 24 Nov 2025 15:08:03 +0100 Subject: [PATCH] gnu: python-jaconv: Update to 0.4.0-0.d427346. * gnu/packages/python-xyz.scm (python-jaconv): Update to 0.4.0-0.d427346. [source]: Switch to git-fetch. [native-inputs]: Remove python-wheel. Replace python-nose by python-pynose. Change-Id: I2106aa0237e41af9263fb662d2f7a8be15547bde Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2a4273fbd7790fcab87ea211bc8074ea180e09e8..319752f4e18f8e244ae3f6809acd08dbbc00d8df 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2316,15 +2316,23 @@ Snake with a message.") (define-public python-jaconv (package (name "python-jaconv") - (version "0.4.0") + ;; Last release is not tagged. + (properties '((commit . "d4273468279536adb5375ffbfcd34578c6a95b70") + (revision . "0"))) + (version (git-version "0.4.0" + (assoc-ref properties 'revision) + (assoc-ref properties 'commit))) (source (origin - (method url-fetch) - (uri (pypi-uri "jaconv" version)) + (method git-fetch) + (uri (git-reference + (url "https://github.com/ikegami-yukino/jaconv") + (commit (assoc-ref properties 'commit)))) + (file-name (git-file-name name version)) (sha256 - (base32 "0qc1dx21vwlarhsg19l5rdjpjf7j7lamrcynaadf0xpj8yr79nij")))) + (base32 "00lvkr6jsm2h70658hly5w81ybkfp3x0rmgzpcn0s52d4n4m21fb")))) (build-system pyproject-build-system) - (native-inputs (list python-setuptools python-wheel python-nose)) + (native-inputs (list python-setuptools python-pynose)) (home-page "https://github.com/ikegami-yukino/jaconv") (synopsis "Pure-Python Japanese character interconverter for Hiragana, Katakana,