15 buildPythonPackage rec {
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-u1tcIu0U1VZrUx2hVdtRDv1N4jVf176kQSw47/7lOXY=";
26 propagatedBuildInputs = [ cpyparsing ipykernel mypy pygments prompt-toolkit watchdog ];
28 nativeCheckInputs = [ pexpect pytestCheckHook tkinter ];
30 # Currently most tests have performance issues
32 "coconut/tests/constants_test.py"
35 pythonImportsCheck = [ "coconut" ];
38 homepage = "http://coconut-lang.org/";
39 description = "Simple, elegant, Pythonic functional programming";
40 license = licenses.asl20;
41 maintainers = with maintainers; [ fabianhjr ];