~ruther/guix-local

18e814ae5c911204284b570eba53349b21fa7ac8 — Nicolas Graves 3 months ago 452bd71
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 <sharlatanus@gmail.com>
1 files changed, 13 insertions(+), 5 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +13 -5
@@ 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,