# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                ptpython
version             3.0.5
platforms           darwin
license             BSD
maintainers         nomaintainer

description         Python REPL built on top of prompt_toolkit
long_description    {*}${description}

homepage            https://github.com/prompt-toolkit/ptpython

checksums           rmd160  e4ca2c65f3c353b3e3d99fd9ef787926bdb64413 \
                    sha256  5094e7e4daa77453d3c33eb7b7ebbf1060be4446521865a94e698bc85ff15930 \
                    size    52739

python.default_version      38

depends_build-append        port:py${python.version}-setuptools

depends_lib-append          port:py${python.version}-appdirs \
                            port:py${python.version}-jedi \
                            port:py${python.version}-prompt_toolkit \
                            port:py${python.version}-pygments
