python-coconut.scm 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. (package
  2. (name "python-coconut")
  3. (version "1.4.3")
  4. (source
  5. (origin
  6. (method url-fetch)
  7. (uri (pypi-uri "coconut" version))
  8. (sha256
  9. (base32
  10. "02rccpjnfxafp7csh49niba239yggp18cgjd2n9agalg71vfhlsh"))))
  11. (build-system python-build-system)
  12. (propagated-inputs
  13. `(("python-backports.functools-lru-cache"
  14. ,python-backports.functools-lru-cache)
  15. ("python-cpyparsing" ,python-cpyparsing)
  16. ("python-futures" ,python-futures)
  17. ("python-prompt-toolkit" ,python-prompt-toolkit)
  18. ("python-pygments" ,python-pygments)
  19. ("python-pyparsing" ,python-pyparsing)))
  20. (native-inputs
  21. `(("python-ipykernel" ,python-ipykernel)
  22. ("python-ipython" ,python-ipython)
  23. ("python-jupyter" ,python-jupyter)
  24. ("python-jupyter-console"
  25. ,python-jupyter-console)
  26. ("python-mypy" ,python-mypy)
  27. ("python-numpy" ,python-numpy)
  28. ("python-pexpect" ,python-pexpect)
  29. ("python-pre-commit" ,python-pre-commit)
  30. ("python-psutil" ,python-psutil)
  31. ("python-pygments" ,python-pygments)
  32. ("python-pyparsing" ,python-pyparsing)
  33. ("python-pytest" ,python-pytest)
  34. ("python-recommonmark" ,python-recommonmark)
  35. ("python-requests" ,python-requests)
  36. ("python-sphinx" ,python-sphinx)
  37. ("python-sphinx-bootstrap-theme"
  38. ,python-sphinx-bootstrap-theme)
  39. ("python-trollius" ,python-trollius)
  40. ("python-vprof" ,python-vprof)
  41. ("python-watchdog" ,python-watchdog)))
  42. (home-page "http://coconut-lang.org")
  43. (synopsis
  44. "Simple, elegant, Pythonic functional programming.")
  45. (description
  46. "Simple, elegant, Pythonic functional programming.")
  47. (license license:asl2.0))