123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- (package
- (name "python-coconut")
- (version "1.4.3")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "coconut" version))
- (sha256
- (base32
- "02rccpjnfxafp7csh49niba239yggp18cgjd2n9agalg71vfhlsh"))))
- (build-system python-build-system)
- (propagated-inputs
- `(("python-backports.functools-lru-cache"
- ,python-backports.functools-lru-cache)
- ("python-cpyparsing" ,python-cpyparsing)
- ("python-futures" ,python-futures)
- ("python-prompt-toolkit" ,python-prompt-toolkit)
- ("python-pygments" ,python-pygments)
- ("python-pyparsing" ,python-pyparsing)))
- (native-inputs
- `(("python-ipykernel" ,python-ipykernel)
- ("python-ipython" ,python-ipython)
- ("python-jupyter" ,python-jupyter)
- ("python-jupyter-console"
- ,python-jupyter-console)
- ("python-mypy" ,python-mypy)
- ("python-numpy" ,python-numpy)
- ("python-pexpect" ,python-pexpect)
- ("python-pre-commit" ,python-pre-commit)
- ("python-psutil" ,python-psutil)
- ("python-pygments" ,python-pygments)
- ("python-pyparsing" ,python-pyparsing)
- ("python-pytest" ,python-pytest)
- ("python-recommonmark" ,python-recommonmark)
- ("python-requests" ,python-requests)
- ("python-sphinx" ,python-sphinx)
- ("python-sphinx-bootstrap-theme"
- ,python-sphinx-bootstrap-theme)
- ("python-trollius" ,python-trollius)
- ("python-vprof" ,python-vprof)
- ("python-watchdog" ,python-watchdog)))
- (home-page "http://coconut-lang.org")
- (synopsis
- "Simple, elegant, Pythonic functional programming.")
- (description
- "Simple, elegant, Pythonic functional programming.")
- (license license:asl2.0))
|