# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
categories-append devel science
python.versions 27 34 35 36 37
maintainers {aronnax @lpsinger} {stromnov @stromnov} openmaintainer
description An enhanced interactive Python shell.
long_description ${description}
homepage https://ipython.org/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 91f1116a225111856d03ea676dfa86a1da009967 \
sha256 e840810029224b56cd0d9e7719dc3b39cf84d577f8ac686547c8ba7a06eeab26 \
if {${name} ne ${subport}} {
set python_major [string range ${python.version} 0 end-1]
depends_run-append port:ipython_select \
port:ipython${python_major}_select
depends_lib-append port:py${python.version}-appnope \
port:py${python.version}-backcall \
port:py${python.version}-decorator \
port:py${python.version}-jedi \
port:py${python.version}-pexpect \
port:py${python.version}-pickleshare \
port:py${python.version}-prompt_toolkit \
port:py${python.version}-pygments \
port:py${python.version}-setuptools \
port:py${python.version}-traitlets
if {${python.version} eq 27} {
distname ${python.rootname}-${version}
checksums rmd160 8f11c03f31ed7d11d566f13eeda5cdcec8c07105 \
sha256 4bac649857611baaaf76bc82c173aa542f7486446c335fe1a6c05d0d491c8906 \
depends_lib-append port:py${python.version}-backports-shutil_get_terminal_size \
port:py${python.version}-pathlib2 \
port:py${python.version}-gnureadline \
port:py${python.version}-simplegeneric
depends_lib-delete port:py${python.version}-backcall \
port:py${python.version}-jedi