10 google-cloud-translate,
19 buildPythonPackage rec {
20 pname = "wagtail-localize";
24 disabled = pythonOlder "3.9";
26 src = fetchFromGitHub {
27 repo = "wagtail-localize";
29 rev = "refs/tags/v${version}";
30 hash = "sha256-khGzJj7LBxz5WPU8l20CmQjC9p5umk6spSyMMHBBguc=";
33 build-system = [ flit-core ];
47 google-cloud-translate
50 optional-dependencies = {
51 google = [ google-cloud-translate ];
55 # test_translate_html fails with later Beautifulsoup releases
56 rm wagtail_localize/machine_translators/tests/test_dummy_translator.py
57 ${python.interpreter} testmanage.py test
61 description = "Translation plugin for Wagtail CMS";
62 homepage = "https://github.com/wagtail/wagtail-localize";
63 changelog = "https://github.com/wagtail/wagtail-localize/blob/v${version}/CHANGELOG.md";
64 license = licenses.bsd3;
65 maintainers = with maintainers; [ sephi ];