13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-Tcle9otT1eBN/RzajwKZDUq8xX0Lhi2t74OvhUrvHZE=";
31 propagatedBuildInputs = [
43 substituteInPlace setup.cfg \
44 --replace " --cov --cov-report xml --tb=short" ""
51 pythonImportsCheck = [
57 "test_cli_as_executable"
61 description = "Word cloud generator in Python";
62 homepage = "https://github.com/amueller/word_cloud";
63 license = licenses.mit;
64 maintainers = with maintainers; [ jm2dev ];