14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.6";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-ivlenHPD00bxc0c9G368tfTEckOC3vqDB5kMQzHXbVM==";
28 SETUPTOOLS_SCM_PRETEND_VERSION = version;
34 propagatedBuildInputs = [
37 ] ++ lib.optionals (pythonOlder "3.8") [
48 # We don't care about benchmarks
50 "pytest_benchmark_update_machine_info"
51 "pytest_benchmark_update_json"
54 pythonImportsCheck = [
59 description = "Python converter for Japanese Kana-kanji sentences into Kana-Roman";
60 homepage = "https://github.com/miurahr/pykakasi";
61 changelog = "https://github.com/miurahr/pykakasi/releases/tag/v${version}";
62 license = licenses.mit;
63 maintainers = with maintainers; [ fab ];