9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "ikegami-yukino";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-9ruhOLaYNESeKOwJs3IN6ct66fSq7My9DOyA7/cH3d0=";
28 pythonImportsCheck = [
33 description = "Python Japanese character interconverter for Hiragana, Katakana, Hankaku and Zenkaku";
34 homepage = "https://github.com/ikegami-yukino/jaconv";
35 changelog = "https://github.com/ikegami-yukino/jaconv/blob/v${version}/CHANGES.rst";
36 license = licenses.mit;
37 maintainers = with maintainers; [ fab ];